mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
because on Windows it cannot properly append to the file, doesn't use CreateFile(..., FILE_APPEND_DATA, ...) this fixes main.shutdown failures on Windows
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
select (@err_log:=variable_value)*0 from information_schema.global_variables where variable_name="log_error";
|
|
(@err_log:=variable_value)*0
|
|
0
|
|
select instr(@err_log, "mysqld.1.err")>0;
|
|
instr(@err_log, "mysqld.1.err")>0
|
|
1
|