1
0
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:
konstantin@mysql.com
2006-03-30 00:20:14 +04:00
parent 38bd424afa
commit d360687dc0

View File

@@ -321,7 +321,7 @@ public:
longlong convert_decimal2longlong(const my_decimal *val, bool unsigned_flag,
int *err);
/* The max. number of characters */
inline uint32 Field::char_length() const
inline uint32 char_length() const
{
return field_length / charset()->mbmaxlen;
}