mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixed failing test
Increased default buffers to speed up maria_chk mysql-test/suite/maria/r/maria3.result: Fixed failing test storage/maria/maria_chk.c: Increase default page_buffer_size storage/maria/maria_def.h: Increased default sort buffer size for maria_chk.
This commit is contained in:
parent
a826711789
commit
b9b6ffe73e
3 changed files with 4 additions and 4 deletions
|
|
@ -1083,7 +1083,7 @@ typedef struct st_maria_block_info
|
|||
|
||||
#define USE_BUFFER_INIT (((1024L*1024L*128-MALLOC_OVERHEAD)/8192)*8192)
|
||||
#define READ_BUFFER_INIT (1024L*256L-MALLOC_OVERHEAD)
|
||||
#define SORT_BUFFER_INIT (1024L*1024L*64-MALLOC_OVERHEAD)
|
||||
#define SORT_BUFFER_INIT (1024L*1024L*256-MALLOC_OVERHEAD)
|
||||
#define MIN_SORT_BUFFER (4096-MALLOC_OVERHEAD)
|
||||
|
||||
#define fast_ma_writeinfo(INFO) if (!(INFO)->s->tot_locks) (void) _ma_writeinfo((INFO),0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue