错误码 | 错误描述 | 示例 |
8601 | 强制关闭线程。应关闭用户连接 | 强制关闭线程12345。应关闭用户连接。会话超时 |
8602 | 代理错误 | 代理错误。连接池耗尽 |
8603 | 无法升级 | 系统维护中,现在无法升级 |
8604 | 流式加载数据失败 | 流式加载数据失败,数据格式错误,错误代码:1001 |
8605 | 事务写入大小超过限制,修改 tdsql_max_memory_per_transaction_bytes 以增加限制 | - |
8606 | Ingestbehind 子工作线程失败 | Ingestbehind 子工作线程失败,错误地址: node1:8080,子工作线程 ID:5678,错误代码:2001,错误信息:内存不足 |
8607 | 无效的代理节点 ID | 无效的代理节点 ID,可用节点 ID: node1,node2,node3 |
8608 | 更改分区策略失败 | 更改分区策略失败。策略冲突 |
8609 | 当前查询禁用了固定执行计划规则 | 当前查询禁用了固定执行计划规则: SELECT * FROM users WHERE id=1 |
8610 | 表的模式状态 | 表 users 的模式状态是 MODIFYING |
8611 | 表的键的模式状态 | 表 orders 的键 pk_order 的模式状态是 INVALID |
8612 | 在 CDC 节点中不支持执行 set persist | - |
8613 | 刷新数据字典缓存对象失败 | 刷新数据字典缓存对象失败:缓存损坏 |
8614 | 存储过程注释中发现格式错误的并行安全属性声明 | 存储过程注释中发现格式错误的并行安全属性声明 |
8615 | 缺少 AUDIT_ADMIN 权限,无法查询日志视图 | 执行查询日志视图需要 AUDIT_ADMIN 权限 |
8616 | 切换日志服务回放逻辑失败 | 切换日志服务回放逻辑失败,原因:连接超时 |
8617 | 当前语句需要并行查询执行,但未选择并行计划 | 当前语句需要并行查询执行,但未选择并行计划 |
8618 | 创建 Distribution Policy 失败 | 创建 Distribution Policy 失败 |
8619 | 不允许混合使用 PERSIST 和非 PERSIST 的 SET 选项 | 不允许混合使用 PERSIST 和非 PERSIST 的 SET 选项 |
8620 | 当前语句不支持该节点类型 | 当前语句不支持该节点类型 |
8621 | 函数依赖图中出现错误 | 函数依赖图中出现错误 |
8622 | 表缓存内存使用超过限制 | 表缓存内存使用已超过限制 |
8623 | AWR 报告对比失败 | AWR 报告对比失败 |
8624 | AWR 报告未找到 | AWR 报告 report_001 未找到 |
8625 | AWR 刷新失败 | AWR 刷新失败:磁盘空间不足 |
8626 | 索引类型 Hint 未生效 | INDEX hint on table users did not take effect because 表使用全表扫描 |
8627 | Leading Hint 语法错误 | Failed to add the leading hint because 语法错误 |
8628 | Leading Hint 应用失败 | Failed to apply the leading hint because 表不存在 |
8629 | 包含列索引的 VALUE 部分定义了重复列 | Included Column Index ici1 defines column col1 in value part more than once |
8630 | 包含列索引的列同时出现在 KEY 和 VALUE 部分中 | Included Column Index ici1 cannot have column col1 present in KEY and VALUE parts at the same time |
8631 | DuckDB 视图未初始化成功 | DuckDB view v1 is not initialized successfully, query may fail |
8632 | INGESTBEHIND 模式不支持列存或冷分层表 | Online alter table t1 failed. The INGESTBEHIND mode is not supported with columnar storage or cold tiered tables |
8633 | COMMIT STATEMENT 执行过程中出错 | Got error 1234 - Lock wait timeout during COMMIT STATEMENT |
8634 | 在远程列存节点执行失败 | Failed to execute at remote columnar node : 连接超时 |
8635 | 在远程节点执行失败 | Failed to execute at remote node : 连接超时 |
8636 | SQL 访问 MC 已暂停 | SQL access to MC is suspended, RPC: get_cluster_info |
8637 | INGESTBEHIND 模式不支持系统表 | Online alter table mysql.user failed. The INGESTBEHIND mode is not supported on system tables |
8638 | 全局索引不支持该操作 | GLOBAL INDEX with PARTITION BY not supported |
8639 | 重建全局二级索引时索引数量超限 | t1 contains 5 global secondary indexes, rebuilding gsi during ALTER TABLE would cause temporary table to have 10 indexes (limit 8) |
8640 | Binlog dump 未初始化,无法访问 Binlog dump 视图 | Binlog dump is not initialized, cannot access binlog dump view binlog_dump_status |
8641 | 并行查询在远程节点上执行失败 | Parallel query failed on node node1: 连接超时 |
8642 | TTL 列不存在 | TTL column create_time does not exist in table t1 |
8643 | TTL 列类型不正确,必须为 DATE、DATETIME 或 TIMESTAMP 类型 | TTL column name must be of type DATE, DATETIME, or TIMESTAMP |
8644 | TTL 列必须定义为 NOT NULL | TTL column create_time must be defined as NOT NULL |
8645 | TTL 列不能为 AUTO_INCREMENT 列 | TTL column id cannot be an AUTO_INCREMENT column |
8646 | 临时表不支持 TTL | TTL is not supported for temporary tables |
8647 | TTL_JOB_INTERVAL 格式无效 | Invalid TTL_JOB_INTERVAL: expected format is number+unit where unit is one of s, m, h, d |
8648 | 表未定义 TTL 配置 | Table mydb.t1 does not have a TTL configuration |
8649 | TTL 相关选项必须在独立的 ALTER TABLE 语句中修改 | TTL-related options must be altered in a dedicated ALTER TABLE statement |
8650 | TTL 归档表不能指向源表自身 | TTL_ARCHIVE_TABLE refers to the source table itself; self-archiving is not allowed |
8651 | TTL 归档表不存在 | TTL archive table archive_t1 does not exist |
8652 | TTL 归档表与源表不兼容 | TTL archive table archive_t1 is incompatible with source table: 列类型不匹配 |
8653 | 设置 TTL_ARCHIVE_TABLE 时源表需要显式主键 | Source table requires an explicit PRIMARY KEY when TTL_ARCHIVE_TABLE is set |
8654 | TTL 归档行数与删除行数不匹配 | TTL archive row-count invariant violated: archived 100 row(s) but deleted 99 row(s) within the same batch transaction |
8655 | 分区策略的 num_region 参数无效 | 分区策略的 num_region 参数无效:0 |
8656 | 分区策略的 WITH 选项无效 | 分区策略的 WITH 选项无效:unknown_option |
8657 | 分区策略的 split_keys 参数无效 | 分区策略的 split_keys 参数无效:格式错误 |
8658 | 并发控制错误 | 并发控制错误:规则匹配失败 |
8659 | CCL 系统表操作失败 | CCL 系统表读写操作失败 |
8660 | CCL 规则无效 | CCL 规则 1 无效:wait_timeout 超出范围 |
8661 | CCL 规则重复 | CCL 规则 1 重复:digest 已存在 |
8662 | CCL 规则未找到 | CCL 规则 1 未找到 |
8663 | CCL 规则槽位已满,无法分配 | CCL 规则 1 无法获取可用槽位 |
8664 | CCL 等待数已达上限 | 并发控制等待数已达上限 |
8665 | CCL 拒绝执行查询 | 并发控制拒绝执行查询 |
8666 | CCL 队列字段未找到,未在 SQL WHERE 条件中找到指定字段 | CCL 队列字段 user_id 未找到 |
8667 | CCL 跨节点广播失败 | CCL 跨节点广播失败:节点 10.0.0.2:3306 不可达 |
8668 | 间隔分区仅支持 RANGE 类型 | Interval partitioning requires RANGE partitioning |
8669 | 间隔分区不支持多列分区字段 | Interval partitioning does not allow multiple partition fields |
8670 | 使用间隔分区时必须至少定义一个分区 | Interval partitioning requires at least one partition to be defined |
8671 | 间隔分区的间隔值无效,例如为 0、负数或超出取值范围 | Invalid interval value |
8672 | 分区表达式的间隔类型无效 | Invalid interval type for partition |
8673 | 间隔类型与分区列类型不匹配,例如在 DATE 类型列上使用了按 HOUR/MINUTE/SECOND 计算的间隔 | The interval type does not match the partition key |
8674 | 间隔值超出了分区表达式函数(如 MONTH()、DAYOFMONTH())的取值范围,设置无实际意义 | The interval value is beyond the value range of the partition expression |
8675 | 间隔分区自动生成的分区上界超过该类型可表示的最大值 | The partition range produced by interval partitioning exceeds 9999-12-31. |
8676 | 仅支持将 RANGE 分区表(含 RANGE COLUMNS)转换为间隔分区表 | Interval partitioning can only be changed from a RANGE partition |
8677 | 系统变量 interval_partitioning_enabled 已关闭,无法使用间隔分区功能 | The interval_partitioning_enabled variable is OFF |
8678 | 触发器或存储函数中的插入操作不会自动创建新的间隔分区 | Interval partitioning does not allow insert operations from a trigger or stored function |
8679 | LOCK TABLES 模式下的插入操作不会自动创建新的间隔分区 | Interval partitioning is not supported under LOCKED TABLES mode |
8680 | 间隔分区单次自动创建的新分区数超过 interval_partitioning_max_auto_add_count 限制 | No more than 64 new range partitions can be auto-created at once for interval partitioning |
8681 | 手动指定的分区名以 _p 为前缀,但命名格式与间隔分区自动生成的分区名规则不匹配 | For interval partitioning, partition _p20240101 must be named p20240101 or use a name without the _p prefix |
8682 | 事务内触发间隔分区自动新增分区时,更新存储引擎上的表结构版本号失败,间隔分区已创建,但事务后续提交可能会失败 | Failed to advance storage-side schema version for interval auto-add on table test.t1 |