mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -33,6 +33,7 @@ struct TABLE;
|
||||
class Type_handler;
|
||||
class Field;
|
||||
class Index_statistics;
|
||||
struct Lex_ident_cli_st;
|
||||
|
||||
class THD;
|
||||
|
||||
@ -779,12 +780,6 @@ public:
|
||||
}
|
||||
Item *make_item_func_trim_std(THD *thd) const;
|
||||
Item *make_item_func_trim_oracle(THD *thd) const;
|
||||
/*
|
||||
This method is still used to handle LTRIM and RTRIM,
|
||||
while the special syntax TRIM(... BOTH|LEADING|TRAILING)
|
||||
is now handled by Schema::make_item_func_trim().
|
||||
*/
|
||||
Item *make_item_func_trim(THD *thd) const;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user