1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

versioning test suite fixes

Preparation for MDEV-16210:

replace.test:
key_type combinations: PK and UNIQUE.

foreign.test:
Preparation for key_type combinations.

Other fixes:

* Merged versioning.update2 into versioning.update;
* Removed test2 database and done individual drop instead.
This commit is contained in:
Aleksey Midenkov
2018-05-30 12:43:54 +03:00
parent cf71cc838e
commit 6684989801
35 changed files with 223 additions and 183 deletions

View File

@ -115,3 +115,4 @@ select x from t1 for system_time all;
x
2
1
drop table t1;