mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@@ -5668,6 +5668,14 @@ Type_handler_string_result::Item_func_hybrid_field_type_get_date(
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
bool Type_handler::Item_bool_rowready_func2_fix_length_and_dec(THD *thd,
|
||||
Item_bool_rowready_func2 *func) const
|
||||
{
|
||||
return func->fix_length_and_dec_generic(thd, this);
|
||||
}
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
bool Type_handler_numeric::
|
||||
Item_func_between_fix_length_and_dec(Item_func_between *func) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user