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:
@ -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)
|
||||
|
Reference in New Issue
Block a user