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
9ac28241
Commit
9ac28241
authored
Apr 29, 2007
by
serg@sergbook.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation failure on nocona (gcc (GCC) 3.2.3 20030502)
parent
28feb893
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+2
-2
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
9ac28241
...
...
@@ -7688,8 +7688,8 @@ static MYSQL_SYSVAR_BOOL(file_per_table, innobase_file_per_table,
static
MYSQL_SYSVAR_ULONG
(
flush_log_at_trx_commit
,
srv_flush_log_at_trx_commit
,
PLUGIN_VAR_OPCMDARG
,
"Set to 0 (write and flush once per second), 1 (write and flush at each commit)
\
or 2 (write at commit, flush once per second)."
,
"Set to 0 (write and flush once per second), 1 (write and flush at each commit)
"
"
or 2 (write at commit, flush once per second)."
,
NULL
,
NULL
,
1
,
0
,
2
,
0
);
static
MYSQL_SYSVAR_STR
(
flush_method
,
innobase_unix_file_flush_method
,
...
...
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