Commit 11cd9746 authored by sunny's avatar sunny

branches/zip: Remove spaces and fix an uninitialized variable compiler warning.

parent 21fd4e57
......@@ -1820,6 +1820,10 @@ innobase_init(
MYF(MY_ALLOW_ZERO_PTR));
goto error;
}
} else {
/* Set it to the default file format id. Though this
should never happen. */
format_id = 0;
}
srv_file_format = format_id;
......
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