summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Mdev-15085 Invisible Column Non-constant Default value results...bb-mdev-15085Sachin Setiya2018-01-311-0/+1
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-121/+118
* MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-3/+20
* MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of SP quer...Sergei Golubchik2018-01-171-4/+0
* cleanup: remove redundant checkSergei Golubchik2018-01-131-5/+2
* remove dead VERS_EXPERIMENTAL codeSergei Golubchik2018-01-131-35/+1
* System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-16/+141
|\
| * Fix warningsVladislav Vaintroub2018-01-071-1/+1
| * Fixed that sequences and default works with ps-protocolMonty2018-01-031-7/+36
| * MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-15/+111
* | Daemon: debug_system_versioning_show, debug_system_versioning_forceAleksey Midenkov2018-01-101-1/+36
* | SQL: derived, hiding, error messagesSergei Golubchik2018-01-091-46/+1
* | MDEV-14764 Confusing error message: Table `t1` must have at least one tempora...Sergei Golubchik2018-01-091-1/+1
* | MDEV-14792 INSERT without column list into table with explicit versioning col...Aleksey Midenkov2018-01-011-24/+17
* | fix CREATE ... SELECTSergei Golubchik2017-12-291-0/+7
* | SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-38/+40
* | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-3/+3
* | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-6/+20
|\ \ | |/
| * Add tests for system and completely invisible columnsSergei Golubchik2017-12-151-1/+2
| * MDEV-10177 Invisible Columns and Invisible IndexSachin Setiya2017-12-151-3/+16
* | MDEV-14652 NATURAL JOIN crash in mark_common_columns() [fixes #405]Aleksey Midenkov2017-12-141-9/+0
* | MDEV-14631 Assertion `!sys_trx_start && !sys_trx_end' failed in crete_tmp_tableEugene Kosov2017-12-121-4/+3
* | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-5/+4
* | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-82/+30
|\ \ | |/
| * CleanupsMonty2017-12-081-78/+6
| * MDEV 7701 extra() calls for VP engineMonty2017-12-031-4/+24
* | SQL: DEFAULT value for system fields [closes #376]Aleksey Midenkov2017-12-101-0/+2
* | SQL: insert delayed fix [#365 bug 3]Aleksey Midenkov2017-11-291-0/+1
* | SQL: fill_record() field-value inconsistency fix [#365 bug 2]Aleksey Midenkov2017-11-291-8/+7
* | SQL: switch_defaults_to_nullable_trigger_fields() fix [#355]Aleksey Midenkov2017-11-271-1/+1
* | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-1/+2
|\ \ | |/
| * Handle failures from mallocMichael Widenius2017-11-171-1/+2
* | System Versioning pre0.12Aleksey Midenkov2017-11-071-7/+102
|\ \ | |/ |/|
| * SQL: not a VTMD table warning [related to #199]Aleksey Midenkov2017-10-031-4/+25
| * SQL, Parser: system_time logic and syntax fixes [closes #237]Aleksey Midenkov2017-08-081-3/+1
| * SQL: compare TRX_ID fields against timestamps [closes #231]Aleksey Midenkov2017-08-031-0/+1
| * SQL: No implicit versioning when created from SELECT [closes #219]Aleksey Midenkov2017-07-031-9/+18
| * Style: warning fixAleksey Midenkov2017-05-051-1/+1
| * SQL: derived tables improvements [closes #185]Aleksey Midenkov2017-05-051-0/+1
| * SQL: CREATE VIEW and misc improvements [fixes #183]Aleksey Midenkov2017-05-051-3/+2
| * SQL: vers_current_time refactoring [closes #117]Aleksey Midenkov2017-05-051-0/+1
| * SQL, IB: Copy history via CREATE .. SELECT [closes #157, #152]Aleksey Midenkov2017-05-051-2/+19
| * SQL: VIEW NATURAL JOIN TABLE [fixes #161]kevg2017-05-051-0/+9
| * SQL: NATURAL LEFT JOIN for versioned tables [fixes #156]kevg2017-05-051-4/+7
| * SQL: INNER JOIN USING with versioned tables [fixes #147]kevg2017-05-051-1/+1
| * SQL: incorrect check on specific JOIN query [fixes #145]kevg2017-05-051-2/+3
| * SQL, Tests: FOR SYSTEM_TIME for VIEWs [closes #98]kevg2017-05-051-0/+13
| * SQL: default NULL for sys fields + misc fixesAleksey Midenkov2017-05-051-4/+4
| * Comment: reminder for merging HIDDEN feature (closes #38)Aleksey Midenkov2017-05-051-0/+1
| * SQL: hide implicitly added columns from SELECT *Kosov Eugene2017-05-051-0/+8