Commit 39edbba
committed
MDEV-39303: Skip ibuf_upgrade() if innodb_force_recovery=6
ibuf_upgrade_needed(): Pretend that no upgrade is needed when
innodb_force_recovery=6.
srv_load_tables(): Test the least likely condition first.
srv_start(): Remove a message that is duplicating one at the start
of recv_recovery_from_checkpoint_start().
This was tested by starting up a server on an empty data directory
that had been created by MariaDB Server 10.6.
Reviewed by: Thirunarayanan Balathandayuthapani1 parent b7038e3 commit 39edbba
2 files changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1025 | 1025 | | |
1026 | 1026 | | |
1027 | 1027 | | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
1028 | 1031 | | |
1029 | 1032 | | |
1030 | 1033 | | |
| |||
1035 | 1038 | | |
1036 | 1039 | | |
1037 | 1040 | | |
1038 | | - | |
1039 | | - | |
1040 | 1041 | | |
1041 | 1042 | | |
1042 | 1043 | | |
| |||
1067 | 1068 | | |
1068 | 1069 | | |
1069 | 1070 | | |
1070 | | - | |
| 1071 | + | |
1071 | 1072 | | |
1072 | 1073 | | |
1073 | 1074 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1217 | 1217 | | |
1218 | 1218 | | |
1219 | 1219 | | |
1220 | | - | |
1221 | | - | |
| 1220 | + | |
| 1221 | + | |
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
| |||
1412 | 1412 | | |
1413 | 1413 | | |
1414 | 1414 | | |
1415 | | - | |
1416 | | - | |
1417 | | - | |
1418 | | - | |
| 1415 | + | |
1419 | 1416 | | |
1420 | 1417 | | |
1421 | 1418 | | |
| |||
0 commit comments