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 |
|
Eugene Kosov
|
fbed4ca4f1
|
MDEV-14816 Assertion join->best_read < double(1.797...e+308L) failed in bool greedy_search
|
2018-01-12 21:20:24 +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
|
68e160fb25
|
Tests: removed common.inc from results
|
2017-12-04 00:49:44 +03:00 |
|
Aleksey Midenkov
|
33085349e9
|
IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]
|
2017-11-15 00:22:10 +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
|
17bd486f36
|
SQL: thd_start_utime() fix [fixes #284]
|
2017-10-17 17:20:46 +03:00 |
|
Aleksey Midenkov
|
75bc483d7a
|
Tests: moved concat_execN() to common.inc
|
2017-09-25 22:07:01 +03:00 |
|
Aleksey Midenkov
|
9ba635fda3
|
SQL: VIEW with UNION fix [fixes #269]
|
2017-09-14 14:38:49 +03:00 |
|
Aleksey Midenkov
|
88ccf759c1
|
SQL: pruning, derived, view fixes [fixes #244]
|
2017-09-01 19:05:20 +03:00 |
|
Eugene Kosov
|
99baeaa951
|
SQL: MAX microseconds for current system rows [fixes #245]
|
2017-08-18 14:29:22 +03:00 |
|
Aleksey Midenkov
|
c2c8808a16
|
SQL: compare TRX_ID fields against timestamps [closes #231]
|
2017-08-03 16:01:16 +03:00 |
|
Aleksey Midenkov
|
7e0ff13d7a
|
SQL: derived fixes [related to #185]
|
2017-05-05 20:36:39 +03:00 |
|
Aleksey Midenkov
|
1e8a81dea6
|
SQL: CREATE VIEW and misc improvements [fixes #183]
|
2017-05-05 20:36:37 +03:00 |
|
kevg
|
d64702d43a
|
SQL: different results when querying a VIEW from PREPARED STATEMENT and without it [fixes #176]
|
2017-05-05 20:36:35 +03:00 |
|
kevg
|
352d83569b
|
SQL: versioning for tmp HEAP tables created from IB tables [closes #158]
|
2017-05-05 20:36:32 +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
|
3a64d55aed
|
Parser, SQL: table-specific FOR SYSTEM_TIME [closes #116]
* Syntax sugar: query-global QUERY FOR SYSTEM_TIME
|
2017-05-05 20:36:25 +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 |
|