Skip to content

Commit 116cf28

Browse files
sachinagarwal1111bjornmu
authored andcommitted
Bug #27968952 INNODB CRASH/CORRUPTION WITH TEXT PREFIX INDEXES
Post push fix. Correct test-case comment
1 parent 6021143 commit 116cf28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql-test/suite/innodb/t/virtual_index.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ SHOW CREATE TABLE t1;
265265
DROP TABLE t1;
266266

267267
#Disable the test case because it's being failed on ASAN.
268-
TODO : Bug #28556793 INNODB UPDATE_ROW ASAN FAILURE HEAP-USE-AFTER-FREE
268+
#TODO : Bug #28556793 INNODB UPDATE_ROW ASAN FAILURE HEAP-USE-AFTER-FREE
269269
if (0)
270270
{
271271
--echo #
@@ -297,3 +297,4 @@ if (0)
297297
DELETE FROM t1;
298298
DROP TABLE t1;
299299
SET sql_mode = default;
300+
}

0 commit comments

Comments
 (0)