From 236015ed7ac81e3a4525e04a7769cf503af38e14 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 6 Mar 2003 17:02:10 +0200 Subject: three bug fixes and major code cleanup --- sql/sql_prepare.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_prepare.cc') diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 3cb4c4e8244..eefd1b5d4e1 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -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); /* -- cgit v1.2.1