[Pkg-mysql-commits] r1372 - branches/experimental-5.0/debian/patches

Norbert Tretkowski nobse at alioth.debian.org
Thu Dec 11 14:26:44 UTC 2008


Author: nobse
Date: 2008-12-11 14:26:44 +0000 (Thu, 11 Dec 2008)
New Revision: 1372

Modified:
   branches/experimental-5.0/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch
Log:
Fix patch

Modified: branches/experimental-5.0/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch
===================================================================
--- branches/experimental-5.0/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch	2008-12-11 14:22:49 UTC (rev 1371)
+++ branches/experimental-5.0/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch	2008-12-11 14:26:44 UTC (rev 1372)
@@ -5,14 +5,14 @@
 ## DP: Don't create guest account
 
 @DPATCH@
-diff -Nur mysql-dfsg-5.0-5.0.67/scripts/mysql_system_tables_data.sql mysql-dfsg-5.0-5.0.67.orig/scripts/mysql_system_tables_data.sql
---- mysql-dfsg-5.0-5.0.67/scripts/mysql_system_tables_data.sql	2008-12-11 15:14:53.000000000 +0100
-+++ mysql-dfsg-5.0-5.0.67.orig/scripts/mysql_system_tables_data.sql	2008-08-04 14:20:02.000000000 +0200
-@@ -23,5 +23,7 @@
+diff -Nur mysql-dfsg-5.0-5.0.67.orig/scripts/mysql_system_tables_data.sql mysql-dfsg-5.0-5.0.67/scripts/mysql_system_tables_data.sql
+--- mysql-dfsg-5.0-5.0.67.orig/scripts/mysql_system_tables_data.sql	2008-08-04 14:20:02.000000000 +0200
++++ mysql-dfsg-5.0-5.0.67/scripts/mysql_system_tables_data.sql	2008-12-11 15:26:19.000000000 +0100
+@@ -23,7 +23,5 @@
  INSERT INTO tmp_user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
  REPLACE INTO tmp_user VALUES (@current_hostname,'root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
  REPLACE INTO tmp_user VALUES ('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0);
-+INSERT INTO tmp_user (host,user) VALUES ('localhost','');
-+INSERT INTO tmp_user (host,user) VALUES (@current_hostname,'');
+-INSERT INTO tmp_user (host,user) VALUES ('localhost','');
+-INSERT INTO tmp_user (host,user) VALUES (@current_hostname,'');
  INSERT INTO user SELECT * FROM tmp_user WHERE @had_user_table=0;
  DROP TABLE tmp_user;




More information about the Pkg-mysql-commits mailing list