Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GCC 10.2.0 -Og -Wmaybe-uninitialized | Marko Mäkelä | 2020-08-13 | 1 | -3/+3 |
* | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-08-03 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-08-02 | 1 | -3/+3 |
| |\ | |||||
| | * | Code comment spellfixes | Ian Gilfillan | 2020-07-22 | 1 | -3/+3 |
| | * | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -7/+7 |
| * | | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS | Vlad Lesin | 2019-11-19 | 1 | -1/+1 |
* | | | Lintian complains on spelling error | Faustin Lammler | 2019-12-02 | 1 | -1/+1 |
* | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3 | Alexander Barkov | 2019-09-04 | 1 | -0/+67 |
|\ \ \ | |/ / | |||||
| * | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r... | Alexander Barkov | 2019-09-03 | 1 | -0/+67 |
* | | | Fixing `MDEV-20303 SPACE(-1) returns a wrong data type` compilation problem i... | Alexander Barkov | 2019-08-13 | 1 | -1/+1 |
* | | | MDEV-20303 SPACE(-1) returns a wrong data type | Alexander Barkov | 2019-08-09 | 1 | -57/+43 |
* | | | MDEV-20292 REPEAT(x,-1) returns a wrong data type | Alexander Barkov | 2019-08-08 | 1 | -13/+13 |
* | | | 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 remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2019-03-22 | 1 | -1/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-22 | 1 | -31/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-18881 Assertion `0' failed in make_sortkey upon SELECT with GROUP BY aft... | Alexander Barkov | 2019-03-18 | 1 | -29/+7 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-18 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-14576 Include full name of object in message about incorrect value for c... | Alexey Botchkov | 2018-12-16 | 1 | -3/+3 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-10-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove valgrind warnings from Item_str_concat | Michael Widenius | 2018-10-05 | 1 | -1/+1 |
* | | | | Fix of type, to make windows compiler happy. | Oleksandr Byelkin | 2018-08-03 | 1 | -1/+1 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-08-03 | 1 | -55/+57 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-08-02 | 1 | -55/+57 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0' into bb-10.1-merge-sanja | Oleksandr Byelkin | 2018-07-25 | 1 | -55/+57 |
| | |\ \ | |||||
| | | * | | Simplify caseup() and casedn() in charsets | Alexander Barkov | 2018-07-19 | 1 | -12/+3 |
| | | * | | MDEV-13118 Wrong results with LOWER and UPPER and subquery | Alexander Barkov | 2018-07-19 | 1 | -48/+59 |
* | | | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_dec | Oleksandr Byelkin | 2018-06-19 | 1 | -60/+104 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab... | Oleksandr Byelkin | 2018-06-15 | 1 | -61/+103 |
* | | | | | Use std::isfinite in C++ code | Sergey Vojtovich | 2018-05-24 | 1 | -1/+1 |
* | | | | | cleanup: simplify multi-update's juggling with positions | Sergei Golubchik | 2018-05-17 | 1 | -0/+20 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -1/+1 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-04-24 | 1 | -7/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Remove most 'register' use in C++ | Marko Mäkelä | 2018-04-24 | 1 | -7/+7 |
* | | | | | Merge remote-tracking branch '10.2' into 10.3 | Vicențiu Ciorbaru | 2018-04-12 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2018-04-10 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2018-04-07 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts data | Alexander Barkov | 2018-03-26 | 1 | -2/+2 |
* | | | | | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty string | halfspawn | 2018-03-29 | 1 | -0/+1 |
* | | | | | MDEV-15689 Fix Item_func_set_collation to pass the collation using CHARSET_IN... | Alexander Barkov | 2018-03-27 | 1 | -36/+6 |
* | | | | | Make possible to use clang on Windows (clang-cl) | Vladislav Vaintroub | 2018-02-20 | 1 | -2/+1 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -160/+73 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 1 | -160/+73 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -120/+65 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -120/+65 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULL | Alexander Barkov | 2018-01-30 | 1 | -117/+63 |
| | | | * | | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 1 | -2/+2 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2018-01-18 | 1 | -2/+2 |
| | | | | |\ |