mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
branches/zip: Remove spaces and fix an uninitialized variable compiler warning.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user