[FEAT MERGE] column store ddl

Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
This commit is contained in:
Charles0429
2023-12-18 14:13:53 +00:00
committed by ob-robot
parent 37fe7ce4eb
commit e99cc037cc
354 changed files with 29601 additions and 7742 deletions

View File

@ -1924,10 +1924,10 @@ static const _error _error_OB_COLUMN_GROUP_NOT_FOUND = {
.mysql_errno = -1,
.sqlstate = "HY000",
.str_error = "Column group not found",
.str_user_error = "Column group not found",
.str_user_error = "Column group \'%.*s\' not found",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -4185, Column group not found",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4185, Column group not found"
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4185, Column grou \'%.*s\' not found"
};
static const _error _error_OB_CS_COMPRESS_LIB_ERROR = {
.error_name = "OB_CS_COMPRESS_LIB_ERROR",