mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
SQL: vers_setup_select() misc refactoring
Renamed to SELECT_LEX::vers_setup_conds(). Moved optimized fields check to JOIN::vers_check_items().
This commit is contained in:
@@ -216,6 +216,6 @@ select * from t1 where (a, 2) in ((1, 1), (2, 2)) and b = 1;
|
||||
drop view v1;
|
||||
drop table t1, t2;
|
||||
|
||||
call innodb_verify_vtq(29);
|
||||
call innodb_verify_vtq(30);
|
||||
|
||||
-- source suite/versioning/common_finish.inc
|
||||
|
Reference in New Issue
Block a user