mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
c719e1fd33
Automaticly disable ma_test_recovery if not compiled with debugging. This fixes that make test works in Maria. Fixed wrong merge of ma_init.c from 5.1 Portability fixes: - Use my_chmod() instead of my_chmod() - Use my_access() instead of my_stat() to test if file exists - Don't test result value of pthread_mutex_lock() and pthread_mutex_unlock() as this is not portable - No reason to test if file exists before we delete it include/my_sys.h: Added my_chmod include/mysys_err.h: Added error for my_chmod mysys/Makefile.am: Added my_chmod mysys/errors.c: Added error for my_chmod mysys/my_init.c: Syncronize with 5.1 to fix setting of QueryPerformanceFrequency() storage/maria/ma_test1.c: Changed short option of --skip-delete and --skip-update to be more logical storage/maria/ma_test_recovery.expected: Updated results after adding more tests storage/maria/ma_test_recovery: Abort test nicely if we are runnning without debugging Added more tests Changed temporary file names so that one can run maria_chk on them Removed some old comments storage/maria/maria_read_log.c: Added note if maria_read_log will not be able to create byte-to-byte identical tables compared to normal execution storage/maria/unittest/ma_pagecache_consist.c: Removed wrong setting of buff that caused memory overwrite Use my_chmod() instead of chmod() Don't test result value of pthread_mutex_lock() and pthread_mutex_unlock() as this is not portable storage/maria/unittest/ma_pagecache_single.c: Use my_chmod() instead of chmod() Don't test result value of pthread_mutex_lock() and pthread_mutex_unlock() as this is not portable storage/maria/unittest/ma_test_loghandler_first_lsn-t.c: No reason to test if file exists before we delete it storage/maria/unittest/ma_test_loghandler_multithread-t.c: Don't test result value of pthread_mutex_lock() and pthread_mutex_unlock() as this is not portable storage/maria/unittest/ma_test_loghandler_noflush-t.c: No reason to test if file exists before we delete it storage/maria/unittest/ma_test_loghandler_nologs-t.c: Use my_access() instead of my_stat() to test if file exists storage/maria/unittest/ma_test_loghandler_pagecache-t.c: No reason to test if file exists before we delete it chmod -> my_chmod mysys/my_chmod.c: Added wrapper for chmod()
1410 lines
50 KiB
Text
1410 lines
50 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
|
|
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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A1 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A2 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A3 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A4 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A1 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A2 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A3 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A4 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A1 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A2 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A3 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A4 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A1 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A2 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A3 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 --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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 -t4 -A4 (additional aborted work)
|
|
Dying on request without maria_commit()/maria_close()
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|
|
testing idempotency
|
|
applying log
|
|
Differences in maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< 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 maria_chk -dvv, recovery not yet perfect !
|
|
========DIFF START=======
|
|
6c6
|
|
< Status: checked,analyzed,optimized keys,sorted index pages,zerofilled,movable
|
|
---
|
|
> Status: changed
|
|
========DIFF END=======
|