Environment
- Version: seekdb (OceanBase seekdb 1.1.0.0)
- Revision: 1-c4bcf8bc659c52205af70103f073bd69781dcf92
- Build Branch: master
- Build Time: Mar 17 2026 14:49:04
- Build Flags: RelWithDebInfo
- Build Info: obbuild-per...
Description
In zero mode, non-standard DDL syntax for table creation (e.g., create table fork, create table like) currently bypasses the configured table limit. These operations need to be restricted to enforce the table limit correctly.
Impact
Without restriction, users can circumvent the intended table limit, potentially leading to resource exhaustion or performance degradation in zero mode deployments.
Creator: wyfanxiao