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
89996cd7
Commit
89996cd7
authored
Dec 02, 2004
by
marko@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqld.cc:
innodb_autoextend_increment: set a maximum limit of 1000 (Bug #6904)
parent
c78eefbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
sql/mysqld.cc
View file @
89996cd7
...
@@ -4801,7 +4801,7 @@ replicating a LOAD DATA INFILE command.",
...
@@ -4801,7 +4801,7 @@ replicating a LOAD DATA INFILE command.",
"Data file autoextend increment in megabytes"
,
"Data file autoextend increment in megabytes"
,
(
gptr
*
)
&
srv_auto_extend_increment
,
(
gptr
*
)
&
srv_auto_extend_increment
,
(
gptr
*
)
&
srv_auto_extend_increment
,
(
gptr
*
)
&
srv_auto_extend_increment
,
0
,
GET_LONG
,
REQUIRED_ARG
,
8L
,
1L
,
~
0L
,
0
,
1L
,
0
},
0
,
GET_LONG
,
REQUIRED_ARG
,
8L
,
1L
,
100
0L
,
0
,
1L
,
0
},
{
"innodb_buffer_pool_awe_mem_mb"
,
OPT_INNODB_BUFFER_POOL_AWE_MEM_MB
,
{
"innodb_buffer_pool_awe_mem_mb"
,
OPT_INNODB_BUFFER_POOL_AWE_MEM_MB
,
"If Windows AWE is used, the size of InnoDB buffer pool allocated from the AWE memory."
,
"If Windows AWE is used, the size of InnoDB buffer pool allocated from the AWE memory."
,
(
gptr
*
)
&
innobase_buffer_pool_awe_mem_mb
,
(
gptr
*
)
&
innobase_buffer_pool_awe_mem_mb
,
0
,
(
gptr
*
)
&
innobase_buffer_pool_awe_mem_mb
,
(
gptr
*
)
&
innobase_buffer_pool_awe_mem_mb
,
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