diff options
author | Sinisa@sinisa.nasamreza.org <> | 2001-12-26 18:33:51 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2001-12-26 18:33:51 +0200 |
commit | 1cef60bff682d765c53bc307e60797683a67d3d2 (patch) | |
tree | 22281d9b4341b90a7a224f4b2d0942ae2ca6c72a | |
parent | 17d94da96d72c4c94b896d7198f813ccf7ca4884 (diff) | |
download | mariadb-git-1cef60bff682d765c53bc307e60797683a67d3d2.tar.gz |
Woooo....
Now everything compiles and all tests are passed .... ;o)
What a push !
-rw-r--r-- | sql/sql_parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |