summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/sql_error_log.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/plugins/t/sql_error_log.test')
-rw-r--r--mysql-test/suite/plugins/t/sql_error_log.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/plugins/t/sql_error_log.test b/mysql-test/suite/plugins/t/sql_error_log.test
index 73f3dd34da9..8d04720aac3 100644
--- a/mysql-test/suite/plugins/t/sql_error_log.test
+++ b/mysql-test/suite/plugins/t/sql_error_log.test
@@ -50,6 +50,6 @@ uninstall plugin SQL_ERROR_LOG;
let $MYSQLD_DATADIR= `SELECT @@datadir`;
# replace the timestamp and the hostname with constant values
---replace_regex /[1-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9] [^E]*/TIME HOSTNAME /
+--replace_regex /[1-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [ 0-9][0-9]:[0-9][0-9]:[0-9][0-9] [^E]*/TIME HOSTNAME /
cat_file $MYSQLD_DATADIR/sql_errors.log;