• 's avatar
    Bug #34739 unexpected binlog file name when --log-bin is set to a directory name · 8d524243
    authored
    If --log-bin is set to a directory name with the trailing 'FN_LIBCHAR', 
    which will be '/' on Unix like systems, and '\\' on Windows like systems. 
    the basename of the binlog is empty so that the created files named 
    '.000001' and '.index'. It is not expected. 
    The same thing happened to --log-bin-index, --relay-log and 
    --relay-log-index options.
    
    To resolve the problem, in these cases the program should report an error 
    and abort.
    8d524243
mysqld.cc 320 KB