Commit 41e66d57 authored by Sergei Golubchik's avatar Sergei Golubchik

fixes for make dist, 32-bit OS, and other buildbot failures

parent 6467bcca
...@@ -248,19 +248,19 @@ NULL information_schema INNODB_TRX trx_requested_lock_id 4 NULL YES varchar 81 2 ...@@ -248,19 +248,19 @@ NULL information_schema INNODB_TRX trx_requested_lock_id 4 NULL YES varchar 81 2
NULL information_schema INNODB_TRX trx_started 3 0000-00-00 00:00:00 NO datetime NULL NULL NULL NULL NULL NULL datetime select NULL information_schema INNODB_TRX trx_started 3 0000-00-00 00:00:00 NO datetime NULL NULL NULL NULL NULL NULL datetime select
NULL information_schema INNODB_TRX trx_state 2 NO varchar 13 39 NULL NULL utf8 utf8_general_ci varchar(13) select NULL information_schema INNODB_TRX trx_state 2 NO varchar 13 39 NULL NULL utf8 utf8_general_ci varchar(13) select
NULL information_schema INNODB_TRX trx_wait_started 5 NULL YES datetime NULL NULL NULL NULL NULL NULL datetime select NULL information_schema INNODB_TRX trx_wait_started 5 NULL YES datetime NULL NULL NULL NULL NULL NULL datetime select
NULL information_schema INNODB_TRX trx_weight 6 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema INNODB_TRX trx_weight 6 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES BLOCK_SIZE 5 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES BLOCK_SIZE 5 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES DIRTY_BLOCKS 8 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES DIRTY_BLOCKS 8 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES FULL_SIZE 4 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES FULL_SIZE 4 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES KEY_CACHE_NAME 1 NO varchar 192 576 NULL NULL utf8 utf8_general_ci varchar(192) select NULL information_schema KEY_CACHES KEY_CACHE_NAME 1 NO varchar 192 576 NULL NULL utf8 utf8_general_ci varchar(192) select
NULL information_schema KEY_CACHES READS 10 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES READS 10 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES READ_REQUESTS 9 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES READ_REQUESTS 9 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES SEGMENTS 2 NULL YES int NULL NULL 10 0 NULL NULL int(3) unsigned select NULL information_schema KEY_CACHES SEGMENTS 2 NULL YES int NULL NULL 10 0 NULL NULL int(3) unsigned select
NULL information_schema KEY_CACHES SEGMENT_NUMBER 3 NULL YES int NULL NULL 10 0 NULL NULL int(3) unsigned select NULL information_schema KEY_CACHES SEGMENT_NUMBER 3 NULL YES int NULL NULL 10 0 NULL NULL int(3) unsigned select
NULL information_schema KEY_CACHES UNUSED_BLOCKS 7 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES UNUSED_BLOCKS 7 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES USED_BLOCKS 6 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES USED_BLOCKS 6 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES WRITES 12 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES WRITES 12 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_CACHES WRITE_REQUESTS 11 0 NO bigint NULL NULL 19 0 NULL NULL bigint(21) unsigned select NULL information_schema KEY_CACHES WRITE_REQUESTS 11 0 NO bigint NULL NULL 20 0 NULL NULL bigint(21) unsigned select
NULL information_schema KEY_COLUMN_USAGE COLUMN_NAME 7 NO varchar 64 192 NULL NULL utf8 utf8_general_ci varchar(64) select NULL information_schema KEY_COLUMN_USAGE COLUMN_NAME 7 NO varchar 64 192 NULL NULL utf8 utf8_general_ci varchar(64) select
NULL information_schema KEY_COLUMN_USAGE CONSTRAINT_CATALOG 1 NULL YES varchar 512 1536 NULL NULL utf8 utf8_general_ci varchar(512) select NULL information_schema KEY_COLUMN_USAGE CONSTRAINT_CATALOG 1 NULL YES varchar 512 1536 NULL NULL utf8 utf8_general_ci varchar(512) select
NULL information_schema KEY_COLUMN_USAGE CONSTRAINT_NAME 3 NO varchar 64 192 NULL NULL utf8 utf8_general_ci varchar(64) select NULL information_schema KEY_COLUMN_USAGE CONSTRAINT_NAME 3 NO varchar 64 192 NULL NULL utf8 utf8_general_ci varchar(64) select
......
...@@ -2,7 +2,7 @@ SELECT * FROM information_schema.engines ...@@ -2,7 +2,7 @@ SELECT * FROM information_schema.engines
WHERE ENGINE = 'InnoDB'; WHERE ENGINE = 'InnoDB';
ENGINE InnoDB ENGINE InnoDB
SUPPORT YES SUPPORT YES
COMMENT Percona-XtraDB, Supports transactions, row-level locking, and foreign keys COMMENT Supports transactions, row-level locking, and foreign keys
TRANSACTIONS YES TRANSACTIONS YES
XA YES XA YES
SAVEPOINTS YES SAVEPOINTS YES
...@@ -51,6 +51,7 @@ set session aria_sort_buffer_size=@old_sort_buffer_size; ...@@ -51,6 +51,7 @@ set session aria_sort_buffer_size=@old_sort_buffer_size;
set @old_max_sort_file_size=@@global.maria_max_sort_file_size, set @old_max_sort_file_size=@@global.maria_max_sort_file_size,
@old_repair_threads=@@global.aria_repair_threads; @old_repair_threads=@@global.aria_repair_threads;
set @@global.maria_max_sort_file_size=default, @@global.aria_repair_threads=default; set @@global.maria_max_sort_file_size=default, @@global.aria_repair_threads=default;
--replace_result 4293918720 9223372036853727232
select @@global.maria_max_sort_file_size, @@global.aria_repair_threads; select @@global.maria_max_sort_file_size, @@global.aria_repair_threads;
set @@global.aria_max_sort_file_size=@old_max_sort_file_size, set @@global.aria_max_sort_file_size=@old_max_sort_file_size,
@@global.maria_repair_threads=@old_repair_threads; @@global.maria_repair_threads=@old_repair_threads;
......
...@@ -43,7 +43,7 @@ SET(ARIA_SOURCES ma_init.c ma_open.c ma_extra.c ma_info.c ma_rkey.c ...@@ -43,7 +43,7 @@ SET(ARIA_SOURCES ma_init.c ma_open.c ma_extra.c ma_info.c ma_rkey.c
ha_maria.cc trnman.c lockman.c tablockman.c ha_maria.cc trnman.c lockman.c tablockman.c
ma_rt_index.c ma_rt_key.c ma_rt_mbr.c ma_rt_split.c ma_rt_index.c ma_rt_key.c ma_rt_mbr.c ma_rt_split.c
ma_sp_key.c ma_control_file.c ma_loghandler.c ma_sp_key.c ma_control_file.c ma_loghandler.c
ma_pagecache.c ma_pagecaches.c ma_pagecache.c ma_pagecaches.c compat_aliases.cc compat_aliases.h
ma_checkpoint.c ma_recovery.c ma_commit.c ma_pagecrc.c ma_checkpoint.c ma_recovery.c ma_commit.c ma_pagecrc.c
ha_maria.h maria_def.h ma_recovery_util.c ma_servicethread.c ha_maria.h maria_def.h ma_recovery_util.c ma_servicethread.c
) )
......
...@@ -67,7 +67,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -67,7 +67,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -76,7 +76,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -76,7 +76,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -85,7 +85,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -85,7 +85,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -96,7 +96,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -96,7 +96,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -105,7 +105,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -105,7 +105,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -114,7 +114,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -114,7 +114,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -164,7 +164,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -164,7 +164,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -173,7 +173,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -173,7 +173,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -182,7 +182,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -182,7 +182,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -193,7 +193,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -193,7 +193,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -202,7 +202,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -202,7 +202,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -211,7 +211,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -211,7 +211,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -261,7 +261,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -261,7 +261,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -270,7 +270,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -270,7 +270,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -279,7 +279,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -279,7 +279,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -290,7 +290,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -290,7 +290,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -299,7 +299,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -299,7 +299,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -308,7 +308,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -308,7 +308,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -358,7 +358,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -358,7 +358,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t2 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -367,7 +367,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -367,7 +367,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -376,7 +376,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -376,7 +376,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -387,7 +387,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end) ...@@ -387,7 +387,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -t6 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -396,7 +396,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -396,7 +396,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -405,7 +405,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -405,7 +405,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -455,7 +455,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -455,7 +455,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -464,7 +464,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -464,7 +464,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -473,7 +473,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -473,7 +473,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -484,7 +484,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -484,7 +484,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -493,7 +493,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -493,7 +493,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -502,7 +502,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -502,7 +502,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -552,7 +552,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -552,7 +552,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -561,7 +561,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -561,7 +561,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -570,7 +570,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -570,7 +570,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -581,7 +581,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -581,7 +581,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -590,7 +590,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -590,7 +590,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -599,7 +599,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -599,7 +599,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -649,7 +649,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -649,7 +649,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -658,7 +658,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -658,7 +658,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -667,7 +667,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -667,7 +667,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -678,7 +678,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -678,7 +678,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -687,7 +687,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -687,7 +687,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -696,7 +696,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -696,7 +696,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -746,7 +746,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -746,7 +746,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t2 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -755,7 +755,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -755,7 +755,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -764,7 +764,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -764,7 +764,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -775,7 +775,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end) ...@@ -775,7 +775,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -t6 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -784,7 +784,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -784,7 +784,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -793,7 +793,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -793,7 +793,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -843,7 +843,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -843,7 +843,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -852,7 +852,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -852,7 +852,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -861,7 +861,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -861,7 +861,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -872,7 +872,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -872,7 +872,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -881,7 +881,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -881,7 +881,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -890,7 +890,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -890,7 +890,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -940,7 +940,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -940,7 +940,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -949,7 +949,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -949,7 +949,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -958,7 +958,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -958,7 +958,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -969,7 +969,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -969,7 +969,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -978,7 +978,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -978,7 +978,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -987,7 +987,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -987,7 +987,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1037,7 +1037,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -1037,7 +1037,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1046,7 +1046,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1046,7 +1046,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1055,7 +1055,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1055,7 +1055,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1066,7 +1066,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -1066,7 +1066,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1075,7 +1075,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1075,7 +1075,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1084,7 +1084,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1084,7 +1084,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1134,7 +1134,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -1134,7 +1134,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t2 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1143,7 +1143,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1143,7 +1143,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1152,7 +1152,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1152,7 +1152,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1163,7 +1163,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end) ...@@ -1163,7 +1163,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -H1 -t6 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1172,7 +1172,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1172,7 +1172,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1181,7 +1181,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1181,7 +1181,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1231,7 +1231,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1231,7 +1231,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1240,7 +1240,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1240,7 +1240,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1249,7 +1249,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1249,7 +1249,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1260,7 +1260,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1260,7 +1260,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A1 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A1 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1269,7 +1269,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1269,7 +1269,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1278,7 +1278,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1278,7 +1278,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1328,7 +1328,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1328,7 +1328,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1337,7 +1337,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1337,7 +1337,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1346,7 +1346,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1346,7 +1346,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1357,7 +1357,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1357,7 +1357,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A2 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A2 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1366,7 +1366,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1366,7 +1366,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1375,7 +1375,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1375,7 +1375,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1425,7 +1425,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1425,7 +1425,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1434,7 +1434,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1434,7 +1434,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1443,7 +1443,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1443,7 +1443,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1454,7 +1454,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1454,7 +1454,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A3 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A3 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1463,7 +1463,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1463,7 +1463,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1472,7 +1472,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1472,7 +1472,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1522,7 +1522,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1522,7 +1522,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t2 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1531,7 +1531,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1531,7 +1531,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1540,7 +1540,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1540,7 +1540,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1551,7 +1551,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end) ...@@ -1551,7 +1551,7 @@ TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t1 (commit at end)
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A4 (additional aborted work) TEST WITH ma_test2 -s -L -K -W -P -M -T -c -b32768 -H1 -t6 -A4 (additional aborted work)
Dying on request without maria_commit()/maria_close() Dying on request without maria_commit()/maria_close()
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1560,7 +1560,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1560,7 +1560,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing idempotency testing idempotency
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
...@@ -1569,7 +1569,7 @@ Differences in maria_chk -dvv, recovery not yet perfect ! ...@@ -1569,7 +1569,7 @@ Differences in maria_chk -dvv, recovery not yet perfect !
========DIFF END======= ========DIFF END=======
testing applying of CLRs to recreate table testing applying of CLRs to recreate table
applying log applying log
Differences in maria_chk -dvv, recovery not yet perfect ! Differences in aria_chk -dvv, recovery not yet perfect !
========DIFF START======= ========DIFF START=======
6c6 6c6
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable < Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment