Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -5/+3 |
* | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -7/+7 |
* | MDEV-11084 Select statement with partition selection against MyISAM table ope... | Alexey Botchkov | 2018-01-29 | 1 | -11/+30 |
* | compilation warning on windows | Sergei Golubchik | 2018-01-17 | 1 | -1/+1 |
* | MDEV-14923 Assertion upon INSERT into locked versioned partitioned table | Aleksey Midenkov | 2018-01-13 | 1 | -17/+22 |
* | System Versioning 1.0 pre8 | Aleksey Midenkov | 2018-01-10 | 1 | -53/+21 |
|\ | |||||
| * | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-04 | 1 | -0/+20 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-01 | 1 | -0/+20 |
| | |\ | |||||
| | | * | Merge remote-tracking branch 'origin/10.1' into 10.2 | Vicențiu Ciorbaru | 2017-12-22 | 1 | -0/+20 |
| | | |\ | |||||
| | | | * | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -0/+20 |
| | | | |\ | |||||
| | | | | * | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -0/+20 |
| | | | | |\ | |||||
| | | | | | * | MDEV-13788 Server crash when issuing bad SQL partition syntax | Alexander Barkov | 2017-11-20 | 1 | -0/+20 |
| | | | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-10-22 | 1 | -3/+0 |
| | | | |\ \ \ | | | | | |/ / | |||||
| | | | | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-10-18 | 1 | -2/+0 |
| | | | | |\ \ | | | | | | |/ | |||||
| | | | | | * | MDEV-13459 Warnings, when compiling with gcc-7.x | Sergei Golubchik | 2017-10-17 | 1 | -2/+0 |
| * | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-30 | 1 | -2/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-11-29 | 1 | -2/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | MDEV-13550 Copy ctor instread of memcpy() in partition_info::get_clone() (#436) | Aleksey Midenkov | 2017-11-22 | 1 | -2/+1 |
* | | | | | | | rename system_time columns | Sergei Golubchik | 2018-01-09 | 1 | -4/+4 |
* | | | | | | | SQL: lower priority of warning in vers_part_rotate() for ALTER [fixes #446] | Aleksey Midenkov | 2018-01-06 | 1 | -3/+5 |
* | | | | | | | MDEV-14748 Assertion in ha_myisammrg::attach_children() [fixes #434] | Aleksey Midenkov | 2017-12-29 | 1 | -0/+4 |
* | | | | | | | MDEV-14747 ALTER PARTITION BY SYSTEM_TIME after LOCK TABLES | Aleksey Midenkov | 2017-12-26 | 1 | -1/+5 |
* | | | | | | | MDEV-14741 Assertion '(trx)->start_file == 0' failed | Aleksey Midenkov | 2017-12-22 | 1 | -0/+3 |
* | | | | | | | MDEV-14740 Locking assertion for system_time partitioning | Aleksey Midenkov | 2017-12-22 | 1 | -5/+8 |
* | | | | | | | MDEV-14730 Assertion `m_lock_type == 2' failed in handler::ha_close | Aleksey Midenkov | 2017-12-21 | 1 | -20/+54 |
* | | | | | | | MDEV-14722 Partition: assertion in ha_commit_trans() for sub-statement | Aleksey Midenkov | 2017-12-21 | 1 | -2/+4 |
* | | | | | | | MDEV-14685 Assertion `!fully || (bool) hist_part' failed in Vers_part_info::i... | Aleksey Midenkov | 2017-12-20 | 1 | -0/+12 |
* | | | | | | | Timestamp-based versioning for InnoDB [closes #209] | Aleksey Midenkov | 2017-12-18 | 1 | -4/+2 |
* | | | | | | | System Versioning 1.0 pre6 | Aleksey Midenkov | 2017-12-15 | 1 | -12/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Partitioning syntax for versioning | Sergei Golubchik | 2017-12-14 | 1 | -12/+12 |
| * | | | | | | | yet another error message fix | Sergei Golubchik | 2017-12-13 | 1 | -0/+2 |
* | | | | | | | | Paritioning: better error for disabled IB engine | Aleksey Midenkov | 2017-12-13 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | SQL: destroy Vers_min_max_stats [#346] | Aleksey Midenkov | 2017-11-27 | 1 | -2/+4 |
* | | | | | | | SQL: variadic argument type fix [#307] | Aleksey Midenkov | 2017-11-22 | 1 | -1/+1 |
* | | | | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] | Aleksey Midenkov | 2017-11-15 | 1 | -2/+4 |
* | | | | | | | fix win32 warnings | Eugene Kosov | 2017-11-13 | 1 | -2/+2 |
* | | | | | | | SQL: disabled SYSTEM_TIME partitioning for InnoDB [fixes #294] | Aleksey Midenkov | 2017-11-13 | 1 | -1/+1 |
* | | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -14/+628 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | SQL: assertion in partition_info::vers_trx_id_to_ts() | Aleksey Midenkov | 2017-10-17 | 1 | -0/+1 |
| * | | | | | | SQL: partitioning misc fixes [closes #242] | Aleksey Midenkov | 2017-09-07 | 1 | -51/+63 |
| * | | | | | | Style: partitioning, sysvars, handler fixes | Aleksey Midenkov | 2017-09-06 | 1 | -10/+16 |
| * | | | | | | IB: partition-wise ha_innopart::rnd_init() [fixes #208] | Aleksey Midenkov | 2017-08-04 | 1 | -0/+1 |
| * | | | | | | SQL: revisit error messages [closes #217] | Aleksey Midenkov | 2017-07-03 | 1 | -23/+7 |
| * | | | | | | IB,SQL: Innopart UPDATE [fixes #178] | Aleksey Midenkov | 2017-05-05 | 1 | -0/+1 |
| * | | | | | | IB, SQL: InnoDB partitioning [closes #118] | Aleksey Midenkov | 2017-05-05 | 1 | -15/+177 |
| * | | | | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97] | Aleksey Midenkov | 2017-05-05 | 1 | -58/+215 |
| * | | | | | | SQL: (0.5) Versioned partitions [closes #77] | Aleksey Midenkov | 2017-05-05 | 1 | -1/+290 |
* | | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2017-10-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Windows : Fix truncation warnings in sql/ | Vladislav Vaintroub | 2017-10-10 | 1 | -1/+1 |