1. 20 Oct, 2006 3 commits
  2. 19 Oct, 2006 12 commits
  3. 18 Oct, 2006 2 commits
  4. 17 Oct, 2006 10 commits
  5. 16 Oct, 2006 12 commits
  6. 13 Oct, 2006 1 commit
    • 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