mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
branches/zip: Remove spaces and fix an uninitialized variable compiler warning.
This commit is contained in:
parent
08986d3538
commit
a0c86c47e4
1 changed files with 11 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue