~drizzle-trunk/drizzle/development

  • Committer: Stewart Smith
  • Date: 2008-12-18 23:54:47 UTC
  • 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.
Filename Latest Rev Last Changed Committer Comment Size
..
AUTHORS 139.1.1 16 years ago Stewart Smith Move MD5() into a UDF 79 bytes Diff Download File
ChangeLog 139.1.1 16 years ago Stewart Smith Move MD5() into a UDF 14 bytes Diff Download File
configure.in 139.1.1 16 years ago Stewart Smith Move MD5() into a UDF 108 bytes Diff Download File
Makefile.am 635.1.9 16 years ago Elan Ruusamäe - no need to version dlopened plugins (add -avoid- 1.2 KB Diff Download File
md5udf.cc 670.1.20 16 years ago Monty Taylor Renamed functions to function... everything else i 2.7 KB Diff Download File
plug.in 139.1.8 16 years ago Stewart Smith UDFs are now normal Item_func objects. Simplifies 295 bytes Diff Download File