diff options
author | He Zhenxing <hezx@mysql.com> | 2008-09-06 12:49:43 +0800 |
---|---|---|
committer | He Zhenxing <hezx@mysql.com> | 2008-09-06 12:49:43 +0800 |
commit | 488d043bdf711656dfc7252dc0ad1880b02e2eb2 (patch) | |
tree | aa899254abac8bad3c7503ffc6d9a13e90d6d391 /mysql-test/t/mysqlbinlog_row.test | |
parent | b17458dcc14882dcb2565bcbb92115ed786fe7c1 (diff) | |
download | mariadb-git-488d043bdf711656dfc7252dc0ad1880b02e2eb2.tar.gz |
Postfix of tests after merge
Diffstat (limited to 'mysql-test/t/mysqlbinlog_row.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog_row.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog_row.test b/mysql-test/t/mysqlbinlog_row.test index 9d94e1f55e7..9b41c63d195 100644 --- a/mysql-test/t/mysqlbinlog_row.test +++ b/mysql-test/t/mysqlbinlog_row.test @@ -443,4 +443,4 @@ flush logs; let $MYSQLD_DATADIR= `select @@datadir`; --replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR --replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/ ---exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLTEST_VARDIR/log/master-bin.000001 +--exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLD_DATADIR/master-bin.000001 |