1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed compiler warnings and test failures

This commit is contained in:
Michael Widenius
2010-08-06 11:05:44 +03:00
parent d042146e5b
commit 13141c9842
8 changed files with 23 additions and 15 deletions

View File

@ -600,6 +600,7 @@ engine_option_value *merge_engine_table_options(engine_option_value *first,
{
engine_option_value *end, *opt;
DBUG_ENTER("merge_engine_table_options");
LINT_INIT(end);
/* find last element */
if (first && second)