mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Dump sequences first. This atch made to keep it small and to keep number of queries to the server the same. Order of tables in a dump can not be changed (except sequences first) because mysql_list_tables uses SHOW TABLES and I used SHOW FULL TABLES.
992 B
992 B