summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+2
|\
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+2
* | Removed not used functions and variablesMonty2018-01-301-1/+0
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-56/+48
* | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-1/+2
* | compilation warning on windowsSergei Golubchik2018-01-171-5/+1
* | MDEV-14788 System versioning cannot be based on local timestamps, as it is nowSergei Golubchik2018-01-131-0/+1
* | remove "Transaction-based system versioning is EXPERIMENTAL" warningSergei Golubchik2018-01-131-1/+5
* | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-5/+32
|\ \
| * \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-0/+6
| |\ \ | | |/
| | * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-031-0/+6
| | |\
| | | * Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-0/+6
| | | |\
| | | | * Merge 10.0 into 10.1Marko Mäkelä2018-01-021-0/+6
| | | | |\
| | | | | * Merge 5.5 into 10.0Marko Mäkelä2018-01-021-0/+6
| | | | | |\
| | | | | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-271-0/+6
| * | | | | | This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-1/+13
| * | | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-4/+13
* | | | | | | SQL: derived, hiding, error messagesSergei Golubchik2018-01-091-1/+2
* | | | | | | SQL: lower priority of warning in vers_part_rotate() for ALTER [fixes #446]Aleksey Midenkov2018-01-061-0/+10
* | | | | | | MDEV-14792 INSERT without column list into table with explicit versioning col...Aleksey Midenkov2018-01-011-3/+0
* | | | | | | MDEV-14730 Assertion `m_lock_type == 2' failed in handler::ha_closeAleksey Midenkov2017-12-211-0/+10
* | | | | | | compiler warningSergei Golubchik2017-12-211-2/+9
* | | | | | | MDEV-14686 Server crashes in Item_field::used_tables on 2nd call of SP [fixes...Aleksey Midenkov2017-12-211-1/+0
* | | | | | | SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-13/+8
* | | | | | | SQL: system_versioning_transaction_registry default OFFAleksey Midenkov2017-12-181-1/+1
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-35/+22
* | | | | | | System Versioning 1.0 pre6Aleksey Midenkov2017-12-151-2/+3
|\ \ \ \ \ \ \
| * | | | | | | if a table is partitioned by system_time, its partitions are not versionedSergei Golubchik2017-12-131-3/+4
* | | | | | | | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-2/+14
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | MDEV-10177 Invisible Columns and Invisible IndexSachin Setiya2017-12-151-0/+11
* | | | | | | | SQL: VIEW system fields propagation removed [fixes #393]Aleksey Midenkov2017-12-131-5/+8
| |/ / / / / / |/| | | | | |
* | | | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-0/+2
* | | | | | | SQL: vers_update_user_fields() mem_root fix [#365 bug 12]Aleksey Midenkov2017-12-081-1/+1
* | | | | | | SQL: regression fix: make NOW a valid identifier again [#363]Sergei Golubchik2017-12-081-14/+4
* | | | | | | SQL,IB: REPLACE semantics [#365 bug 8]Aleksey Midenkov2017-12-041-0/+3
* | | | | | | SQL: insert delayed fix [#365 bug 3]Aleksey Midenkov2017-11-291-1/+2
* | | | | | | SQL: fill_record() field-value inconsistency fix [#365 bug 2]Aleksey Midenkov2017-11-291-3/+3
* | | | | | | SQL: destroy Vers_min_max_stats [#346]Aleksey Midenkov2017-11-271-6/+1
* | | | | | | Remove the flag vers_update_trtMarko Mäkelä2017-11-271-19/+8
* | | | | | | SQL, IB: various refactoring [#337]Eugene Kosov2017-11-271-8/+86
* | | | | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Simplify fn_rextMichael Widenius2017-11-171-1/+1
* | | | | | | SQL,IB: add auto_inc copy mode fix [#347]Aleksey Midenkov2017-11-231-0/+7
* | | | | | | Daemon: TRT check doesn't abort [fixes #335]Aleksey Midenkov2017-11-221-0/+2
* | | | | | | SQL: don't update TRT when altered [#305, #302]Aleksey Midenkov2017-11-171-5/+17
* | | | | | | SQL: TRT failure fixes [closes #318]Aleksey Midenkov2017-11-151-2/+3
* | | | | | | Daemon: check TRT schema [closes #309]Eugene Kosov2017-11-151-0/+1
* | | | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-0/+59