[Commits] fc989e3: Adjusted test results.
revision-id: fc989e35004dc084e9cd96a1424c4d10981263bb (mariadb-10.3.5-118-gfc989e3) parent(s): fa26b9bde7f982d38bbe3a4556c2f5b3dc6e43b8 author: Igor Babaev committer: Igor Babaev timestamp: 2018-04-08 12:02:30 -0700 message: Adjusted test results. --- mysql-test/suite/versioning/r/select2.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/versioning/r/select2.result b/mysql-test/suite/versioning/r/select2.result index 9267ab8..3f29a95 100644 --- a/mysql-test/suite/versioning/r/select2.result +++ b/mysql-test/suite/versioning/r/select2.result @@ -331,6 +331,6 @@ x y select * from (select * from t1 for system_time all, t2 for system_time all) for system_time all as t; ERROR HY000: Table `t` is not system-versioned select * from (t1 for system_time all join t2 for system_time all) for system_time all; -ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 +ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'system_time all' at line 1 drop view v1; drop table t1, t2;
participants (1)
-
IgorBabaev