• evgen@moonbone.local's avatar
    Bug#14959: ALTER TABLE isn't able to rename a view · 2b474898
    evgen@moonbone.local authored
    The mysql_alter_table() was able to rename only a table.
    
    The view/table renaming code is moved from the function rename_tables 
    to the new function called do_rename().
    The mysql_alter_table() function calls it when it needs to rename a view.
    2b474898
rename.test 1.96 KB