• Tatiana A. Nurnberg's avatar
    Bug#31434 mysqldump dumps view as table · 743149bc
    Tatiana A. Nurnberg authored
    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.
    743149bc
mysqldump.result 149 KB