head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.09.19.07.58.52; author rse; state Exp; branches; next 1.1; commitid ul24i3MGTqXgng4u; 1.1 date 2009.04.22.18.19.15; author rse; state Exp; branches; next ; commitid 3vfIerkX7dC2D2Lt; desc @@ 1.2 log @upgrading package: mysql54 5.4.1 -> 5.4.2 @ text @Index: include/Makefile.in --- include/Makefile.in.orig 2009-08-26 12:20:03 +0200 +++ include/Makefile.in 2009-09-19 09:25:52 +0200 @@@@ -403,15 +403,15 @@@@ decimal.h 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 \ - m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \ + m_ctype.h my_attribute.h rijndael.h sha1.h my_aes.h $(HEADERS_GEN_CONFIGURE) \ $(HEADERS_GEN_MAKE) probes_mysql.h probes_mysql_nodtrace.h noinst_HEADERS = config-win.h config-netware.h my_bit.h \ heap.h my_bitmap.h my_uctype.h \ myisam.h myisampack.h myisammrg.h ft_global.h\ mysys_err.h my_base.h help_start.h help_end.h \ - my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \ - my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \ + my_nosys.h my_alarm.h queues.h \ + my_tree.h my_trie.h hash.h thr_alarm.h \ thr_lock.h t_ctype.h violite.h my_md5.h base64.h \ my_handler.h my_time.h \ my_vle.h my_user.h my_atomic.h atomic/nolock.h \ Index: mysys/default.c --- mysys/default.c.orig 2009-08-26 12:11:09 +0200 +++ mysys/default.c 2009-09-19 09:25:52 +0200 @@@@ -1123,8 +1123,7 @@@@ #else - errors += add_directory(alloc, "/etc/", dirs); - errors += add_directory(alloc, "/etc/mysql/", dirs); + errors += add_directory(alloc, "@@l_prefix@@/etc/mysql/", dirs); #if defined(DEFAULT_SYSCONFDIR) if (DEFAULT_SYSCONFDIR[0]) Index: scripts/mysql_config.sh --- scripts/mysql_config.sh.orig 2009-09-01 21:13:49 +0200 +++ scripts/mysql_config.sh 2009-09-19 09:29:12 +0200 @@@@ -104,9 +104,9 @@@@ # Create options # We intentionally add a space to the beginning and end of lib strings, simplifies replace later -libs=" $ldflags -L$pkglibdir -lmysqlclient @@ZLIB_DEPS@@ @@NON_THREADED_LIBS@@" +libs=" $ldflags -L$pkglibdir -lmysqlclient -lmysys @@ZLIB_DEPS@@ @@NON_THREADED_LIBS@@" libs="$libs @@openssl_libs@@ @@STATIC_NSS_FLAGS@@ " -libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @@ZLIB_DEPS@@ @@LIBS@@ @@openssl_libs@@ " +libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r -lmysys @@ZLIB_DEPS@@ @@LIBS@@ @@openssl_libs@@ " embedded_libs=" $ldflags -L$pkglibdir -lmysqld @@LIBDL@@ @@ZLIB_DEPS@@ @@LIBS@@ @@WRAPLIBS@@ @@openssl_libs@@ " if [ -r "$pkglibdir/libmygcc.a" ]; then Index: scripts/mysql_system_tables_data.sql --- scripts/mysql_system_tables_data.sql.orig 2009-08-26 12:11:13 +0200 +++ scripts/mysql_system_tables_data.sql 2009-09-19 09:25:52 +0200 @@@@ -11,8 +11,6 @@@@ -- Fill "db" table with default grants for anyone to -- access database 'test' and 'test_%' if "db" table didn't exist CREATE TEMPORARY TABLE tmp_db LIKE db; -INSERT INTO tmp_db VALUES ('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y'); -INSERT INTO tmp_db VALUES ('%','test\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y'); INSERT INTO db SELECT * FROM tmp_db WHERE @@had_db_table=0; DROP TABLE tmp_db; Index: sql/Makefile.in --- sql/Makefile.in.orig 2009-08-26 12:20:15 +0200 +++ sql/Makefile.in 2009-09-19 09:25:52 +0200 @@@@ -571,7 +571,7 @@@@ mysqld_DEPENDENCIES = @@mysql_plugin_libs@@ $(SUPPORTING_LIBS) libndb.la \ $(am__append_2) -LDADD = $(SUPPORTING_LIBS) @@ZLIB_LIBS@@ @@NDB_SCI_LIBS@@ +LDADD = $(SUPPORTING_LIBS) @@NDB_SCI_LIBS@@ mysqld_LDADD = libndb.la @@MYSQLD_EXTRA_LDFLAGS@@ @@pstack_libs@@ \ @@mysql_plugin_libs@@ $(LDADD) $(CXXLDFLAGS) $(WRAPLIBS) @@LIBDL@@ \ $(yassl_libs) $(openssl_libs) @@MYSQLD_EXTRA_LIBS@@ \ @ 1.1 log @new package: mysql54 5.4.0 (Fast Relational Database Management System) @ text @d2 3 a4 3 --- include/Makefile.in.orig 2009-04-05 22:48:34 +0200 +++ include/Makefile.in 2009-04-22 19:56:21 +0200 @@@@ -393,15 +393,15 @@@@ d24 3 a26 3 --- mysys/default.c.orig 2009-04-05 22:45:08 +0200 +++ mysys/default.c 2009-04-22 19:54:46 +0200 @@@@ -1086,8 +1086,7 @@@@ d35 1 a35 1 if (DEFAULT_SYSCONFDIR != "") d37 2 a38 2 --- scripts/mysql_config.sh.orig 2009-04-05 22:45:59 +0200 +++ scripts/mysql_config.sh 2009-04-22 19:54:46 +0200 d48 1 a48 1 embedded_libs=" $ldflags -L$pkglibdir -lmysqld @@LIBDL@@ @@ZLIB_DEPS@@ @@LIBS@@ @@WRAPLIBS@@ @@innodb_system_libs@@ @@openssl_libs@@ " d52 2 a53 2 --- scripts/mysql_system_tables_data.sql.orig 2009-04-05 22:45:59 +0200 +++ scripts/mysql_system_tables_data.sql 2009-04-22 19:54:46 +0200 d64 3 a66 3 --- sql/Makefile.in.orig 2009-04-05 22:48:39 +0200 +++ sql/Makefile.in 2009-04-22 19:56:46 +0200 @@@@ -561,7 +561,7 @@@@ @