mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fix gcc 7.3 compiler warnings.
This commit is contained in:
@@ -895,7 +895,7 @@ void Explain_select::print_explain_json(Explain_query *query,
|
||||
{
|
||||
Sort_and_group_tracker::Iterator iter(&ops_tracker);
|
||||
enum_qep_action action;
|
||||
Filesort_tracker *fs_tracker;
|
||||
Filesort_tracker *fs_tracker= NULL;
|
||||
|
||||
while ((action= iter.get_next(&fs_tracker)) != EXPL_ACTION_EOF)
|
||||
{
|
||||
|
Reference in New Issue
Block a user