diff options
author | Alexander Barkov <bar@mysql.com> | 2008-08-22 15:14:30 +0500 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2008-08-22 15:14:30 +0500 |
commit | 2e4a7ba0c75b7ffaf76c93b5d21fa1d8223b083a (patch) | |
tree | 40f197dadb813d2788ec613cd2e289e33b6eeeeb /mysql-test/t/mysqlbinlog_row.test | |
parent | 1f61af5ad165408ad9b799c61fcbd976a7a4885f (diff) | |
download | mariadb-git-2e4a7ba0c75b7ffaf76c93b5d21fa1d8223b083a.tar.gz |
Additional fix for bug#31455
Getting rid of non-deterministic results of sprintf("%-20g").
Displaying only 3 digits after decimal dot.
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 eb63c092803..9d94e1f55e7 100644 --- a/mysql-test/t/mysqlbinlog_row.test +++ b/mysql-test/t/mysqlbinlog_row.test @@ -442,5 +442,5 @@ 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 #.##.##/ +--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 |