We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b84596 commit a3cb6bbCopy full SHA for a3cb6bb
tests/fullstack-test2/ddl/expression_index.test
@@ -33,10 +33,10 @@ mysql> set session tidb_isolation_read_engines='tiflash'; select * from test.t o
33
+----+
34
35
mysql> CREATE INDEX idx_n ON test.t ((null));
36
-ERROR 3761 (HY000): The used storage engine cannot index the expression 'null'
+ERROR 3761 (HY000) at line 1: The used storage engine cannot index the expression 'null'
37
38
mysql> drop table if exists test.t;
39
40
mysql> CREATE TABLE test.t (id int, KEY idx_name ((null)));
41
42
0 commit comments