Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2019-09-24 | 1 | -1/+4 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2019-09-24 | 1 | -1/+8 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/5.5' into 10.1 | Alexander Barkov | 2019-09-24 | 1 | -1/+8 |
| | |\ | |||||
| | | * | MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE .... | Alexander Barkov | 2019-09-24 | 1 | -1/+8 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-09-10 | 1 | -7/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-20517 Assertion `!is_expensive()' failed in Item::value_depends_on_sql_m... | Alexander Barkov | 2019-09-07 | 1 | -7/+12 |
* | | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3 | Alexander Barkov | 2019-09-04 | 1 | -0/+16 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r... | Alexander Barkov | 2019-09-03 | 1 | -3/+16 |
* | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-07-26 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-07-26 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-07-25 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-19778 Wrong Result on Left Outer Join with Subquery right on true | Igor Babaev | 2019-06-22 | 1 | -0/+1 |
| | * | | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -2/+2 |
* | | | | Fix typo and example in comment/KB for `setval()` | Anel Husakovic | 2019-07-22 | 1 | -3/+3 |
* | | | | MDEV-16872 Add CAST(expr AS FLOAT) | Alexander Barkov | 2019-05-16 | 1 | -6/+14 |
* | | | | 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 |
| * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-05-04 | 1 | -1/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-11015 Assertion failed: precision > 0 in decimal_bin_size upon SELECT wi... | Alexander Barkov | 2019-04-27 | 1 | -1/+5 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-04-25 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-04-25 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-17299 Assertion `maybe_null' failed in make_sortkey | Alexander Barkov | 2019-04-19 | 1 | -0/+2 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-03-26 | 1 | -12/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-26 | 1 | -12/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty set | Alexander Barkov | 2019-03-26 | 1 | -12/+0 |
| * | | | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN... | Alexander Barkov | 2019-02-23 | 1 | -1/+3 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-02-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-02-02 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-10963 Fragmented BINLOG query | Andrei Elkin | 2019-01-24 | 1 | -1/+1 |
* | | | | Cleanup Item_func_sp::fix_fields() | Sergey Vojtovich | 2019-02-13 | 1 | -5/+2 |
* | | | | Aggregate functions: only create list if args exist | Daniel Black | 2019-02-13 | 1 | -6/+8 |
* | | | | MDEV-18150 Assertion `decimals_to_set <= 38' failed in Item_func_round::fix_l... | Alexander Barkov | 2019-01-10 | 1 | -11/+9 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-01-03 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-15424: Unreasonable SQL Error (1356) on select from view | Varun Gupta | 2018-12-19 | 1 | -0/+2 |
* | | | | MDEV-17759 Assertion `precision > 0' failed in decimal_bin_size upon CREATE T... | Alexander Barkov | 2018-12-26 | 1 | -7/+3 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-18 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-14576 Include full name of object in message about incorrect value for c... | Alexey Botchkov | 2018-12-16 | 1 | -0/+3 |
* | | | | MDEV-17411 Wrong WHERE optimization with simple CASE and searched CASE | Alexander Barkov | 2018-10-11 | 1 | -4/+1 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-09-24 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-09-23 | 1 | -1/+4 |
| | |\ \ | |||||
| | | * \ | Merge remote-tracking branch 'origin/5.5' into 10.0 | Alexander Barkov | 2018-09-21 | 1 | -1/+4 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong result | Alexander Barkov | 2018-09-20 | 1 | -1/+4 |
* | | | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_dec | Oleksandr Byelkin | 2018-06-19 | 1 | -66/+77 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab... | Oleksandr Byelkin | 2018-06-15 | 1 | -44/+62 |
* | | | | | MDEV-16385 ROW SP variable is allowed in unexpected context | Alexander Barkov | 2018-06-05 | 1 | -6/+3 |
* | | | | | Cleanup isinf() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -3/+3 |
* | | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-05-11 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / |