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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bfd7087b
Commit
bfd7087b
authored
Nov 13, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Remove the variable innobase_buffer_pool_awe_mem_mb.
The bulk of the AWE support was removed in r976.
parent
1bb75bc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
handler/ha_innodb.cc
handler/ha_innodb.cc
+1
-1
handler/ha_innodb.h
handler/ha_innodb.h
+0
-1
No files found.
handler/ha_innodb.cc
View file @
bfd7087b
...
...
@@ -152,7 +152,7 @@ ulong innobase_large_page_size = 0;
parameters are declared in mysqld.cc: */
long
innobase_mirrored_log_groups
,
innobase_log_files_in_group
,
innobase_log_buffer_size
,
innobase_buffer_pool_awe_mem_mb
,
innobase_log_buffer_size
,
innobase_additional_mem_pool_size
,
innobase_file_io_threads
,
innobase_lock_wait_timeout
,
innobase_force_recovery
,
innobase_open_files
;
...
...
handler/ha_innodb.h
View file @
bfd7087b
...
...
@@ -210,7 +210,6 @@ extern long innobase_mirrored_log_groups, innobase_log_files_in_group;
extern
longlong
innobase_buffer_pool_size
,
innobase_log_file_size
;
extern
long
innobase_log_buffer_size
;
extern
long
innobase_additional_mem_pool_size
;
extern
long
innobase_buffer_pool_awe_mem_mb
;
extern
long
innobase_file_io_threads
,
innobase_lock_wait_timeout
;
extern
long
innobase_force_recovery
;
extern
long
innobase_open_files
;
...
...
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