mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
three bug fixes and major code cleanup
This commit is contained in:
@ -567,7 +567,7 @@ static bool mysql_test_select_fields(PREP_STMT *stmt, TABLE_LIST *tables,
|
||||
|
||||
if (join->prepare(&select_lex->ref_pointer_array, tables,
|
||||
wild_num, conds, og_num, order, group, having, proc,
|
||||
select_lex, unit, 0, 0))
|
||||
select_lex, unit, 0))
|
||||
DBUG_RETURN(1);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user