Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dead code - related to vtmd | Sergei Golubchik | 2018-04-10 | 1 | -1/+0 |
* | PARTITION BY SYSTEM_TIME INTERVAL ... | Sergei Golubchik | 2018-02-23 | 1 | -155/+32 |
* | cleanup: partition_info::check_constants | Sergei Golubchik | 2018-02-23 | 1 | -9/+6 |
* | Vers SQL: partition rotation by INTERVAL fix | Aleksey Midenkov | 2018-02-23 | 1 | -2/+3 |
* | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -2/+2 |
* | MDEV-11084 Select statement with partition selection against MyISAM table ope... | Alexey Botchkov | 2018-01-29 | 1 | -2/+3 |
* | compilation warning on windows | Sergei Golubchik | 2018-01-17 | 1 | -3/+3 |
* | MDEV-14923 Assertion upon INSERT into locked versioned partitioned table | Aleksey Midenkov | 2018-01-13 | 1 | -1/+1 |
* | System Versioning 1.0 pre8 | Aleksey Midenkov | 2018-01-10 | 1 | -22/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-01 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/10.1' into 10.2 | Vicențiu Ciorbaru | 2017-12-22 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | MDEV-13788 Server crash when issuing bad SQL partition syntax | Alexander Barkov | 2017-11-20 | 1 | -0/+1 |
* | | | | | | MDEV-14821 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())` ... | Eugene Kosov | 2018-01-08 | 1 | -0/+3 |
* | | | | | | Partition: uninitialized vers_info fix | Aleksey Midenkov | 2017-12-22 | 1 | -1/+1 |
* | | | | | | Timestamp-based versioning for InnoDB [closes #209] | Aleksey Midenkov | 2017-12-18 | 1 | -1/+1 |
* | | | | | | Partitioning syntax for versioning | Sergei Golubchik | 2017-12-14 | 1 | -4/+4 |
* | | | | | | fix win32 warnings | Eugene Kosov | 2017-11-13 | 1 | -1/+1 |
* | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -1/+222 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | SQL: partitioning misc fixes [closes #242] | Aleksey Midenkov | 2017-09-07 | 1 | -15/+17 |
| * | | | | | Style: partitioning, sysvars, handler fixes | Aleksey Midenkov | 2017-09-06 | 1 | -3/+3 |
| * | | | | | Style: API renames | Aleksey Midenkov | 2017-06-22 | 1 | -1/+1 |
| * | | | | | IB, SQL: InnoDB partitioning [closes #118] | Aleksey Midenkov | 2017-05-05 | 1 | -4/+45 |
| * | | | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97] | Aleksey Midenkov | 2017-05-05 | 1 | -10/+79 |
| * | | | | | SQL: (0.5) Versioned partitions [closes #77] | Aleksey Midenkov | 2017-05-05 | 1 | -0/+109 |
* | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-07-12 | 1 | -3/+2 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-07-08 | 1 | -3/+2 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-07-07 | 1 | -3/+2 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-07-06 | 1 | -3/+2 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
* | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-07-07 | 1 | -7/+0 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | cleanup: part_func_string and subpart_func_string | Sergei Golubchik | 2017-07-05 | 1 | -7/+0 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | cleanup: remove dead (half-merged) code from partition_info.* | Sergei Golubchik | 2016-12-12 | 1 | -50/+1 |
* | | | | cleanup: remove Item::intro_version | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | | | | MDEV-6112 multiple triggers per table | Monty | 2016-10-05 | 1 | -0/+14 |
* | | | | MDEV-8348: Add catchall to all table partitioning for list partitions | Oleksandr Byelkin | 2016-09-07 | 1 | -2/+8 |
* | | | | MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc() | Sergey Vojtovich | 2015-11-26 | 1 | -5/+7 |
* | | | | MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup() | Sergey Vojtovich | 2015-11-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -1/+1 |
* | | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -5/+5 |
|/ / | |||||
* | | 10.0-base merge | Sergei Golubchik | 2014-02-26 | 1 | -1/+1 |
|\ \ | |||||
| * \ | 5.5 merge | Sergei Golubchik | 2014-02-25 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MySQL-5.5.36 merge | Sergei Golubchik | 2014-02-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Updated/added copyright headers | Murthy Narkedimilli | 2014-01-06 | 1 | -1/+1 |
* | | | | 10.0-base merge | Sergei Golubchik | 2014-02-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.5 merge | Sergei Golubchik | 2014-02-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-5421 Assertion `! is_set()' fails on INSERT IGNORE when a table has no p... | Sergei Golubchik | 2014-01-23 | 1 | -1/+1 |
| | |/ | |||||
* | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1 | Sergei Golubchik | 2013-11-28 | 1 | -15/+29 |
* | | | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -14/+0 |