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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user