1. 16 Jun, 2015 1 commit
    • Sergey Vojtovich's avatar
      MDEV-5309 - RENAME TABLE does not check for existence of the table's engine · 909f7607
      Sergey Vojtovich authored
      When RENAME TABLE is executed, it apparently does not check whether the engine
      is available (unlike ALTER TABLE .. RENAME, which does). It means that if the
      engine in question was not loaded on some reason, the table might become
      unusable, since the engine won't know about the change.
      
      With this patch RENAME TABLE fails if storage engine is not available.
      909f7607
  2. 15 Jun, 2015 11 commits
  3. 14 Jun, 2015 4 commits
  4. 12 Jun, 2015 1 commit
  5. 11 Jun, 2015 7 commits
  6. 10 Jun, 2015 2 commits
  7. 09 Jun, 2015 12 commits
  8. 08 Jun, 2015 2 commits