Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.29, 10.3.20, 10.4.10, 10.5.0, 10.6.0
Description
,
Scenario:
|
1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT )
|
Tests with row_format DYNAMIC showed the same issue
|
2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
|
3. SIGKILL server during 2. is ongoing
|
4. Restart attempt with success
|
5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
|
VAR1 = [
|
[
|
'test.tab1',
|
'check',
|
'Warning',
|
'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
|
],
|
[
|
'test.tab1',
|
'check',
|
'error',
|
'Corrupt'
|
]
|
];
|
The server error log gets the entry
|
[ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count
|
|
sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
|
_RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
|
_RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart
|
|
GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00
|
|
Maybe the current problem is a sibling of MDEV-21109.
|
|
|
RQG
|
====
|
git clone https://github.com/mleich1/rqg --branch experimental RQG
|
|
perl rqg.pl \
|
--gendata=MDEV-25783.zz \
|
--max_gd_duration=600 \
|
--grammar=MDEV-25783.yy \
|
--mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
|
--mysqld=--loose-idle_write_transaction_timeout=0 \
|
--mysqld=--loose-idle_transaction_timeout=0 \
|
--mysqld=--loose-idle_readonly_transaction_timeout=0 \
|
--mysqld=--connect_timeout=60 \
|
--mysqld=--interactive_timeout=28800 \
|
--mysqld=--slave_net_timeout=60 \
|
--mysqld=--net_read_timeout=30 \
|
--mysqld=--net_write_timeout=60 \
|
--mysqld=--loose-table_lock_wait_timeout=50 \
|
--mysqld=--wait_timeout=28800 \
|
--mysqld=--lock-wait-timeout=86400 \
|
--mysqld=--innodb-lock-wait-timeout=50 \
|
--no-mask \
|
--queries=10000000 \
|
--seed=random \
|
--reporters=Backtrace \
|
--reporters=ErrorLog \
|
--reporters=CrashRecovery1 \
|
--validators=None \
|
--mysqld=--log_output=none \
|
--mysqld=--log-bin \
|
--mysqld=--log_bin_trust_function_creators=1 \
|
--mysqld=--loose-debug_assert_on_not_freed_memory=0 \
|
--engine=InnoDB \
|
--restart_timeout=240 \
|
--duration=100 \
|
--mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
|
--mysqld=--innodb_stats_persistent=on \
|
--mysqld=--innodb_adaptive_hash_index=on \
|
--threads=33 \
|
--mysqld=--innodb-use-native-aio=0 \
|
--rr=Extended \
|
--rr_options="--wait" \
|
--mysqld=--innodb_page_size=4K \
|
--mysqld=--innodb-buffer-pool-size=5M \
|
--duration=300 \
|
--no_mask \
|
--workdir=<local settings> \
|
--vardir=<local settings> \
|
--mtr-build-thread=<local settings> \
|
--basedir1=<local settings> \
|
--script_debug=_nix_
|
Attachments
Issue Links
- is caused by
-
MDEV-20934 Infinite loop on innodb_fast_shutdown=0 with inconsistent change buffer
-
- Closed
-
- relates to
-
MDEV-22373 Unable to find a record to delete-mark ends up crashing mysqld process after upgrading from 10.1.43 to 10.4
-
- Closed
-
-
MDEV-19514 Defer change buffer merge until pages are requested
-
- Closed
-
-
MDEV-25797 Optimize table after CrashRecovery causes [ERROR] InnoDB: tried to purge non-delete-marked record in index
-
- Open
-
(4 mentioned in)
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{noformat}
Scenario: 1. Start the server and generate some initial data (table tab1 with 10000 records) 2. 33 sessions run concurrent UPDATEs (autocommit) on tab1 3. SIGKILL server during 2. is ongoing 4. Restart attempt with success 5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG) VAR1 = [ [ 'test.tab1', 'check', 'Warning', 'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.' ], [ 'test.tab1', 'check', 'error', 'Corrupt' ] ]; The server error log gets the entry [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00 RQG ==== git clone https://github.com/mleich1/rqg --branch experimental RQG perl rqg.pl \ --gendata= --max_gd_duration=600 \ --grammar= --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \ --mysqld=--loose-idle_write_transaction_timeout=0 \ --mysqld=--loose-idle_transaction_timeout=0 \ --mysqld=--loose-idle_readonly_transaction_timeout=0 \ --mysqld=--connect_timeout=60 \ --mysqld=--interactive_timeout=28800 \ --mysqld=--slave_net_timeout=60 \ --mysqld=--net_read_timeout=30 \ --mysqld=--net_write_timeout=60 \ --mysqld=--loose-table_lock_wait_timeout=50 \ --mysqld=--wait_timeout=28800 \ --mysqld=--lock-wait-timeout=86400 \ --mysqld=--innodb-lock-wait-timeout=50 \ --no-mask \ --queries=10000000 \ --seed=random \ --reporters=Backtrace \ --reporters=ErrorLog \ --reporters=CrashRecovery1 \ --validators=None \ --mysqld=--log_output=none \ --mysqld=--log-bin \ --mysqld=--log_bin_trust_function_creators=1 \ --mysqld=--loose-debug_assert_on_not_freed_memory=0 \ --engine=InnoDB \ --restart_timeout=240 \ --duration=100 \ --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \ --mysqld=--innodb_stats_persistent=on \ --mysqld=--innodb_adaptive_hash_index=on \ --threads=33 \ --mysqld=--innodb-use-native-aio=0 \ --rr=Extended \ --rr_options="--wait" \ --mysqld=--innodb_page_size=4K \ --mysqld=--innodb-buffer-pool-size=5M \ --duration=300 \ --no_mask \ --workdir=<local settings> \ --vardir=<local settings> \ --mtr-build-thread=<local settings> \ --basedir1=<local settings> \ --script_debug=_nix_ {noformat} |
{noformat}
Scenario: 1. Start the server and generate some initial data (table tab1 with 10000 records) 2. 33 sessions run concurrent UPDATEs (autocommit) on tab1 3. SIGKILL server during 2. is ongoing 4. Restart attempt with success 5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG) VAR1 = [ [ 'test.tab1', 'check', 'Warning', 'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.' ], [ 'test.tab1', 'check', 'error', 'Corrupt' ] ]; The server error log gets the entry [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00 Maybe the current problem is a sibling of RQG ==== git clone https://github.com/mleich1/rqg --branch experimental RQG perl rqg.pl \ --gendata= --max_gd_duration=600 \ --grammar= --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \ --mysqld=--loose-idle_write_transaction_timeout=0 \ --mysqld=--loose-idle_transaction_timeout=0 \ --mysqld=--loose-idle_readonly_transaction_timeout=0 \ --mysqld=--connect_timeout=60 \ --mysqld=--interactive_timeout=28800 \ --mysqld=--slave_net_timeout=60 \ --mysqld=--net_read_timeout=30 \ --mysqld=--net_write_timeout=60 \ --mysqld=--loose-table_lock_wait_timeout=50 \ --mysqld=--wait_timeout=28800 \ --mysqld=--lock-wait-timeout=86400 \ --mysqld=--innodb-lock-wait-timeout=50 \ --no-mask \ --queries=10000000 \ --seed=random \ --reporters=Backtrace \ --reporters=ErrorLog \ --reporters=CrashRecovery1 \ --validators=None \ --mysqld=--log_output=none \ --mysqld=--log-bin \ --mysqld=--log_bin_trust_function_creators=1 \ --mysqld=--loose-debug_assert_on_not_freed_memory=0 \ --engine=InnoDB \ --restart_timeout=240 \ --duration=100 \ --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \ --mysqld=--innodb_stats_persistent=on \ --mysqld=--innodb_adaptive_hash_index=on \ --threads=33 \ --mysqld=--innodb-use-native-aio=0 \ --rr=Extended \ --rr_options="--wait" \ --mysqld=--innodb_page_size=4K \ --mysqld=--innodb-buffer-pool-size=5M \ --duration=300 \ --no_mask \ --workdir=<local settings> \ --vardir=<local settings> \ --mtr-build-thread=<local settings> \ --basedir1=<local settings> \ --script_debug=_nix_ {noformat} |
Attachment | MDEV-25776.zz [ 57857 ] |
Attachment | MDEV-25776.yy [ 57858 ] |
Description |
{noformat}
Scenario: 1. Start the server and generate some initial data (table tab1 with 10000 records) 2. 33 sessions run concurrent UPDATEs (autocommit) on tab1 3. SIGKILL server during 2. is ongoing 4. Restart attempt with success 5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG) VAR1 = [ [ 'test.tab1', 'check', 'Warning', 'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.' ], [ 'test.tab1', 'check', 'error', 'Corrupt' ] ]; The server error log gets the entry [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00 Maybe the current problem is a sibling of RQG ==== git clone https://github.com/mleich1/rqg --branch experimental RQG perl rqg.pl \ --gendata= --max_gd_duration=600 \ --grammar= --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \ --mysqld=--loose-idle_write_transaction_timeout=0 \ --mysqld=--loose-idle_transaction_timeout=0 \ --mysqld=--loose-idle_readonly_transaction_timeout=0 \ --mysqld=--connect_timeout=60 \ --mysqld=--interactive_timeout=28800 \ --mysqld=--slave_net_timeout=60 \ --mysqld=--net_read_timeout=30 \ --mysqld=--net_write_timeout=60 \ --mysqld=--loose-table_lock_wait_timeout=50 \ --mysqld=--wait_timeout=28800 \ --mysqld=--lock-wait-timeout=86400 \ --mysqld=--innodb-lock-wait-timeout=50 \ --no-mask \ --queries=10000000 \ --seed=random \ --reporters=Backtrace \ --reporters=ErrorLog \ --reporters=CrashRecovery1 \ --validators=None \ --mysqld=--log_output=none \ --mysqld=--log-bin \ --mysqld=--log_bin_trust_function_creators=1 \ --mysqld=--loose-debug_assert_on_not_freed_memory=0 \ --engine=InnoDB \ --restart_timeout=240 \ --duration=100 \ --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \ --mysqld=--innodb_stats_persistent=on \ --mysqld=--innodb_adaptive_hash_index=on \ --threads=33 \ --mysqld=--innodb-use-native-aio=0 \ --rr=Extended \ --rr_options="--wait" \ --mysqld=--innodb_page_size=4K \ --mysqld=--innodb-buffer-pool-size=5M \ --duration=300 \ --no_mask \ --workdir=<local settings> \ --vardir=<local settings> \ --mtr-build-thread=<local settings> \ --basedir1=<local settings> \ --script_debug=_nix_ {noformat} |
, {noformat}
Scenario: 1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT ) 2. 33 sessions run concurrent UPDATEs (autocommit) on tab1 3. SIGKILL server during 2. is ongoing 4. Restart attempt with success 5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG) VAR1 = [ [ 'test.tab1', 'check', 'Warning', 'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.' ], [ 'test.tab1', 'check', 'error', 'Corrupt' ] ]; The server error log gets the entry [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00 Maybe the current problem is a sibling of RQG ==== git clone https://github.com/mleich1/rqg --branch experimental RQG perl rqg.pl \ --gendata= --max_gd_duration=600 \ --grammar= --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \ --mysqld=--loose-idle_write_transaction_timeout=0 \ --mysqld=--loose-idle_transaction_timeout=0 \ --mysqld=--loose-idle_readonly_transaction_timeout=0 \ --mysqld=--connect_timeout=60 \ --mysqld=--interactive_timeout=28800 \ --mysqld=--slave_net_timeout=60 \ --mysqld=--net_read_timeout=30 \ --mysqld=--net_write_timeout=60 \ --mysqld=--loose-table_lock_wait_timeout=50 \ --mysqld=--wait_timeout=28800 \ --mysqld=--lock-wait-timeout=86400 \ --mysqld=--innodb-lock-wait-timeout=50 \ --no-mask \ --queries=10000000 \ --seed=random \ --reporters=Backtrace \ --reporters=ErrorLog \ --reporters=CrashRecovery1 \ --validators=None \ --mysqld=--log_output=none \ --mysqld=--log-bin \ --mysqld=--log_bin_trust_function_creators=1 \ --mysqld=--loose-debug_assert_on_not_freed_memory=0 \ --engine=InnoDB \ --restart_timeout=240 \ --duration=100 \ --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \ --mysqld=--innodb_stats_persistent=on \ --mysqld=--innodb_adaptive_hash_index=on \ --threads=33 \ --mysqld=--innodb-use-native-aio=0 \ --rr=Extended \ --rr_options="--wait" \ --mysqld=--innodb_page_size=4K \ --mysqld=--innodb-buffer-pool-size=5M \ --duration=300 \ --no_mask \ --workdir=<local settings> \ --vardir=<local settings> \ --mtr-build-thread=<local settings> \ --basedir1=<local settings> \ --script_debug=_nix_ {noformat} |
Summary | Draft: CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 after Crash Recovery | CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 after Crash Recovery |
Assignee | Matthias Leich [ mleich ] | Marko Mäkelä [ marko ] |
Description |
, {noformat}
Scenario: 1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT ) 2. 33 sessions run concurrent UPDATEs (autocommit) on tab1 3. SIGKILL server during 2. is ongoing 4. Restart attempt with success 5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG) VAR1 = [ [ 'test.tab1', 'check', 'Warning', 'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.' ], [ 'test.tab1', 'check', 'error', 'Corrupt' ] ]; The server error log gets the entry [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00 Maybe the current problem is a sibling of RQG ==== git clone https://github.com/mleich1/rqg --branch experimental RQG perl rqg.pl \ --gendata= --max_gd_duration=600 \ --grammar= --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \ --mysqld=--loose-idle_write_transaction_timeout=0 \ --mysqld=--loose-idle_transaction_timeout=0 \ --mysqld=--loose-idle_readonly_transaction_timeout=0 \ --mysqld=--connect_timeout=60 \ --mysqld=--interactive_timeout=28800 \ --mysqld=--slave_net_timeout=60 \ --mysqld=--net_read_timeout=30 \ --mysqld=--net_write_timeout=60 \ --mysqld=--loose-table_lock_wait_timeout=50 \ --mysqld=--wait_timeout=28800 \ --mysqld=--lock-wait-timeout=86400 \ --mysqld=--innodb-lock-wait-timeout=50 \ --no-mask \ --queries=10000000 \ --seed=random \ --reporters=Backtrace \ --reporters=ErrorLog \ --reporters=CrashRecovery1 \ --validators=None \ --mysqld=--log_output=none \ --mysqld=--log-bin \ --mysqld=--log_bin_trust_function_creators=1 \ --mysqld=--loose-debug_assert_on_not_freed_memory=0 \ --engine=InnoDB \ --restart_timeout=240 \ --duration=100 \ --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \ --mysqld=--innodb_stats_persistent=on \ --mysqld=--innodb_adaptive_hash_index=on \ --threads=33 \ --mysqld=--innodb-use-native-aio=0 \ --rr=Extended \ --rr_options="--wait" \ --mysqld=--innodb_page_size=4K \ --mysqld=--innodb-buffer-pool-size=5M \ --duration=300 \ --no_mask \ --workdir=<local settings> \ --vardir=<local settings> \ --mtr-build-thread=<local settings> \ --basedir1=<local settings> \ --script_debug=_nix_ {noformat} |
, {noformat}
Scenario: 1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT ) Tests with row_format DYNAMIC showed the same issue 2. 33 sessions run concurrent UPDATEs (autocommit) on tab1 3. SIGKILL server during 2. is ongoing 4. Restart attempt with success 5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG) VAR1 = [ [ 'test.tab1', 'check', 'Warning', 'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.' ], [ 'test.tab1', 'check', 'error', 'Corrupt' ] ]; The server error log gets the entry [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00 Maybe the current problem is a sibling of RQG ==== git clone https://github.com/mleich1/rqg --branch experimental RQG perl rqg.pl \ --gendata= --max_gd_duration=600 \ --grammar= --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \ --mysqld=--loose-idle_write_transaction_timeout=0 \ --mysqld=--loose-idle_transaction_timeout=0 \ --mysqld=--loose-idle_readonly_transaction_timeout=0 \ --mysqld=--connect_timeout=60 \ --mysqld=--interactive_timeout=28800 \ --mysqld=--slave_net_timeout=60 \ --mysqld=--net_read_timeout=30 \ --mysqld=--net_write_timeout=60 \ --mysqld=--loose-table_lock_wait_timeout=50 \ --mysqld=--wait_timeout=28800 \ --mysqld=--lock-wait-timeout=86400 \ --mysqld=--innodb-lock-wait-timeout=50 \ --no-mask \ --queries=10000000 \ --seed=random \ --reporters=Backtrace \ --reporters=ErrorLog \ --reporters=CrashRecovery1 \ --validators=None \ --mysqld=--log_output=none \ --mysqld=--log-bin \ --mysqld=--log_bin_trust_function_creators=1 \ --mysqld=--loose-debug_assert_on_not_freed_memory=0 \ --engine=InnoDB \ --restart_timeout=240 \ --duration=100 \ --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \ --mysqld=--innodb_stats_persistent=on \ --mysqld=--innodb_adaptive_hash_index=on \ --threads=33 \ --mysqld=--innodb-use-native-aio=0 \ --rr=Extended \ --rr_options="--wait" \ --mysqld=--innodb_page_size=4K \ --mysqld=--innodb-buffer-pool-size=5M \ --duration=300 \ --no_mask \ --workdir=<local settings> \ --vardir=<local settings> \ --mtr-build-thread=<local settings> \ --basedir1=<local settings> \ --script_debug=_nix_ {noformat} |
Link |
This issue relates to |
Attachment |
|
Attachment |
|
Attachment | MDEV-25783.yy [ 57889 ] |
Attachment | MDEV-25783.zz [ 57890 ] |
Attachment | data.tar.bz2 [ 57891 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 31239 ] |
Link | This issue relates to MDEV-25797 [ MDEV-25797 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 31249 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 31307 ] |
Link | This issue includes TODO-2957 [ TODO-2957 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 31318 ] |
Attachment | data2.tar.bz2 [ 57964 ] |
Link | This issue is caused by MDEV-20394 [ MDEV-20394 ] |
Link |
This issue blocks |
Link |
This issue relates to |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Affects Version/s | 10.2.38 [ 25207 ] | |
Affects Version/s | 10.5.11 [ 25734 ] | |
Labels | rr-profile | corruption rr-profile-analyzed |
Priority | Major [ 3 ] | Critical [ 2 ] |
Affects Version/s | 10.6.0 [ 24431 ] | |
Affects Version/s | 10.5.0 [ 23709 ] | |
Affects Version/s | 10.4.10 [ 23907 ] | |
Affects Version/s | 10.3.20 [ 23909 ] | |
Affects Version/s | 10.2.29 [ 23911 ] | |
Affects Version/s | 10.2.38 [ 25207 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] |
Link |
This issue blocks |
Link | This issue relates to MENT-1182 [ MENT-1182 ] |
issue.field.resolutiondate | 2021-06-07 16:39:14.0 | 2021-06-07 16:39:14.662 |
Fix Version/s | 10.6.2 [ 25800 ] | |
Fix Version/s | 10.5.11 [ 25734 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 31336 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 31336 ] |
Link | This issue blocks MDEV-25877 [ MDEV-25877 ] |
Summary | CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 after Crash Recovery | CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 |
Link | This issue is caused by MDEV-20394 [ MDEV-20394 ] |
Link |
This issue is caused by |
Workflow | MariaDB v3 [ 122184 ] | MariaDB v4 [ 159335 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 32805 ] |