mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
668306640e
outside datafile) on INSERT into an Aria table. The isssue was that the check if a table was moved between systems didn't take into account that create_trid could be bigger than the current max trid on the new system. This could only happen if one tried to move a table that one had just done a 'REPAIR TABLE' on. Tables that one had run 'aria_chk --zerofill' on worked. Fixed this by assuming that if create_trid is too big then the table has been moved from one system to another and we have to do an automatic zerofill. Other fixed: - Added a check to detect a wrong create_trid in 'check table'. - aria_chk -dvv will now write out also the create_trid (to make future error finding easier) - aria_chk --zerofill doesn't anymore require a aria_control_file - Removed some warnings from safemalloc when using aria_chk, ma_test1 and ma_test2. include/myisamchk.h: Removed wrong 'QQ' flags (the flags are used by myisamchk and aria_chk) storage/maria/ha_maria.cc: maria_chk_status() can now also return an error. storage/maria/ma_check.c: In maria_chk_status() check if create_trid value is too big. storage/maria/ma_open.c: Changed check if table is moved so that we can detect wrong create_trid values. Don't set STATE_NOT_MOVABLE flag if we are doing repair/check. This was done so that aria_chk can print out the movable flag. storage/maria/ma_test1.c: Added code to suppress memory leaks from safemalloc storage/maria/ma_test2.c: Added code to suppress memory leaks from safemalloc storage/maria/maria_chk.c: Added code to suppress memory leaks from safemalloc. Make help text a bit better for --HELP and --zerofill. Incresed version number. Don't require a control file if we are only doing --zerofill Print out 'create_trid' when doing --describe --verbose storage/maria/unittest/ma_test_recovery.expected: Updated result file
1578 lines
56 KiB
Text
1578 lines
56 KiB
Text
Testing the REDO PHASE ALONE
|
|
TEST WITH ma_test1 -s -M -T -c
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -d500
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
TEST WITH ma_test2 -s -M -T -c -b65000
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
TEST WITH ma_test2 -s -M -T -c -b65000 -d800
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -C
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
TEST WITH ma_test2 -s -L -K -W -P -M -T -c -d500 -C
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
Testing the REDO AND UNDO PHASE
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 --test-undo=1 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 --test-undo=1 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 --test-undo=2 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 --test-undo=2 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 --test-undo=3 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 --test-undo=3 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 --test-undo=4 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N --versioning --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N --testflag=3 --test-undo=4 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 --test-undo=1 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 --test-undo=1 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 --test-undo=2 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 --test-undo=2 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 --test-undo=3 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 --test-undo=3 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 --test-undo=4 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --versioning --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 --testflag=3 --test-undo=4 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=2 --test-undo=1 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 --test-undo=1 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=2 --test-undo=2 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 --test-undo=2 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=2 --test-undo=3 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 --test-undo=3 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -H1 --testflag=2 --test-undo=4 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --versioning --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -H2 --testflag=3 --test-undo=4 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=2 --test-undo=1 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=4 --test-undo=1 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 --test-undo=1 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=2 --test-undo=2 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=4 --test-undo=2 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 --test-undo=2 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=2 --test-undo=3 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=4 --test-undo=3 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 --test-undo=3 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=1 (commit at end)
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H1 --testflag=2 --test-undo=4 (additional aborted work)
|
|
Terminating after inserts
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=3 (commit at end)
|
|
Terminating after updates
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --versioning --testflag=4 --test-undo=4 (additional aborted work)
|
|
Terminating after deletes
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=2 (commit at end)
|
|
Terminating after inserts
|
|
TEST WITH ma_test1 -s -M -T -c -N -b32768 -H2 --testflag=3 --test-undo=4 (additional aborted work)
|
|
Terminating after updates
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
testing idempotency
|
|
applying log
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
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)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing applying of CLRs to recreate table
|
|
applying log
|
|
Differences in aria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
7c7
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|