mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
mysqldump creates stand-in tables before dumping the actual view. Those tables were of the default type; if the view had more columns than that (a pathological case, arguably), loading the dump would fail. We now make the temporary stand-ins MyISAM tables to prevent this.
40 KiB
40 KiB