summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-121-1/+1
* cleanup: renamesSergei Golubchik2018-02-121-3/+3
* cleanup: TABLE::find_field_by_nameSergei Golubchik2018-02-121-4/+13
* Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-10/+11
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-5/+7
|\
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-021-5/+7
* | versioning: add explict fallthough to prevent gcc warningDaniel Black2018-01-311-0/+1
* | Fixed wrong arguments to printfMonty2018-01-301-1/+1
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-58/+62
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-2/+5
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-2/+5
| |\
| | * Fixed compiler warningsMonty2018-01-271-2/+7
* | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-2/+3
* | | MDEV-14788 System versioning cannot be based on local timestamps, as it is nowSergei Golubchik2018-01-131-0/+9
* | | remove "Transaction-based system versioning is EXPERIMENTAL" warningSergei Golubchik2018-01-131-11/+12
* | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-6/+22
|\ \ \
| * \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-6/+14
| |\ \ \ | | |/ /
| | * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-031-1/+0
| | |\ \ | | | |/
| | | * Do not misspell "fall through"Marko Mäkelä2018-01-031-1/+0
| | * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-031-0/+3
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-0/+3
| | | |\
| | | | * Merge 10.0 into 10.1Marko Mäkelä2018-01-021-0/+3
| | | | |\
| | | | | * Merge 5.5 into 10.0Marko Mäkelä2018-01-021-0/+3
| | | | | |\
| | | | | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-271-0/+3
| | * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-5/+11
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed compiler warnings about possible uninitialized variablesMonty2018-01-011-5/+3
| | | * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+8
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+8
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+8
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-301-0/+8
| * | | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-0/+8
* | | | | | | MDEV-14788 System versioning cannot be based on local timestamps, as it is nowSergei Golubchik2018-01-091-3/+5
* | | | | | | cleanup: don't use thd->set_current_time() directlySergei Golubchik2018-01-091-1/+1
* | | | | | | MDEV-14792 INSERT without column list into table with explicit versioning col...Aleksey Midenkov2018-01-011-32/+1
* | | | | | | SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-6/+4
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-12/+35
* | | | | | | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-11/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-10177 Invisible Columns and Invisible IndexSachin Setiya2017-12-151-3/+22
* | | | | | | SQL: unit resolution Item_field not yet accessible [fixes #398]Aleksey Midenkov2017-12-141-6/+12
* | | | | | | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-5/+10
* | | | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-0/+53
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-0/+53
| * | | | | | FRM: fail to load extra2 option with size 1 fixAleksey Midenkov2017-11-291-1/+1
* | | | | | | SQL: vers_update_user_fields() mem_root fix [#365 bug 12]Aleksey Midenkov2017-12-081-2/+2
* | | | | | | SQL,IB: REPLACE semantics [#365 bug 8]Aleksey Midenkov2017-12-041-4/+7
* | | | | | | SQL: insert delayed fix [#365 bug 3]Aleksey Midenkov2017-11-291-13/+22
* | | | | | | SQL: fill_record() field-value inconsistency fix [#365 bug 2]Aleksey Midenkov2017-11-291-10/+11
* | | | | | | SQL: destroy Vers_min_max_stats [#346]Aleksey Midenkov2017-11-271-0/+14
* | | | | | | Remove the flag vers_update_trtMarko Mäkelä2017-11-271-27/+9