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

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/preload.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:
143
143
Key_reads       0
144
144
load index into cache t3, t2 key (primary,b) ;
145
145
Table   Op      Msg_type        Msg_text
146
 
test.t3 preload_keys    error   Table 'test.t3' doesn't exist
 
146
test.t3 preload_keys    Error   Table 'test.t3' doesn't exist
 
147
test.t3 preload_keys    error   Corrupt
147
148
test.t2 preload_keys    note    The storage engine for the table doesn't support preload_keys
148
 
Warnings:
149
 
Error   1146    Table 'test.t3' doesn't exist
150
149
show status like "key_read%";
151
150
Variable_name   Value
152
151
Key_read_requests       0
159
158
Key_reads       0
160
159
load index into cache t3 key (b), t2 key (c) ;
161
160
Table   Op      Msg_type        Msg_text
162
 
test.t3 preload_keys    error   Table 'test.t3' doesn't exist
 
161
test.t3 preload_keys    Error   Table 'test.t3' doesn't exist
 
162
test.t3 preload_keys    error   Corrupt
163
163
test.t2 preload_keys    note    The storage engine for the table doesn't support preload_keys
164
 
Warnings:
165
 
Error   1146    Table 'test.t3' doesn't exist
166
164
show status like "key_read%";
167
165
Variable_name   Value
168
166
Key_read_requests       0