summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/sql_error_log.test
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2014-01-24 06:07:22 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2014-01-24 06:07:22 +0400
commit5a7ae59305763c1da08f12b65d1dca2a70eb45a4 (patch)
treea39756b30a26a6edf8ccccd5b26ad3941e40b8d3 /mysql-test/suite/plugins/t/sql_error_log.test
parent8f3e1bfc92f725813a6c82f9be2a601c9701d712 (diff)
downloadmariadb-git-5a7ae59305763c1da08f12b65d1dca2a70eb45a4.tar.gz
MDEV-5419 no audit events for warnings converted to errors in the strict mode.
small fix in the --replace_regex template.
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;