mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Woooo....
Now everything compiles and all tests are passed .... ;o) What a push !
This commit is contained in:
parent
17d94da96d
commit
1cef60bff6
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue