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 08986d3538
commit a0c86c47e4

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;