|
|
@@ -1,12 +1,12 @@
|
|
|
Index: include/Makefile.in
|
|
|
---- include/Makefile.in.orig 2006-10-26 14:03:01 +0200
|
|
|
-+++ include/Makefile.in 2006-11-03 09:00:25 +0100
|
|
|
-@@ -379,14 +379,14 @@
|
|
|
- errmsg.h my_global.h my_net.h my_alloc.h \
|
|
|
- my_getopt.h sslopt-longopts.h my_dir.h typelib.h \
|
|
|
+--- include/Makefile.in.orig 2006-12-06 18:06:46 +0100
|
|
|
++++ include/Makefile.in 2006-12-12 19:30:39 +0100
|
|
|
+@@ -393,14 +393,14 @@
|
|
|
+ errmsg.h my_global.h my_net.h \
|
|
|
+ my_getopt.h sslopt-longopts.h my_dir.h \
|
|
|
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
|
|
|
-- mysql_time.h mysql/plugin.h $(BUILT_SOURCES)
|
|
|
-+ mysql_time.h mysql/plugin.h my_aes.h rijndael.h sha1.h $(BUILT_SOURCES)
|
|
|
+- m_ctype.h mysql/plugin.h $(HEADERS_GEN)
|
|
|
++ m_ctype.h mysql/plugin.h rijndael.h sha1.h my_aes.h $(HEADERS_GEN)
|
|
|
|
|
|
noinst_HEADERS = config-win.h config-netware.h \
|
|
|
heap.h my_bitmap.h my_uctype.h \
|
|
|
@@ -20,8 +20,8 @@ Index: include/Makefile.in
|
|
|
mysql_version.h.in my_handler.h my_time.h decimal.h \
|
|
|
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
|
|
|
Index: include/my_global.h
|
|
|
---- include/my_global.h.orig 2006-10-26 14:01:59 +0200
|
|
|
-+++ include/my_global.h 2006-11-03 09:00:25 +0100
|
|
|
+--- include/my_global.h.orig 2006-12-06 18:05:38 +0100
|
|
|
++++ include/my_global.h 2006-12-12 18:46:44 +0100
|
|
|
@@ -844,9 +844,8 @@
|
|
|
#define SSIZE_MAX ((~((size_t) 0)) / 2)
|
|
|
#endif
|
|
|
@@ -34,8 +34,8 @@ Index: include/my_global.h
|
|
|
/* Define missing math constants. */
|
|
|
#ifndef M_PI
|
|
|
Index: mysys/default.c
|
|
|
---- mysys/default.c.orig 2006-10-26 14:01:57 +0200
|
|
|
-+++ mysys/default.c 2006-11-03 09:00:25 +0100
|
|
|
+--- mysys/default.c.orig 2006-12-06 18:05:36 +0100
|
|
|
++++ mysys/default.c 2006-12-12 18:46:44 +0100
|
|
|
@@ -1011,7 +1011,7 @@
|
|
|
#elif defined(__NETWARE__)
|
|
|
*ptr++= "sys:/etc/";
|
|
|
@@ -46,8 +46,8 @@ Index: mysys/default.c
|
|
|
if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV))))
|
|
|
*ptr++= env;
|
|
|
Index: scripts/mysql_config.sh
|
|
|
---- scripts/mysql_config.sh.orig 2006-10-26 14:01:56 +0200
|
|
|
-+++ scripts/mysql_config.sh 2006-11-03 09:00:25 +0100
|
|
|
+--- scripts/mysql_config.sh.orig 2006-12-06 18:05:26 +0100
|
|
|
++++ scripts/mysql_config.sh 2006-12-12 18:46:44 +0100
|
|
|
@@ -98,9 +98,9 @@
|
|
|
|
|
|
# Create options
|
|
|
@@ -61,8 +61,8 @@ Index: scripts/mysql_config.sh
|
|
|
|
|
|
cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
|
|
|
Index: scripts/mysql_create_system_tables.sh
|
|
|
---- scripts/mysql_create_system_tables.sh.orig 2006-10-26 14:01:50 +0200
|
|
|
-+++ scripts/mysql_create_system_tables.sh 2006-11-03 09:00:25 +0100
|
|
|
+--- scripts/mysql_create_system_tables.sh.orig 2006-12-06 18:05:24 +0100
|
|
|
++++ scripts/mysql_create_system_tables.sh 2006-12-12 18:46:44 +0100
|
|
|
@@ -81,9 +81,6 @@
|
|
|
c_d="$c_d ) engine=MyISAM"
|
|
|
c_d="$c_d CHARACTER SET utf8 COLLATE utf8_bin"
|
|
|
@@ -94,14 +94,14 @@ Index: scripts/mysql_create_system_tables.sh
|
|
|
i_u="$i_u
|
|
|
INSERT INTO user VALUES ('localhost','','','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);"
|
|
|
Index: sql/Makefile.in
|
|
|
---- sql/Makefile.in.orig 2006-10-26 14:03:10 +0200
|
|
|
-+++ sql/Makefile.in 2006-11-03 09:02:32 +0100
|
|
|
-@@ -490,7 +490,7 @@
|
|
|
- $(top_builddir)/mysys/libmysys.a \
|
|
|
- $(top_builddir)/dbug/libdbug.a \
|
|
|
- $(top_builddir)/regex/libregex.a \
|
|
|
-- $(top_builddir)/strings/libmystrings.a @ZLIB_LIBS@
|
|
|
-+ $(top_builddir)/strings/libmystrings.a
|
|
|
+--- sql/Makefile.in.orig 2006-12-06 18:06:54 +0100
|
|
|
++++ sql/Makefile.in 2006-12-12 19:31:27 +0100
|
|
|
+@@ -503,7 +503,7 @@
|
|
|
+ $(top_builddir)/strings/libmystrings.a
|
|
|
|
|
|
- mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(LDADD)
|
|
|
+ mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS)
|
|
|
+-LDADD = $(SUPPORTING_LIBS) @ZLIB_LIBS@
|
|
|
++LDADD = $(SUPPORTING_LIBS)
|
|
|
mysqld_LDADD = @MYSQLD_EXTRA_LDFLAGS@ \
|
|
|
+ @pstack_libs@ \
|
|
|
+ @mysql_plugin_libs@ \
|