mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
had broken the 5.1 behaviour of --log-error: --log-error without argument sent to stderr instead of writing to a file with an autogenerated name.
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
# Test for BUG#51215 "log-error partially works with version 5.5"
|
|
# when --log-error is not used
|
|
|
|
# check displayed value. Should be empty.
|
|
select variable_value from information_schema.global_variables where variable_name="log_error";
|