[FEAT MERGE] column store ddl

Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
This commit is contained in:
Charles0429
2024-02-07 23:09:01 +00:00
committed by ob-robot
parent fd359dc4a4
commit 1c20161f72
354 changed files with 29599 additions and 7741 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",