Aleksey Midenkov
6684989801
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.
2019-10-10 00:20:34 +03:00
Monty
a071e0e029
Merge branch '10.2' into 10.3
2019-09-03 13:17:32 +03:00
Sergei Golubchik
1a86fc5f14
MDEV-15378 Valid query causes invalid view definition due to syntax limitation in FOR SYSTEM_TIME
...
fix parsing of the AS OF clause
2018-04-10 13:12:36 +02:00
Aleksey Midenkov
f1bd02d994
MDEV-15004 parser greedily parses AS OF TIMESTAMP
...
* TIMESTAMP precedence fixed.
2018-02-23 15:33:23 +01:00
Sergei Golubchik
f51ecfee93
MDEV-15146 SQLError[4122]: View is not system versioned
...
don't expand AS OF in views, and, in particular, don't auto-add
AS OF NOW().
2018-02-12 23:43:48 +01:00
Sergei Golubchik
b85efdc3af
rename system_time columns
...
sys_trx_start -> row_start
sys_trx_end -> row_end
2018-01-09 15:49:07 +03:00
Eugene Kosov
aa4d1bedfc
MDEV-14689 Server crashes in find_field_in_tables on 2nd execution of PS with versioned table and view
...
SQL: wrong usage of Item::transform()
2017-12-21 14:59:46 +03:00
Aleksey Midenkov
8e8363bb75
SQL: VIEW system fields propagation removed [ fixes #393 ]
2017-12-13 18:23:32 +03:00
Aleksey Midenkov
84b718ae70
SQL: derived SYSTEM_TIME clash detection [ closes #371 ]
2017-12-08 16:26:17 +03:00
Aleksey Midenkov
5bf14f93a4
Tests: fix combinations
2017-12-04 00:49:44 +03:00
Aleksey Midenkov
335bfb3421
Tests: view.test combinations
2017-11-13 19:11:02 +03:00
Aleksey Midenkov
7ebd12e779
SQL: VIEW of UNION [ fixes #293 ]
2017-11-13 19:11:02 +03:00
Aleksey Midenkov
9ba635fda3
SQL: VIEW with UNION fix [ fixes #269 ]
2017-09-14 14:38:49 +03:00
Aleksey Midenkov
c2c8808a16
SQL: compare TRX_ID fields against timestamps [ closes #231 ]
2017-08-03 16:01:16 +03:00
Aleksey Midenkov
1e8a81dea6
SQL: CREATE VIEW and misc improvements [ fixes #183 ]
2017-05-05 20:36:37 +03:00
kevg
4ebf680c9b
SQL: VIEW over a JOIN of versioned tables [ fixes #153 ]
2017-05-05 20:36:31 +03:00
kevg
a37cf5258b
SQL: CREATE VIEW with view_list from versioned table [ fixes #151 ]
2017-05-05 20:36:30 +03:00
kevg
7aa3ebdd18
SQL, Tests: FOR SYSTEM_TIME for VIEWs [ closes #98 ]
2017-05-05 20:36:27 +03:00
Aleksey Midenkov
ea60760e47
SQL: missed FOR SYSTEM_TIME ALL for FOR_SYSTEM_TIME_UNSPECIFIED
...
[fixes #105 ]
2017-05-05 20:36:23 +03:00
Aleksey Midenkov
412dd1e1f3
SQL: FOR SYSTEM_TIME support in VIEW expression [ fixes #99 ]
2017-05-05 20:36:23 +03:00