#At file:///home/bm136801/my/mtr-tr/ based on revid:bjorn.munch@stripped
2883 Bjorn Munch 2009-09-23 [merge]
merge from -trunk
modified:
configure.in
mysql-test/collections/default.experimental
mysql-test/include/mtr_warnings.sql
mysql-test/mysql-test-run.pl
scripts/make_win_bin_dist
=== modified file 'configure.in'
--- a/configure.in 2009-09-19 09:07:51 +0000
+++ b/configure.in 2009-09-23 09:50:31 +0000
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
#
# When changing major version number please also check switch statement
# in client/mysqlbinlog.cc:check_master_version().
-AM_INIT_AUTOMAKE(mysql, 5.4.3-beta)
+AM_INIT_AUTOMAKE(mysql, 5.4.5-beta)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
=== modified file 'mysql-test/collections/default.experimental'
--- a/mysql-test/collections/default.experimental 2009-09-21 09:43:01 +0000
+++ b/mysql-test/collections/default.experimental 2009-09-22 21:41:37 +0000
@@ -1,19 +1,19 @@
-funcs_1.charset_collation_1 # depends on compile-time decisions
-binlog.binlog_tmp_table* # Bug#45578: Test binlog_tmp_table fails ramdonly on PB2: Unknown table 't2'
+# For easier human reading (MTR doesn't care), please keep entries
+# in alphabetical order. This also helps with merge conflict resolution.
+binlog.binlog_tmp_table* # Bug#45578:2009-07-10 alik Test binlog_tmp_table fails ramdonly on PB2: Unknown table 't2'
+funcs_1.charset_collation_1 # depends on compile-time decisions
innodb.innodb_information_schema # Bug#47449 2009-09-19 alik main.information_schema and innodb.innodb_information_schema fail sporadically
-
-main.ctype_gbk_binlog # Bug#46010: main.ctype_gbk_binlog fails sporadically : Table 't2' already exists
-main.lock_multi_bug38499 # Bug#47448 2009-09-19 alik main.lock_multi_bug38499 times out sporadically
+main.ctype_gbk_binlog @solaris # Bug#46010: main.ctype_gbk_binlog fails sporadically : Table 't2' already exists
main.information_schema # Bug#47449 2009-09-19 alik main.information_schema and innodb.innodb_information_schema fail sporadically
-
-rpl.rpl_row_create_table* # Bug#45576: rpl_row_create_table fails on PB2
-rpl_ndb.rpl_ndb_log # Bug#38998
-rpl.rpl_innodb_bug28430* @solaris # Bug#46029
+main.lock_multi_bug38499 # Bug#47448 2009-09-19 alik main.lock_multi_bug38499 times out sporadically
+main.plugin* @solaris # Bug#47146 Linking problem with example plugin when dtrace enabled
main.plugin_load @solaris # Bug#47146
rpl.rpl_get_master_version_and_clock* # Bug#46931 2009-08-26 alik rpl.rpl_get_master_version_and_clock fails on hpux11.31
-main.plugin* @solaris # Bug#47146 Linking problem with example plugin when dtrace enabled
+rpl.rpl_innodb_bug28430* @solaris # Bug#46029
rpl.rpl_plugin_load* @solaris # Bug#47146
+rpl.rpl_row_create_table* # Bug#45576: rpl_row_create_table fails on PB2
+rpl_ndb.rpl_ndb_log # Bug#38998
ndb.n* # Consider all NDB tests experimental.
rpl_ndb.r* # Consider all NDB tests experimental.
=== modified file 'mysql-test/include/mtr_warnings.sql'
--- a/mysql-test/include/mtr_warnings.sql 2009-09-21 09:28:49 +0000
+++ b/mysql-test/include/mtr_warnings.sql 2009-09-22 21:41:37 +0000
@@ -162,7 +162,7 @@ INSERT INTO global_suppressions VALUES
("Slave: Unknown column 'c7' in 't15' Error_code: 1054"),
("Slave: Can't DROP 'c7'.* 1091"),
("Slave: Key column 'c6'.* 1072"),
- ("Slave I.O: The slave I.O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."),
+ ("The slave I.O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."),
(".SELECT UNIX_TIMESTAMP... failed on master, do not trust column Seconds_Behind_Master of SHOW SLAVE STATUS"),
/* Test case for Bug#31590 in order_by.test produces the following error */
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-09-18 14:44:11 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-09-22 21:41:37 +0000
@@ -1796,7 +1796,7 @@ sub environment_setup {
my $plugin_filename;
if (IS_WINDOWS)
{
- $plugin_filename = "ha_example.dll";
+ $plugin_filename = "ha_example.dll";
}
else
{
=== modified file 'scripts/make_win_bin_dist'
--- a/scripts/make_win_bin_dist 2009-09-19 09:07:51 +0000
+++ b/scripts/make_win_bin_dist 2009-09-23 07:16:11 +0000
@@ -278,6 +278,7 @@ cp include/mysql/plugin.h $DESTDIR/inclu
mkdir -p $DESTDIR/lib/opt
mkdir -p $DESTDIR/lib/plugin
+cp sql/$TARGET/mysqld.lib $DESTDIR/lib/
cp libmysql/$TARGET/libmysql.dll \
libmysql/$TARGET/libmysql.lib \
libmysql/$TARGET/mysqlclient.lib \
Attachment: [text/bzr-bundle] bzr/bjorn.munch@sun.com-20090923113424-k0666gk6m5358hcw.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-mtr branch (Bjorn.Munch:2883) | Bjorn Munch | 23 Sep |