diff options
author | unknown <msvensson@neptunus.(none)> | 2006-10-04 23:48:24 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-10-04 23:48:24 +0200 |
commit | 70c1311fb9431cddd087dbb046746ff133f64699 (patch) | |
tree | 4f5d6698fc6af01dd1b9b1e510b8df7f3c7029a8 /mysql-test/extra | |
parent | 1f054f01b6c05eac62f7ba9168eca299d1a5a7e7 (diff) | |
download | mariadb-git-70c1311fb9431cddd087dbb046746ff133f64699.tar.gz |
Update test results to new mysqltest
Remove extra space for "send" commands
mysql-test/extra/rpl_tests/rpl_truncate_helper.test:
Get $SERVER_VERSION from the mysqld
mysql-test/r/flush_table.result:
Remove extra space for "send" commands
mysql-test/r/handler_innodb.result:
Remove extra space for "send" commands
mysql-test/r/lock_multi.result:
Remove extra space for "send" commands
mysql-test/r/log_tables.result:
Remove extra space for "send" commands
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_truncate_helper.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_truncate_helper.test b/mysql-test/extra/rpl_tests/rpl_truncate_helper.test index 1e485baca36..7f1506c4010 100644 --- a/mysql-test/extra/rpl_tests/rpl_truncate_helper.test +++ b/mysql-test/extra/rpl_tests/rpl_truncate_helper.test @@ -36,6 +36,7 @@ SELECT * FROM t1; --echo **** On Master **** connection master; DROP TABLE t1; +let $SERVER_VERSION=`select version()`; --replace_result $SERVER_VERSION SERVER_VERSION --replace_regex /\/\* xid=[0-9]+ \*\//\/* xid= *\// /table_id: [0-9]+/table_id: #/ SHOW BINLOG EVENTS; |