Commit 0c92504a authored by unknown's avatar unknown

compilation failure on nocona (gcc (GCC) 3.2.3 20030502)

parent cc832656
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment