mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed some minor issues, revealed by compiler warnings when using
BUILD/compile-pentium-debug-max BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@ -1014,6 +1014,7 @@ int SQL_SELECT::test_quick_select(THD *thd, key_map keys_to_use,
|
||||
SEL_IMERGE *min_imerge= NULL;
|
||||
double min_imerge_cost= DBL_MAX;
|
||||
ha_rows min_imerge_records;
|
||||
LINT_INIT(min_imerge_records); // Protected by min_imerge
|
||||
|
||||
List_iterator_fast<SEL_IMERGE> it(tree->merges);
|
||||
while ((imerge= it++))
|
||||
|
Reference in New Issue
Block a user