summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* SQL, IB: option to drop historical rows on ALTER [closes #249]Eugene Kosov2017-09-013-10/+16
* IB: partition-wise ha_innopart::rnd_init() [fixes #208]Aleksey Midenkov2017-08-041-2/+15
* IB: long names in information_schemaAleksey Midenkov2017-07-041-19/+39
* Style: API renamesAleksey Midenkov2017-06-223-3/+3
* IB: read lock on partitioned table read [closes #200]Eugene Kosov2017-06-221-0/+7
* SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-192-11/+23
* IB: correct way of using start_time_micro [fixes #189]Aleksey Midenkov2017-05-113-12/+11
* SQL: versioning DDL part I [closes #172]kevg2017-05-052-2/+4
* IB: missed start_time_micro in minor ways of trx startAleksey Midenkov2017-05-052-3/+6
* IB,SQL: Innopart UPDATE [fixes #178]Aleksey Midenkov2017-05-053-5/+48
* IB: redundant btr_pcur_move_to_prev_page() removedAleksey Midenkov2017-05-052-71/+0
* SQL: Default 'simple' algorithm for InnoDB 'AS OF' [closes #175]kevg2017-05-051-0/+5
* Misc: code cleanupkevg2017-05-051-2/+7
* IB: MIN/MAX trx_id by querying VTQ with commit ts [closes #168]kevg2017-05-051-2/+57
* SQL, IB: Copy history via CREATE .. SELECT [closes #157, #152]Aleksey Midenkov2017-05-052-3/+4
* IB: return correct sys_trx_end in TRIGGER after UPDATE [fixes #100]kevg2017-05-051-1/+0
* IB: moved VTQ funcs to separate fileAleksey Midenkov2017-05-055-372/+467
* IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-0510-192/+378
* IB, Tests: ALTER with ALGORITHM=INPLACE for InnoDB [closes #87]kevg2017-05-052-9/+42
* Tests: disable tests failing in 10.3kevg2017-05-053-1/+17
* SQL, IB: ALTER ADD AUTO_INCREMENT for versioned tables [closes #112]kevg2017-05-051-1/+18
* 0.6: truncate history feature [closes #96]kevg2017-05-053-6/+14
* Tests: disabled failing (in 10.2) testskevg2017-05-052-0/+15
* IB: skip check_ref on historical record [fixes #101]Aleksey Midenkov2017-05-051-2/+14
* IB: FK cascade delete when parent versioned [fixes #101]Aleksey Midenkov2017-05-051-9/+14
* IB: misc cleanupAleksey Midenkov2017-05-051-27/+0
* SQL: (0.5) Versioned partitions [closes #77]Aleksey Midenkov2017-05-051-1/+1
* 0.5: basic support for ALTER TABLE for InnoDB and other storage engines [clos...kevg2017-05-051-0/+18
* IB: remove unused functionkevg2017-05-051-13/+0
* fix build and some warningskevg2017-05-051-9/+8
* IB: do not insert into VTQ on optimized fields only update [closes #80]kevg2017-05-051-1/+5
* IB: notify VTQ on innobase_commit_ordered() [fixes #79]Aleksey Midenkov2017-05-051-0/+8
* IB, SQL: (0.4) COMMIT_ID-based ordering of transactionsAleksey Midenkov2017-05-0514-175/+504
* Misc: foreign check code cleanupsKosov Eugene2017-05-051-26/+16
* IB: production compilation fixAleksey Midenkov2017-05-051-1/+1
* IB: (0.4) foreign keys for versioned tables (#58)kevgs2017-05-055-39/+139
* SQL: store versioning field flags in EXTRA2Kosov Eugene2017-05-051-2/+2
* IB: optimized update for non-versioned fieldsAleksey Midenkov2017-05-055-4/+24
* IB: wrong 'interface consistency' (fixes #47)Aleksey Midenkov2017-05-051-6/+0
* IB: misc fixAleksey Midenkov2017-05-051-5/+2
* IB: 0.2 part IVAleksey Midenkov2017-05-0510-72/+243
* IB: 0.2 part IIIAleksey Midenkov2017-05-0510-20/+158
* IB: 0.2 part IIAleksey Midenkov2017-05-0514-119/+383
* IB: 0.2 part IAleksey Midenkov2017-05-0518-17/+611
* Scripts: WITH_INNOBASE_STORAGE_ENGINE fixAleksey Midenkov2017-05-051-0/+1
* 0.1: SQL-level System VersioningDaniel Fiala2017-05-052-2/+2
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-081-1/+1
|\
| * storage/rocksdb/rdb_datadic.cc failed to compile on big endian machines (wron...Alexander Barkov2017-04-081-1/+1
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-0713-49/+112
|\ \ | |/
| * MDEV-10139 Support for InnoDB SEQUENCE objectsMarko Mäkelä2017-04-079-41/+90