Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -5/+4 |
|\ | |||||
| * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2019-03-15 | 1 | -5/+4 |
| |\ | |||||
| | * | fix gcc 8 compiler warnings | Sergei Golubchik | 2019-03-14 | 1 | -6/+5 |
* | | | merge fixes: sql_table.cc and partition_info.cc (caused by ef4ccb6ce2fd3) done | Andrei Elkin | 2019-02-07 | 1 | -1/+1 |
* | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-01-03 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.1' into 10.2mariadb-10.2.21 | Sergei Golubchik | 2018-12-30 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-12-29 | 1 | -2/+2 |
| | |\ | |||||
| | | * | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varun | Varun Gupta | 2018-12-19 | 1 | -2/+2 |
| | | * | Fix cmake -DWITH_PARTITION_STORAGE_ENGINE:BOOL=OFF | Marko Mäkelä | 2018-12-13 | 1 | -17/+16 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-12 | 1 | -0/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-12-12 | 1 | -0/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-12-12 | 1 | -0/+17 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta... | Varun Gupta | 2018-12-07 | 1 | -0/+17 |
| * | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor... | Jacob Mathew | 2018-05-14 | 1 | -1/+3 |
* | | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor... | Jacob Mathew | 2018-05-14 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101 | Jacob Mathew | 2018-05-14 | 1 | -1/+3 |
* | | | | | versioning: use @@timestamp | Sergei Golubchik | 2018-05-12 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Remove mem_alloc_error() | Michael Widenius | 2018-05-07 | 1 | -49/+13 |
* | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -7/+9 |
* | | | | dead code - related to vtmd | Sergei Golubchik | 2018-04-10 | 1 | -24/+0 |
* | | | | compilation w/o partitioning | Sergei Golubchik | 2018-03-30 | 1 | -15/+16 |
* | | | | Move alter partition flags to alter_info->partition_flags | Monty | 2018-03-29 | 1 | -1/+1 |
* | | | | fix THD::system_time to follow, well, system time | Sergei Golubchik | 2018-02-25 | 1 | -2/+2 |
* | | | | MDEV-15190 Bad error for non-versioned table PARTITION BY SYSTEM_TIME | Sergei Golubchik | 2018-02-24 | 1 | -1/+2 |
* | | | | PARTITION BY SYSTEM_TIME INTERVAL ... | Sergei Golubchik | 2018-02-23 | 1 | -449/+61 |
* | | | | cleanup: partition_info::check_constants | Sergei Golubchik | 2018-02-23 | 1 | -400/+3 |
* | | | | Merge branch 'bb-10.2-ext' into 10.3 | Sergei Golubchik | 2018-02-23 | 1 | -18/+17 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch '10.2' into bb-10.2-ext | Sergei Golubchik | 2018-02-22 | 1 | -17/+16 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-02-22 | 1 | -17/+16 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | fix compilation wih -DPLUGIN_PARTITION=NO | Sergei Golubchik | 2018-02-21 | 1 | -17/+16 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-19 | 1 | -2/+3 |
|\ \ \ \ \ | |/ / / / | |||||
* | | | | | 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 |