1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MyRocks port: make Field::char_length() a const function

This commit is contained in:
Sergei Petrunia
2016-10-16 11:39:55 +00:00
parent a7091b0679
commit b42248d2f2
2 changed files with 3 additions and 3 deletions

View File

@ -10598,7 +10598,7 @@ Column_definition::Column_definition(THD *thd, Field *old_field,
length
*/
uint32 Field_blob::char_length()
uint32 Field_blob::char_length() const
{
switch (packlength)
{