mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -361,8 +361,8 @@ public:
|
||||
|
||||
friend class st_select_lex_unit;
|
||||
friend bool mysql_new_select(struct st_lex *lex, bool move_down);
|
||||
friend my_bool mysql_make_view (File_parser *parser,
|
||||
TABLE_LIST *table);
|
||||
friend bool mysql_make_view(THD *thd, File_parser *parser,
|
||||
TABLE_LIST *table);
|
||||
private:
|
||||
void fast_exclude();
|
||||
};
|
||||
|
Reference in New Issue
Block a user