diff options
Diffstat (limited to 'mysql-test/suite/gcol/inc/gcol_select.inc')
-rw-r--r-- | mysql-test/suite/gcol/inc/gcol_select.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/gcol/inc/gcol_select.inc b/mysql-test/suite/gcol/inc/gcol_select.inc index 1f54b2bb3ae..939d2f64e84 100644 --- a/mysql-test/suite/gcol/inc/gcol_select.inc +++ b/mysql-test/suite/gcol/inc/gcol_select.inc @@ -40,7 +40,7 @@ insert into t2 (a) values (1); create table t3 (a int primary key, b int generated always as (-a) virtual, c int generated always as (-a) stored unique); -insert into t3 (a) values (2),(1),(3); +insert into t3 (a) values (2),(1),(3),(5),(4),(7); analyze table t1,t2,t3; --echo # select_type=SIMPLE, type=system |