Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
N/A
-
None
Description
In file included from /home/buildbot/buildbot/build/client/mysqlbinlog.cc:3115:0:
|
/home/buildbot/buildbot/build/sql/rpl_utility.cc: In member function 'uint32 table_def::calc_field_size(uint, uchar*) const':
|
/home/buildbot/buildbot/build/sql/rpl_utility.cc:299:8: error: 'MYSQL_TYPE_VARCHAR_COMPRESSED' was not declared in this scope
|
case MYSQL_TYPE_VARCHAR_COMPRESSED:
|
^
|
/home/buildbot/buildbot/build/sql/rpl_utility.cc:309:8: error: 'MYSQL_TYPE_BLOB_COMPRESSED' was not declared in this scope
|
case MYSQL_TYPE_BLOB_COMPRESSED:
|
^
|
/home/buildbot/buildbot/build/sql/rpl_utility.cc: In constructor 'table_def::table_def(unsigned char*, ulong, uchar*, int, uchar*, uint16)':
|
/home/buildbot/buildbot/build/sql/rpl_utility.cc:1074:12: error: 'MYSQL_TYPE_BLOB_COMPRESSED' was not declared in this scope
|
case MYSQL_TYPE_BLOB_COMPRESSED:
|
^
|
/home/buildbot/buildbot/build/sql/rpl_utility.cc:1105:12: error: 'MYSQL_TYPE_VARCHAR_COMPRESSED' was not declared in this scope
|
case MYSQL_TYPE_VARCHAR_COMPRESSED:
|
^
|
Attachments
Issue Links
- blocks
-
MDEV-13342 Testing for MDEV-11371 (Big column compressed)
- Closed
- relates to
-
MDEV-11371 Big column compressed
- Closed