Browse Source

MDEV-5419 no audit events for warnings converted to errors in the strict mode.

small fix in the --replace_regex template.
pull/73/head
Alexey Botchkov 12 years ago
parent
commit
5a7ae59305
  1. 2
      mysql-test/suite/plugins/t/sql_error_log.test

2
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;
Loading…
Cancel
Save