Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | Remove an unused variable | Marko Mäkelä | 2019-03-21 | 1 | -2/+1 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-03-05 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-04 | 1 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0' into 10.1 | Oleksandr Byelkin | 2019-03-01 | 1 | -3/+3 |
| | |\ \ | |||||
| | | * \ | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2019-02-28 | 1 | -3/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | A cleanup in derived table handling: removing duplicate code from st_select_l... | Alexander Barkov | 2019-02-28 | 1 | -3/+3 |
* | | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed... | Oleksandr Byelkin | 2018-11-07 | 1 | -1/+1 |
* | | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-09-24 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-09-23 | 1 | -0/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge remote-tracking branch 'origin/5.5' into 10.0 | Alexander Barkov | 2018-09-21 | 1 | -0/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cache | Eugene Kosov | 2018-09-10 | 1 | -0/+1 |
* | | | | | MDEV-16783 Assertion `!conds' failed in mysql_delete upon 2nd execution of SP... | Nikita Malyavin | 2018-08-24 | 1 | -5/+9 |
* | | | | | MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETE | Eugene Kosov | 2018-05-22 | 1 | -1/+6 |
* | | | | | Merge branch 'github/10.2' into 10.3 | Sergei Golubchik | 2018-05-22 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-20 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-19 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ... | Monty | 2018-05-16 | 1 | -1/+1 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-17 | 1 | -8/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ... | Varun Gupta | 2018-05-16 | 1 | -1/+2 |
* | | | | | cleanup: versioning style fixes | Sergei Golubchik | 2018-05-12 | 1 | -2/+2 |
* | | | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next() | Sergei Golubchik | 2018-05-12 | 1 | -5/+0 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -42/+49 |
* | | | | | MDEV-15391 Server crashes in JOIN::fix_all_splittings_in_plan or Assertion `j... | Sergei Golubchik | 2018-04-10 | 1 | -2/+6 |
* | | | | | create a reusable function that tells what FK actions can write | Sergei Golubchik | 2018-02-24 | 1 | -4/+4 |
* | | | | | unify error messages a bit | Sergei Golubchik | 2018-02-24 | 1 | -2/+2 |
* | | | | | SQL: Truncate history of partitioned table [fixes #399, closes #403] | Sergei Golubchik | 2018-02-23 | 1 | -8/+0 |
* | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -4/+4 |
* | | | | | MDEV-14788 System versioning cannot be based on local timestamps, as it is now | Sergei Golubchik | 2018-01-13 | 1 | -1/+1 |
* | | | | | rename system_time columns | Sergei Golubchik | 2018-01-09 | 1 | -1/+1 |
* | | | | | SQL: DELETE HISTORY error message in prepared statements [#387] | Eugene Kosov | 2017-12-22 | 1 | -3/+8 |
* | | | | | MDEV-14687 DELETE HISTORY in prepared stmt crash [fixes #421] | Aleksey Midenkov | 2017-12-20 | 1 | -14/+16 |
* | | | | | MDEV-14684 Assertion `table' failed in mysql_delete | Eugene Kosov | 2017-12-19 | 1 | -1/+8 |
* | | | | | Timestamp-based versioning for InnoDB [closes #209] | Aleksey Midenkov | 2017-12-18 | 1 | -5/+5 |
* | | | | | SQL: disable truncate history on partitioned [fixes #399] | Aleksey Midenkov | 2017-12-14 | 1 | -0/+8 |
* | | | | | System Versioning 1.0 pre3 | Aleksey Midenkov | 2017-12-11 | 1 | -12/+63 |
|\ \ \ \ \ | |||||
| * | | | | | Adding direct update/delete to the server and to the partition engine. | Kentoku SHIBA | 2017-12-03 | 1 | -12/+63 |
* | | | | | | SQL: vers_setup_select() misc refactoring | Aleksey Midenkov | 2017-12-08 | 1 | -1/+1 |
* | | | | | | System Versioning 1.0pre2 | Aleksey Midenkov | 2017-11-23 | 1 | -12/+24 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Handle failures from malloc | Michael Widenius | 2017-11-17 | 1 | -12/+24 |
* | | | | | | SQL: delete from VIEW [fixes #291] | Aleksey Midenkov | 2017-11-13 | 1 | -1/+6 |
* | | | | | | System Versioning pre1.0 | Aleksey Midenkov | 2017-11-13 | 1 | -2/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-10 | 1 | -2/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add more execution stages (commit, rollback, etc) | Monty | 2017-11-05 | 1 | -2/+4 |
* | | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -7/+54 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | SQL: truncate syntax and privilege [closes #229] | Eugene Kosov | 2017-09-08 | 1 | -9/+2 |