mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 14:55:32 +02:00
Merge branch '11.4' into 11.5
This commit is contained in:
commit
ea75a0b600
508 changed files with 12688 additions and 5108 deletions
|
|
@ -4334,7 +4334,7 @@ private:
|
|||
void sql_type(String &str) const override
|
||||
{
|
||||
Field_varstring::sql_type(str);
|
||||
str.append(STRING_WITH_LEN(" /*!100301 COMPRESSED*/"));
|
||||
str.append(STRING_WITH_LEN(" /*M!100301 COMPRESSED*/"));
|
||||
}
|
||||
uint32 max_display_length() const override { return field_length - 1; }
|
||||
uint32 character_octet_length() const override { return field_length - 1; }
|
||||
|
|
@ -4772,7 +4772,7 @@ private:
|
|||
void sql_type(String &str) const override
|
||||
{
|
||||
Field_blob::sql_type(str);
|
||||
str.append(STRING_WITH_LEN(" /*!100301 COMPRESSED*/"));
|
||||
str.append(STRING_WITH_LEN(" /*M!100301 COMPRESSED*/"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue