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 6021143 commit 116cf28Copy full SHA for 116cf28
mysql-test/suite/innodb/t/virtual_index.test
@@ -265,7 +265,7 @@ SHOW CREATE TABLE t1;
265
DROP TABLE t1;
266
267
#Disable the test case because it's being failed on ASAN.
268
-TODO : Bug #28556793 INNODB UPDATE_ROW ASAN FAILURE HEAP-USE-AFTER-FREE
+#TODO : Bug #28556793 INNODB UPDATE_ROW ASAN FAILURE HEAP-USE-AFTER-FREE
269
if (0)
270
{
271
--echo #
@@ -297,3 +297,4 @@ if (0)
297
DELETE FROM t1;
298
299
SET sql_mode = default;
300
+}
0 commit comments