-
Committer:
Stewart Smith
-
Date:
2008-12-18 23:54:47 UTC
-
mto:
This revision was merged to the branch mainline in
revision
719.
-
Revision ID:
stewart@flamingspork.com-20081218235447-qf6dofgd6guwefo2
fix RENAME TABLE
(problem was missing hton to mysql_rename_table)
If engine implements table_exists_in_engine we get the hton from there.
Else, we reintroduce the mysql_frm_type hackery (temporarily, it *will* go away again with FRM removal).
also fix rename test: no views, plus current FLUSH LOCKS bug.