~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/lock.result

  • Committer: Brian Aker
  • Date: 2009-05-14 06:54:20 UTC
  • mfrom: (1014.2.4 mordred)
  • Revision ID: brian@gaz-20090514065420-ocpqu1hs3upo8nu7
Merge from Monty.

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;