Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c4af2a25
Commit
c4af2a25
authored
Aug 25, 2010
by
Michael Widenius
Browse files
Options
Browse Files
Download
Plain Diff
Automerge with 5.1
parents
58a75bb1
1aa3b02c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/suite/maria/r/maria3.result
mysql-test/suite/maria/r/maria3.result
+2
-2
storage/maria/maria_def.h
storage/maria/maria_def.h
+1
-1
No files found.
mysql-test/suite/maria/r/maria3.result
View file @
c4af2a25
...
...
@@ -312,12 +312,12 @@ maria_log_file_size 4294959104
maria_log_purge_type immediate
maria_max_sort_file_size 9223372036853727232
maria_pagecache_age_threshold 300
maria_pagecache_buffer_size
838451
2
maria_pagecache_buffer_size
13421363
2
maria_pagecache_division_limit 100
maria_page_checksum OFF
maria_recover NORMAL
maria_repair_threads 1
maria_sort_buffer_size
838860
8
maria_sort_buffer_size
13421772
8
maria_stats_method nulls_unequal
maria_sync_log_dir NEWFILE
show status like 'maria%';
...
...
storage/maria/maria_def.h
View file @
c4af2a25
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment