12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
#
|
|
# Verify that mysql server reports an error and aborts, if the same
|
|
# base name is specified for both --log-bin and --relay-log.
|
|
#
|
|
Occurrences of 'Cannot have same base name '.*same_base_file_name'' in the input file: 1
|
|
#
|
|
# Verify that mysql server reports an error and aborts, if the relay log
|
|
# base name conflicts with binary log defaults.
|
|
#
|
|
Occurrences of 'Cannot have same base name '.*binlog'' in the input file: 1
|
|
# restart
|