diff options
author | Michael Widenius <monty@askmonty.org> | 2010-08-06 11:05:44 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-08-06 11:05:44 +0300 |
commit | 13141c9842c055406730daead25337e46a57f4d8 (patch) | |
tree | d96f4894260f8a450b6779e4678eea72530c12ea /sql/create_options.cc | |
parent | d042146e5b41b6222df3e6b4c16a44f3ef2939b7 (diff) | |
download | mariadb-git-13141c9842c055406730daead25337e46a57f4d8.tar.gz |
Fixed compiler warnings and test failures
Diffstat (limited to 'sql/create_options.cc')
-rw-r--r-- | sql/create_options.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/create_options.cc b/sql/create_options.cc index 6d682853ae6..f060b3b7204 100644 --- a/sql/create_options.cc +++ b/sql/create_options.cc @@ -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) |