diff options
author | Igor Babaev <igor@askmonty.org> | 2019-02-04 22:44:33 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2019-02-04 22:44:33 -0800 |
commit | 33907360f56789cd9b467b40e66412eb0a0aff28 (patch) | |
tree | 71e468f517f1fed53adac7a6eff3112a276314d6 /mysql-test/suite/vcol/inc | |
parent | 07b7b2e4efb82a50e4575c309bf6987975c4607f (diff) | |
download | mariadb-git-33907360f56789cd9b467b40e66412eb0a0aff28.tar.gz |
MDEV-16188 Post-merge corrections and adjustments
Diffstat (limited to 'mysql-test/suite/vcol/inc')
-rw-r--r-- | mysql-test/suite/vcol/inc/vcol_select.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/vcol/inc/vcol_select.inc b/mysql-test/suite/vcol/inc/vcol_select.inc index 0641e14564a..cbd1f2cdd26 100644 --- a/mysql-test/suite/vcol/inc/vcol_select.inc +++ b/mysql-test/suite/vcol/inc/vcol_select.inc @@ -35,7 +35,7 @@ insert into t2 (a) values (1); create table t3 (a int primary key, b int as (-a), c int as (-a) persistent unique); -insert into t3 (a) values (2),(1),(3); +insert into t3 (a) values (2),(1),(3),(5),(4),(7); --echo # select_type=SIMPLE, type=system |