mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
5.2 -> 5.3
This commit is contained in:
commit
c4341d5095
115 changed files with 2397 additions and 1031 deletions
|
|
@ -4019,8 +4019,8 @@ int maria_repair_by_sort(HA_CHECK *param, register MARIA_HA *info,
|
|||
|
||||
if (rep_quick && (param->testflag & T_FORCE_UNIQUENESS))
|
||||
{
|
||||
my_off_t skr= (share->state.state.data_file_length +
|
||||
(sort_info.org_data_file_type == COMPRESSED_RECORD) ?
|
||||
my_off_t skr= share->state.state.data_file_length +
|
||||
((sort_info.org_data_file_type == COMPRESSED_RECORD) ?
|
||||
MEMMAP_EXTRA_MARGIN : 0);
|
||||
#ifdef USE_RELOC
|
||||
if (sort_info.org_data_file_type == STATIC_RECORD &&
|
||||
|
|
@ -4541,8 +4541,8 @@ int maria_repair_parallel(HA_CHECK *param, register MARIA_HA *info,
|
|||
|
||||
if (rep_quick && (param->testflag & T_FORCE_UNIQUENESS))
|
||||
{
|
||||
my_off_t skr= (share->state.state.data_file_length +
|
||||
(sort_info.org_data_file_type == COMPRESSED_RECORD) ?
|
||||
my_off_t skr= share->state.state.data_file_length +
|
||||
((sort_info.org_data_file_type == COMPRESSED_RECORD) ?
|
||||
MEMMAP_EXTRA_MARGIN : 0);
|
||||
#ifdef USE_RELOC
|
||||
if (sort_info.org_data_file_type == STATIC_RECORD &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue