summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <mkindahl@dl145h.mysql.com>2008-02-07 12:38:13 +0100
committerunknown <mkindahl@dl145h.mysql.com>2008-02-07 12:38:13 +0100
commit1c48bea250671d2e0f96a985dbe803a924d1c1d3 (patch)
treee70159eb7cfa29b10a1e25850a485620ccfaf4f7
parent3b44afb07f36580e652a92c90433a6cc80159e89 (diff)
parent2a482933b6da71bf3cd5b18a4c1a50b06ab3e5d3 (diff)
downloadmariadb-git-1c48bea250671d2e0f96a985dbe803a924d1c1d3.tar.gz
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl mysql-test/suite/binlog/t/binlog_old_versions.test: Auto merged
-rw-r--r--mysql-test/suite/binlog/std_data/bug32407.001 (renamed from mysql-test/suite/binlog/std_data/binlog-bug32407.000001)bin368 -> 368 bytes
-rw-r--r--mysql-test/suite/binlog/std_data/ver_5_1-telco.001 (renamed from mysql-test/suite/binlog/std_data/binlog_old_version_5_1-telco.000001)bin150385 -> 150385 bytes
-rw-r--r--mysql-test/suite/binlog/std_data/ver_5_1-wl2325_r.001 (renamed from mysql-test/suite/binlog/std_data/binlog_old_version_5_1-wl2325_row.000001)bin705 -> 705 bytes
-rw-r--r--mysql-test/suite/binlog/std_data/ver_5_1-wl2325_s.001 (renamed from mysql-test/suite/binlog/std_data/binlog_old_version_5_1-wl2325_stm.000001)bin149796 -> 149796 bytes
-rw-r--r--mysql-test/suite/binlog/std_data/ver_5_1_17.001 (renamed from mysql-test/suite/binlog/std_data/binlog_old_version_5_1_17.000001)bin150385 -> 150385 bytes
-rw-r--r--mysql-test/suite/binlog/std_data/ver_5_1_23.001 (renamed from mysql-test/suite/binlog/std_data/binlog_old_version_5_1_23.000001)bin150402 -> 150402 bytes
-rw-r--r--mysql-test/suite/binlog/t/binlog_base64_flag.test6
-rw-r--r--mysql-test/suite/binlog/t/binlog_old_versions.test10
8 files changed, 8 insertions, 8 deletions
diff --git a/mysql-test/suite/binlog/std_data/binlog-bug32407.000001 b/mysql-test/suite/binlog/std_data/bug32407.001
index c73243707ef..c73243707ef 100644
--- a/mysql-test/suite/binlog/std_data/binlog-bug32407.000001
+++ b/mysql-test/suite/binlog/std_data/bug32407.001
Binary files differ
diff --git a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1-telco.000001 b/mysql-test/suite/binlog/std_data/ver_5_1-telco.001
index 76856cb04a2..76856cb04a2 100644
--- a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1-telco.000001
+++ b/mysql-test/suite/binlog/std_data/ver_5_1-telco.001
Binary files differ
diff --git a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1-wl2325_row.000001 b/mysql-test/suite/binlog/std_data/ver_5_1-wl2325_r.001
index 47071c011f9..47071c011f9 100644
--- a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1-wl2325_row.000001
+++ b/mysql-test/suite/binlog/std_data/ver_5_1-wl2325_r.001
Binary files differ
diff --git a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1-wl2325_stm.000001 b/mysql-test/suite/binlog/std_data/ver_5_1-wl2325_s.001
index 4302bfed879..4302bfed879 100644
--- a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1-wl2325_stm.000001
+++ b/mysql-test/suite/binlog/std_data/ver_5_1-wl2325_s.001
Binary files differ
diff --git a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1_17.000001 b/mysql-test/suite/binlog/std_data/ver_5_1_17.001
index 9b6e200e492..9b6e200e492 100644
--- a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1_17.000001
+++ b/mysql-test/suite/binlog/std_data/ver_5_1_17.001
Binary files differ
diff --git a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1_23.000001 b/mysql-test/suite/binlog/std_data/ver_5_1_23.001
index 0e9a9d1470a..0e9a9d1470a 100644
--- a/mysql-test/suite/binlog/std_data/binlog_old_version_5_1_23.000001
+++ b/mysql-test/suite/binlog/std_data/ver_5_1_23.001
Binary files differ
diff --git a/mysql-test/suite/binlog/t/binlog_base64_flag.test b/mysql-test/suite/binlog/t/binlog_base64_flag.test
index 32319460ab8..8f4619e5248 100644
--- a/mysql-test/suite/binlog/t/binlog_base64_flag.test
+++ b/mysql-test/suite/binlog/t/binlog_base64_flag.test
@@ -15,7 +15,7 @@
# The binlog contains row events equivalent to:
# CREATE TABLE t1 (a int) engine = myisam
# INSERT INTO t1 VALUES (1), (1)
-exec $MYSQL_BINLOG suite/binlog/std_data/binlog-bug32407.000001 | $MYSQL;
+exec $MYSQL_BINLOG suite/binlog/std_data/bug32407.001 | $MYSQL;
# The above line should succeed and t1 should contain two ones
select * from t1;
@@ -68,7 +68,7 @@ select * from t1;
# mysqlbinlog should fail
--replace_regex /#[0-9][0-9][0-9][0-9][0-9][0-9] .*/#/
error 1;
-exec $MYSQL_BINLOG --base64-output=never suite/binlog/std_data/binlog-bug32407.000001;
+exec $MYSQL_BINLOG --base64-output=never suite/binlog/std_data/bug32407.001;
# the above line should output the query log event and then stop
@@ -78,7 +78,7 @@ exec $MYSQL_BINLOG --base64-output=never suite/binlog/std_data/binlog-bug32407.0
--echo ==== Test non-matching FD event and Row event ====
# This is the Format_description_log_event from
-# binlog-bug32407.000001, encoded in base64. It contains only the old
+# bug32407.001, encoded in base64. It contains only the old
# row events (number of event types is 22)
BINLOG '
4CdYRw8BAAAAYgAAAGYAAAAAAAQANS4xLjE1LW5kYi02LjEuMjQtZGVidWctbG9nAAAAAAAAAAAA
diff --git a/mysql-test/suite/binlog/t/binlog_old_versions.test b/mysql-test/suite/binlog/t/binlog_old_versions.test
index e991dcb6648..0ccea406a82 100644
--- a/mysql-test/suite/binlog/t/binlog_old_versions.test
+++ b/mysql-test/suite/binlog/t/binlog_old_versions.test
@@ -31,7 +31,7 @@ DROP TABLE IF EXISTS t1, t2, t3;
--echo ==== Read modern binlog (version 5.1.23) ====
# Read binlog.
---exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_5_1_23.000001 | $MYSQL --local-infile=1
+--exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/ver_5_1_23.001 | $MYSQL --local-infile=1
# Show result.
SELECT * FROM t1 ORDER BY a;
SELECT * FROM t2 ORDER BY a;
@@ -43,7 +43,7 @@ DROP TABLE t1, t2, t3;
--echo ==== Read binlog from version 5.1.17 ====
# Read binlog.
---exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_5_1_17.000001 | $MYSQL --local-infile=1
+--exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/ver_5_1_17.001 | $MYSQL --local-infile=1
# Show result.
SELECT * FROM t1 ORDER BY a;
SELECT * FROM t2 ORDER BY a;
@@ -75,9 +75,9 @@ DROP TABLE t1, t3;
# replication.
# Read rbr binlog.
---exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_5_1-wl2325_row.000001 | $MYSQL --local-infile=1
+--exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/ver_5_1-wl2325_r.001 | $MYSQL --local-infile=1
# Read stm binlog.
---exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_5_1-wl2325_stm.000001 | $MYSQL --local-infile=1
+--exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/ver_5_1-wl2325_s.001 | $MYSQL --local-infile=1
# Show result.
SELECT * FROM t1 ORDER BY a;
SELECT * FROM t2 ORDER BY a;
@@ -89,7 +89,7 @@ DROP TABLE t1, t2, t3;
--echo ==== Read binlog from ndb tree (mysql-5.1-telco-6.1) ====
# Read binlog.
---exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_5_1-telco.000001 | $MYSQL --local-infile=1
+--exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/ver_5_1-telco.001 | $MYSQL --local-infile=1
# Show resulting tablea.
SELECT * FROM t1 ORDER BY a;
SELECT * FROM t2 ORDER BY a;