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
c2de802e
Commit
c2de802e
authored
Dec 20, 2006
by
tsmith/tim@siva.hindu.god
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-merge fix (related to bug 24200 changes)
parent
ab4c0f3b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
sql/mysqld.cc
sql/mysqld.cc
+3
-1
sql/set_var.cc
sql/set_var.cc
+2
-1
No files found.
sql/mysqld.cc
View file @
c2de802e
...
...
@@ -391,6 +391,7 @@ extern my_bool innobase_log_archive,
innobase_use_large_pages
,
innobase_use_native_aio
,
innobase_file_per_table
,
innobase_locks_unsafe_for_binlog
,
innobase_rollback_on_timeout
,
innobase_create_status_file
;
extern
"C"
{
extern
ulong
srv_max_buf_pool_modified_pct
;
...
...
@@ -8154,7 +8155,8 @@ my_bool innobase_log_archive,
innobase_use_doublewrite
,
innobase_use_checksums
,
innobase_file_per_table
,
innobase_locks_unsafe_for_binlog
;
innobase_locks_unsafe_for_binlog
,
innobase_rollback_on_timeout
;
extern
"C"
{
ulong
srv_max_buf_pool_modified_pct
;
...
...
sql/set_var.cc
View file @
c2de802e
...
...
@@ -78,7 +78,8 @@ extern my_bool innobase_log_archive,
innobase_use_doublewrite
,
innobase_use_checksums
,
innobase_file_per_table
,
innobase_locks_unsafe_for_binlog
;
innobase_locks_unsafe_for_binlog
,
innobase_rollback_on_timeout
;
extern
"C"
{
extern
ulong
srv_max_buf_pool_modified_pct
;
...
...
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