1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Added option sql_error_warnings to sql_error_log plugin

This commit is contained in:
Monty
2023-06-12 14:57:21 +03:00
parent 582d0cf5b0
commit 3eab2275d0
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ sql_error_log_rate 1
sql_error_log_rotate OFF
sql_error_log_rotations 9
sql_error_log_size_limit 1000000
sql_error_log_warnings ON
set global sql_error_log_rate=1;
select * from t_doesnt_exist;
ERROR 42S02: Table 'test.t_doesnt_exist' doesn't exist