mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-19125 Change Send_field::type from enum_field_types to Type_handler*
This commit is contained in:
@ -5289,6 +5289,7 @@ bool Protocol_local::store_longlong(longlong value, bool unsigned_flag)
|
||||
|
||||
bool Protocol_local::store_decimal(const my_decimal *value)
|
||||
{
|
||||
DBUG_ASSERT(0); // This method is not used yet
|
||||
StringBuffer<DECIMAL_MAX_STR_LENGTH> str;
|
||||
return value->to_string(&str) ? store_column(str.ptr(), str.length()) : true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user