+8
−1
+12
−12
+1058
−0
File changed.
Preview size limit exceeded, changes collapsed.
Loading
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.
File changed.
Preview size limit exceeded, changes collapsed.