1
0
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:
sunny
2008-04-11 09:58:17 +00:00
parent 21fd4e5778
commit 11cd9746d3

View File

@@ -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;