Skip to content

Commit 7eebdb3

Browse files
committed
fix: correct the output
Signed-off-by: 0xPoe <techregister@pm.me>
1 parent 04cc842 commit 7eebdb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ mysql> SELECT @@tidb_analyze_skip_column_types;
12071207
+----------------------------------+
12081208
| @@tidb_analyze_skip_column_types |
12091209
+----------------------------------+
1210-
| json,blob,mediumblob,longblob,text,mediumtext,longtext |
1210+
| json,blob,mediumblob,longblob,mediumtext,longtext |
12111211
+----------------------------------+
12121212
1 row in set (0.00 sec)
12131213

0 commit comments

Comments
 (0)