• Daniel Black's avatar
    MDEV-25728: mysqld --help --verbose creates a log-bin-index file · 406ce572
    Daniel Black authored
    before change test:
    
     strace -fe trace=file -o /tmp/f.strace sql/mysqld --datadir=/tmp/d --log-bin=foo-bin                      --help --verbose && ls -la /tmp/
    ...
    'mysqladmin variables' instead of 'mysqld --verbose --help'.
    
    total 0
    drwxrwxr-x.  2 dan  dan   60 May 19 18:05 .
    drwxrwxrwt. 27 root root 640 May 19 18:03 ..
    -rw-rw----.  1 dan  dan    0 May 19 18:05 foo-bin.index
    406ce572
mysqld.cc 353 KB