From ff7ee953809f092fde7b473950401a6ea3551e25 Mon Sep 17 00:00:00 2001 From: bb7133 Date: Thu, 15 Jan 2026 13:35:40 -0800 Subject: [PATCH] sql: update temp table limitation doc to align with tidb #65598 --- temporary-tables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/temporary-tables.md b/temporary-tables.md index 19baacdc0964c..15639a9bd8951 100644 --- a/temporary-tables.md +++ b/temporary-tables.md @@ -295,7 +295,6 @@ SET GLOBAL tidb_tmp_table_max_size=268435456; Local temporary tables and global temporary tables in TiDB are **NOT** compatible with the following TiDB features: - `AUTO_RANDOM` columns -- `SHARD_ROW_ID_BITS` and `PRE_SPLIT_REGIONS` table options - Partitioned tables - `SPLIT REGION` statements - `ADMIN CHECK TABLE` and `ADMIN CHECKSUM TABLE` statements