Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compilation speed (#546) | Eugene Kosov | 2018-01-14 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2017-11-09 | 1 | -2/+3 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.0' into 10.1 | Alexander Barkov | 2017-11-09 | 1 | -2/+3 |
| |\ | |||||
| | * | MDEV-14164: Unknown column error when adding aggregate to function in oracle ... | Oleksandr Byelkin | 2017-11-09 | 1 | -2/+3 |
| | * | MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthr... | Sergei Golubchik | 2017-07-20 | 1 | -2/+3 |
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthrough | Marko Mäkelä | 2017-05-17 | 1 | -1/+2 |
| * | | Fixed compiler warnings | Monty | 2017-08-07 | 1 | -1/+1 |
* | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
* | | | MDEV-13673 Bad result in view | Sergei Golubchik | 2017-09-18 | 1 | -1/+2 |
* | | | Fixed compilation warnings (while testing 32 bit builds) | Monty | 2017-07-01 | 1 | -1/+1 |
* | | | MDEV-12851: Case with window functions query crashes server | Vicențiu Ciorbaru | 2017-06-28 | 1 | -2/+3 |
* | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | MDEV-12844 numerous issues in MASTER_GTID_WAIT() | Sergei Golubchik | 2017-05-24 | 1 | -1/+1 |
* | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-22 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthrough | Marko Mäkelä | 2017-05-17 | 1 | -1/+2 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-05-09 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
* | | | MDEV-12696 Crash with LOAD XML and non-updatable VIEW column | Alexander Barkov | 2017-05-05 | 1 | -4/+5 |
* | | | Fixed the bug mdev-12373. | Igor Babaev | 2017-04-24 | 1 | -0/+3 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -6/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-03 | 1 | -6/+2 |
| |\ \ | | |/ | |||||
| | * | MDEV-9573 'Stop slave' hangs on replication slave | Monty | 2017-02-28 | 1 | -6/+2 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-02-10 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1mariadb-10.1.21 | Sergei Golubchik | 2017-01-17 | 1 | -4/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-01-17 | 1 | -5/+2 |
| | |\ | |||||
| | | * | bugfix: Item_func_min_max stored thd internally | Sergei Golubchik | 2017-01-15 | 1 | -5/+2 |
* | | | | MDEV-11597 Assertion when doing select from virtual column with impossible value | Monty | 2017-01-11 | 1 | -2/+2 |
* | | | | New simpler bugfix for UPDATE and virtual BLOBs | Monty | 2017-01-11 | 1 | -1/+1 |
* | | | | Removed usage of my_hash_search() with uninitialized HASH. | Monty | 2017-01-11 | 1 | -1/+2 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-12-09 | 1 | -1/+2 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-10713: signal 11 error on multi-table update - crash in handler::increme... | Sergei Golubchik | 2016-12-08 | 1 | -1/+2 |
| | | * | MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() | Alexander Barkov | 2016-08-03 | 1 | -0/+3 |
* | | | | Item::print(): remove redundant parentheses | Sergei Golubchik | 2016-12-12 | 1 | -11/+6 |
* | | | | rename Virtual_column_info::expr_item | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | | | bugfix: Item_func_get_system_var::print() | Sergei Golubchik | 2016-12-12 | 1 | -1/+16 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -12/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-08-25 | 1 | -3/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-10563 Crash during shutdown in Master_info_index::any_slave_sql_running | Vicențiu Ciorbaru | 2016-08-23 | 1 | -3/+4 |
| | * | | Merge branch '5.5' into bb-10.0 | Sergei Golubchik | 2016-06-21 | 1 | -2/+3 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-9972 Least function retuns date in date time format | Alexander Barkov | 2016-06-08 | 1 | -2/+3 |
| * | | | Removing class Item_func_integer. It's not used since MySQL-5.0. | Alexander Barkov | 2016-07-05 | 1 | -9/+0 |
| * | | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223 | Alexander Barkov | 2016-07-03 | 1 | -49/+2 |
* | | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server | Igor Babaev | 2016-08-31 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | The consolidated patch for mdev-9197. | Galina Shalygina | 2016-08-23 | 1 | -0/+3 |
* | | | | | session-state dependent functions in DEFAULT/CHECK/vcols | Sergei Golubchik | 2016-08-27 | 1 | -1/+1 |
* | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -0/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 1 | -0/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-04-26 | 1 | -11/+13 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | MDEV-9986 Full-text search of the utf8mb4 column causes crash | Sergei Golubchik | 2016-04-26 | 1 | -0/+2 |