|
|
@@ -1,7 +1,7 @@
|
|
|
Index: include/Makefile.in
|
|
|
---- include/Makefile.in.orig 2005-04-16 21:02:22 +0200
|
|
|
-+++ include/Makefile.in 2005-04-23 19:54:51 +0200
|
|
|
-@@ -337,14 +337,14 @@
|
|
|
+--- include/Makefile.in.orig 2005-05-26 15:27:57 +0200
|
|
|
++++ include/Makefile.in 2005-06-13 19:40:38 +0200
|
|
|
+@@ -341,14 +341,14 @@
|
|
|
errmsg.h my_global.h my_net.h my_alloc.h \
|
|
|
my_getopt.h sslopt-longopts.h my_dir.h typelib.h \
|
|
|
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
|
|
|
@@ -20,20 +20,20 @@ Index: include/Makefile.in
|
|
|
mysql_version.h.in my_handler.h my_time.h decimal.h
|
|
|
|
|
|
Index: mysys/default.c
|
|
|
---- mysys/default.c.orig 2005-04-16 21:01:45 +0200
|
|
|
-+++ mysys/default.c 2005-04-23 19:53:58 +0200
|
|
|
-@@ -806,7 +806,7 @@
|
|
|
- #elif defined(__NETWARE__)
|
|
|
- *ptr++= "sys:/etc/";
|
|
|
- #else
|
|
|
+--- mysys/default.c.orig 2005-05-26 15:26:56 +0200
|
|
|
++++ mysys/default.c 2005-06-13 19:41:19 +0200
|
|
|
+@@ -866,7 +866,7 @@
|
|
|
+ if ((env= getenv("ETC")))
|
|
|
+ *ptr++= env;
|
|
|
+ #endif
|
|
|
- *ptr++= "/etc/";
|
|
|
+ *ptr++= "@l_prefix@/etc/mysql/";
|
|
|
#endif
|
|
|
if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV))))
|
|
|
*ptr++= env;
|
|
|
Index: scripts/mysql_config.sh
|
|
|
---- scripts/mysql_config.sh.orig 2005-04-16 21:01:45 +0200
|
|
|
-+++ scripts/mysql_config.sh 2005-04-23 19:53:58 +0200
|
|
|
+--- scripts/mysql_config.sh.orig 2005-05-26 15:26:57 +0200
|
|
|
++++ scripts/mysql_config.sh 2005-06-13 19:40:38 +0200
|
|
|
@@ -85,11 +85,11 @@
|
|
|
|
|
|
# Create options
|
|
|
@@ -49,8 +49,8 @@ Index: scripts/mysql_config.sh
|
|
|
cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
|
|
|
include="-I$pkgincludedir"
|
|
|
Index: scripts/mysql_create_system_tables.sh
|
|
|
---- scripts/mysql_create_system_tables.sh.orig 2005-04-16 21:01:48 +0200
|
|
|
-+++ scripts/mysql_create_system_tables.sh 2005-04-23 19:53:58 +0200
|
|
|
+--- scripts/mysql_create_system_tables.sh.orig 2005-05-26 15:26:59 +0200
|
|
|
++++ scripts/mysql_create_system_tables.sh 2005-06-13 19:40:38 +0200
|
|
|
@@ -77,9 +77,6 @@
|
|
|
c_d="$c_d ) engine=MyISAM"
|
|
|
c_d="$c_d CHARACTER SET utf8 COLLATE utf8_bin"
|
|
|
@@ -61,7 +61,7 @@ Index: scripts/mysql_create_system_tables.sh
|
|
|
fi
|
|
|
|
|
|
if test ! -f $mdata/host.frm
|
|
|
-@@ -164,17 +161,13 @@
|
|
|
+@@ -167,17 +164,13 @@
|
|
|
then
|
|
|
i_u="INSERT INTO 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);
|
|
|
INSERT INTO user VALUES ('$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);
|