Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-12939 A query crashes MariaDB in Item_func_regex::cleanup | Sergei Golubchik | 2017-07-05 | 1 | -2/+1 |
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-06-08 | 1 | -4/+4 |
|\ | |||||
| * | cleanup: remove Regexp_processor_pcre::m_subpatterns_needed | Sergei Golubchik | 2017-05-29 | 1 | -2/+2 |
| * | MDEV-12942 REGEXP_INSTR returns 1 when using brackets | Sergei Golubchik | 2017-05-29 | 1 | -2/+2 |
* | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-22 | 1 | -2/+73 |
|\ \ | |/ | |||||
| * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-05-19 | 1 | -2/+73 |
| |\ | |||||
| | * | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf... | Sergei Golubchik | 2017-05-15 | 1 | -0/+9 |
| | * | MDEV-12420: add full list of pcre error messages | Daniel Black | 2017-05-15 | 1 | -0/+62 |
| | * | MDEV-12420: PCRE stack overflow | Daniel Black | 2017-05-15 | 1 | -2/+2 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-09 | 1 | -0/+12 |
| |\ \ | | |/ | |||||
| * | | Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES | Tor Didriksen | 2017-03-06 | 1 | -0/+16 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-02-10 | 1 | -12/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1mariadb-10.1.21 | Sergei Golubchik | 2017-01-17 | 1 | -12/+10 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-01-17 | 1 | -15/+12 |
| | |\ | |||||
| | | * | bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arena | Sergei Golubchik | 2017-01-15 | 1 | -5/+0 |
| | | * | MDEV-9690 concurrent queries with virtual columns crash in temporal code | Sergei Golubchik | 2017-01-15 | 1 | -10/+12 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -2/+43 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-11219 main.null fails in buldbot and outside with ps-protocol | Alexander Barkov | 2016-11-03 | 1 | -1/+41 |
| * | | | MDEV-10716: Assertion `real_type() != FIELD_ITEM' failed in Item_ref::build_e... | Oleksandr Byelkin | 2016-09-28 | 1 | -1/+2 |
| * | | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223 | Alexander Barkov | 2016-07-03 | 1 | -5/+0 |
* | | | | Item_func_like: print a not like b instead of !(a like b) | Sergei Golubchik | 2016-12-12 | 1 | -2/+7 |
* | | | | Item::print(): remove redundant parentheses | Sergei Golubchik | 2016-12-12 | 1 | -40/+27 |
* | | | | bugfix: Item_func_like::print() was losing ESCAPE clause | Sergei Golubchik | 2016-12-12 | 1 | -0/+16 |
* | | | | MDEV-9143 JSON_xxx functions. | Alexey Botchkov | 2016-11-15 | 1 | -15/+27 |
* | | | | Use sql_mode_t for sql_mode. | Monty | 2016-10-05 | 1 | -1/+1 |
* | | | | Removed redefinitions of some newly introduced constants. | Igor Babaev | 2016-09-06 | 1 | -3/+0 |
* | | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server | Igor Babaev | 2016-08-31 | 1 | -0/+40 |
|\ \ \ \ | |||||
| * | | | | The consolidated patch for mdev-9197. | Galina Shalygina | 2016-08-23 | 1 | -0/+40 |
* | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -14/+38 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | MDEV-9712 Performance degradation of nested NULLIF | Alexander Barkov | 2016-05-05 | 1 | -1/+25 |
| * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 1 | -13/+13 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-04-26 | 1 | -46/+31 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | MDEV-9372 select 100 between 1 and 9223372036854775808 returns false | Alexander Barkov | 2016-04-22 | 1 | -2/+9 |
| | | * | | MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELS... | Alexander Barkov | 2016-04-20 | 1 | -33/+18 |
| | | * | | MDEV-9521 Least function returns 0000-00-00 for null date columns instead of... | Alexander Barkov | 2016-04-18 | 1 | -10/+4 |
* | | | | | cleanup: change Item::walk() to take void* not uchar* | Sergei Golubchik | 2016-06-30 | 1 | -27/+15 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch '10.2' into bb-10.2-mdev9543 | Sergei Petrunia | 2016-04-07 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference | Alexander Barkov | 2016-03-31 | 1 | -1/+1 |
* | | | | | Merge branch '10.2' into bb-10.2-mdev9543 | Sergei Petrunia | 2016-03-28 | 1 | -138/+296 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-03-23 | 1 | -132/+109 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-9369 IN operator with ( num, NULL ) gives inconsistent result | Alexander Barkov | 2016-03-21 | 1 | -38/+81 |
| | * | | | MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_pr... | Alexander Barkov | 2016-03-18 | 1 | -82/+11 |
| | * | | | MDEV-9641 MDEV-9644 NULLIF assertions | Sergei Golubchik | 2016-03-05 | 1 | -11/+15 |
| | * | | | MDEV-9637 select nullif(count(col1),0) gives wrong result if in a view | Sergei Golubchik | 2016-03-05 | 1 | -1/+2 |
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-02-25 | 1 | -4/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-02-23 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-02-15 | 1 | -1/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-02-09 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_... | Chaithra Gopalareddy | 2015-11-20 | 1 | -2/+3 |