mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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:
@ -50,6 +50,6 @@ uninstall plugin SQL_ERROR_LOG;
|
|||||||
|
|
||||||
let $MYSQLD_DATADIR= `SELECT @@datadir`;
|
let $MYSQLD_DATADIR= `SELECT @@datadir`;
|
||||||
# replace the timestamp and the hostname with constant values
|
# 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;
|
cat_file $MYSQLD_DATADIR/sql_errors.log;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user