Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Issue seen in gcol.gcol_keys_innodb
Issue
------------
ReplayTest: Query error: The value specified for generated column 'gc' in table 't1' has been ignored
ReplayTest: In file "/home/ppandith/test2/mysql-test/suite/gcol/t/gcol_keys_innodb.test"
ReplayTest: At line 4
MTR testcase to repro issue: (Say example.test)
CREATE TABLE t1 (f1 int, gc int AS (f1 + 1) STORED, UNIQUE(gc)); |
INSERT INTO t1(f1) VALUES (1),(2),(0),(9),(3),(4),(8),(7),(5),(6); |
EXPLAIN SELECT * FROM t1 WHERE f1 + 1 = 7; |
drop table t1; |
How to repro:
./mtr example.test --replay-server |
Attachments
Issue Links
- relates to
-
MDEV-39368 Add mtr option to test Optimizer Context Replay
-
- Open
-