summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2015-11-13 19:47:31 +0200
committerMonty <monty@mariadb.org>2015-11-13 19:47:31 +0200
commit1774230c242c1efc47594383c49ec13dff4df183 (patch)
treebc2a259bb03a16f44420ce9210c07b7d6387112d /mysql-test/t
parent1e63a81a3b833efbc0726cb357000e9457ade5f9 (diff)
downloadmariadb-git-1774230c242c1efc47594383c49ec13dff4df183.tar.gz
Fixed regexp to fix buildbot failures
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/mysqlbinlog_row_minimal.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog_row_minimal.test b/mysql-test/t/mysqlbinlog_row_minimal.test
index 7d165b1c6a0..94a3c32437e 100644
--- a/mysql-test/t/mysqlbinlog_row_minimal.test
+++ b/mysql-test/t/mysqlbinlog_row_minimal.test
@@ -27,7 +27,7 @@ DELETE FROM t2;
FLUSH BINARY LOGS;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
---replace_regex /\d\d\d\d\d\d \d\d:\d\d:\d\d/<date>/ /Start:.*at startup/Start: xxx/ /SET TIMESTAMP=\d*/SET TIMESTAMP=X/
+--replace_regex /\d{6} *\d*:\d\d:\d\d/<date>/ /Start:.*at startup/Start: xxx/ /SET TIMESTAMP=\d*/SET TIMESTAMP=X/
--exec $MYSQL_BINLOG --verbose --verbose --base64-output=DECODE-ROWS $datadir/$binlog
DROP TABLE t1,t2;