~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/lock.result

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

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