mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix an -ansi -pedantic compilation failure
This commit is contained in:
@@ -321,7 +321,7 @@ public:
|
|||||||
longlong convert_decimal2longlong(const my_decimal *val, bool unsigned_flag,
|
longlong convert_decimal2longlong(const my_decimal *val, bool unsigned_flag,
|
||||||
int *err);
|
int *err);
|
||||||
/* The max. number of characters */
|
/* The max. number of characters */
|
||||||
inline uint32 Field::char_length() const
|
inline uint32 char_length() const
|
||||||
{
|
{
|
||||||
return field_length / charset()->mbmaxlen;
|
return field_length / charset()->mbmaxlen;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user