mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Reverting patch for BUG #14009 (use of abs() on null value causes problems with filesort
Fix for bug #14536: SELECT @a,@a:=... fails with prepared statements
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
bool mysql_create_view(THD *thd,
|
||||
enum_view_create_mode mode);
|
||||
|
||||
my_bool mysql_make_view(File_parser *parser, TABLE_LIST *table);
|
||||
bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table);
|
||||
|
||||
bool mysql_drop_view(THD *thd, TABLE_LIST *view, enum_drop_mode drop_mode);
|
||||
|
||||
|
Reference in New Issue
Block a user