• gshchepa/uchum@gleb.loc's avatar
    Fixed bug #28524. · 3f91aeda
    gshchepa/uchum@gleb.loc authored
    For each view the mysqldump utility creates a temporary table
    with the same name and the same columns as the view 
    in order to satisfy views that depend on this view.
    After the creation of all tables, mysqldump drops all
    temporary tables and creates actual views.
    However, --skip-add-drop-table and --compact flags disable
    DROP TABLE statements for those temporary tables. Thus, it was
    impossible to create the views because of existence of the
    temporary tables with the same names.
    3f91aeda
mysqldump.test 57.1 KB