~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/lock.result

  • Committer: Brian Aker
  • Date: 2009-05-15 17:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1023.
  • Revision ID: brian@gaz-20090515170635-croy1u63a3gqdn9n
Dead convert functions for character sets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
check table t2;
42
42
Table   Op      Msg_type        Msg_text
43
43
test.t2 check   Error   Table 't2' was not locked with LOCK TABLES
44
 
test.t2 check   status  OK
 
44
test.t2 check   error   Corrupt
45
45
insert into t1 select index1,nr from t1;
46
46
ERROR HY000: Table 't1' was not locked with LOCK TABLES
47
47
unlock tables;