• unknown's avatar
    Bug#26121 mysqldump includes LOCK TABLES general_log WRITE · 2b0c2a30
    unknown authored
    - Giving the directive '--all-databases' to mysqldump caused 
      an attempt to lock and dump log tables which don't support this
      operation.
    - With this patch the log tables are excluded from the set of
      databases tables to dump.
    
    
    client/mysqldump.c:
      - Ignore log tables which can't be locked.
    mysql-test/t/mysqldump.test:
      Added test
    2b0c2a30
mysqldump.test 45.8 KB