From c865e96362b75d1d59ac31c9a2fd34ee1ccdf058 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 26 Dec 2001 18:33:51 +0200 Subject: [PATCH] Woooo.... Now everything compiles and all tests are passed .... ;o) What a push ! --- sql/sql_parse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 5bebc66e5b6..f964a74240a 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -1921,7 +1921,7 @@ mysql_execute_command(void) total_list.push_back(item); res=mysql_select(thd,tables,total_list, - select_lex->where,select_lex->ftfunc_list, + select_lex->where, (ORDER *)NULL,(ORDER *)NULL,(Item *)NULL, (ORDER *)NULL, select_lex->options | thd->options |