mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Use one option --log-output[=option[,option...]]
instead of current --old-log-format and --both-log-formats options mysql-test/mysql-test-run.pl: use new option instead of the old one for testing mysql-test/r/im_utils.result: correct result file sql/log.cc: use log event handler flags instead of enum_printer sql/log.h: Add log event handler flags to simplify log option processing
This commit is contained in:
@@ -1832,7 +1832,7 @@ EOF
|
||||
;
|
||||
|
||||
print OUT "nonguarded\n" if $instance->{'nonguarded'};
|
||||
print OUT "old-log-format\n" if $instance->{'old_log_format'};
|
||||
print OUT "log-output=FILE\n" if $instance->{'old_log_format'};
|
||||
print OUT "\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user