MDEV-5419 no audit events for warnings converted to errors in the strict mode.
small fix in the --replace_regex template.
This commit is contained in:
parent
8f3e1bfc92
commit
5a7ae59305
@ -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…
x
Reference in New Issue
Block a user