• unknown's avatar
    Bug#21424 mysqldump failing to export/import views. ... · 0aa344f3
    unknown authored
    Bug#21424 mysqldump failing to export/import views.                                                                                                                                                                  
    
    Dumps are created for the tables in each specified database then for the views in each specified database. This bug occurs when any database's views depend on the mysql database's table data while being restored. 
    Added command line option --flush-privileges to the mysqldump utility which causes a FLUSH PRIVILIGES statement to be written to the dump after the mysql database.
    
    
    client/mysqldump.c:
      When the flush-privileges command line option is specified, make sure to FLUSH PRIVILEGES after only the mysql database's tables' data is restored so that grant tables are current.
    mysql-test/r/mysqldump.result:
      Added Results.
    mysql-test/t/mysqldump.test:
      Expanded existing test case for bug 21527 to also test for bug 21424. 
      Exercises new --flush-priviliges command line option.
      Test ignores log tables.
    0aa344f3
mysqldump.test 40.1 KB