~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to mysql-test/suite/maria/r/maria-recovery-bitmap.result

auto-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
* copied t1 for comparison
10
10
insert into t1 values ("bbbbbbb");
11
11
delete from t1 limit 1;
12
 
set session debug="+d,info,enter,exit,maria_over_alloc_bitmap";
 
12
set session debug="+d,maria_over_alloc_bitmap";
13
13
insert into t1 values ("aaaaaaaaa");
14
14
set global maria_checkpoint_interval=1;
15
15
SET SESSION debug="+d,maria_crash";