~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/kill.result

  • 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
# CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing 
38
38
# of close of the connection socket
39
39
SELECT 1;
 
40
Got one of the listed errors