| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-10347 mysqld got signal 11 | Alexander Barkov | 2016-11-02 | 1 | -0/+17 |
* | MDEV-10236 Where expression with NOT function gives incorrect result | Alexander Barkov | 2016-06-28 | 1 | -0/+17 |
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 1 | -1/+1 |
|\ |
|
* | | MDEV-9683 Server crashes in Item::basic_const_item on numerous nested NULLIFs | Sergei Golubchik | 2016-03-05 | 1 | -0/+5 |
* | | MDEV-9682 Assertion `0' failed in Item_cache_row::illegal_method_call on 2nd ... | Sergei Golubchik | 2016-03-05 | 1 | -0/+8 |
* | | MDEV-9641 MDEV-9644 NULLIF assertions | Sergei Golubchik | 2016-03-05 | 1 | -0/+16 |
* | | MDEV-9637 select nullif(count(col1),0) gives wrong result if in a view | Sergei Golubchik | 2016-03-05 | 1 | -0/+11 |
* | | MDEV-9576 syntax error on view with nullif and count | Sergei Golubchik | 2016-02-23 | 1 | -0/+7 |
* | | MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.x | Alexander Barkov | 2016-01-28 | 1 | -0/+60 |
* | | MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL field | Alexander Barkov | 2015-09-11 | 1 | -5/+5 |
* | | MDEV-8740 Wrong result for SELECT..WHERE year_field=10 AND NULLIF(year_field,... | Alexander Barkov | 2015-09-10 | 1 | -0/+56 |
* | | MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8... | Alexander Barkov | 2015-09-10 | 1 | -0/+19 |
* | | MDEV-8741 Equal field propagation leaves some remainders after simplifying WH... | Alexander Barkov | 2015-09-09 | 1 | -2/+2 |
* | | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ... | Monty | 2015-08-18 | 1 | -1/+1 |
* | | MDEV-7759 NULLIF(x,y) is not equal to CASE WHEN x=y THEN NULL ELSE x END | Alexander Barkov | 2015-03-12 | 1 | -0/+40 |
* | | Merge branch '10.0' into bb-10.1-merge | Sergei Golubchik | 2014-12-02 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3) | Alexander Barkov | 2014-11-02 | 1 | -0/+12 |
* | | MDEV-7005 NULLIF does not work as documented | Alexander Barkov | 2014-11-20 | 1 | -1/+959 |
|/ |
|
* | Merge 5.3-5.5 | Igor Babaev | 2013-10-13 | 1 | -0/+9 |
|\ |
|
| * | Fixed bug mdev-5132. | Igor Babaev | 2013-10-11 | 1 | -0/+9 |
* | | Merge 5.3->5.5 | Igor Babaev | 2013-08-21 | 1 | -0/+30 |
|\ \
| |/ |
|
| * | Fixed a bug/typo in the patch for mdev-4355, noticed after the patch | Igor Babaev | 2013-08-20 | 1 | -3/+3 |
| * | Fix bug MDEV-4895 Valgrind warnings (Conditional jump or move depends on unin... | unknown | 2013-08-20 | 1 | -0/+30 |
* | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Made the optimizer switch for index condition pushdown set to 'on' by default. | Igor Babaev | 2011-11-21 | 1 | -2/+2 |
* | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Set the default to be mrr=off,mrr_sort_keys=off: | Sergey Petrunya | 2011-07-08 | 1 | -2/+2 |
| * | Make EXPLAIN better at displaying MRR/BKA: | Sergey Petrunya | 2011-04-02 | 1 | -2/+2 |
| * | BUG#727667 Wrong result with OR + NOT NULL in maria-5.3 | Sergey Petrunya | 2011-03-05 | 1 | -1/+1 |
* | | merge. | Sergei Golubchik | 2010-11-25 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Backport into MariaDB-5.2 the following: | Sergey Petrunya | 2009-12-15 | 1 | -3/+3 |
* | | Patch for Bug#50511 (Sometimes wrong handling of user variables containing NU... | Alexander Nozdrin | 2010-05-05 | 1 | -1/+1 |
|/ |
|
* | Bug #39265: fix for the bug 33699 should be reverted | Gleb Shchepa | 2009-02-05 | 1 | -3/+5 |
* | Fix for Bug#32538: View definition picks up character set, | unknown | 2008-02-12 | 1 | -2/+2 |
* | Bug#33699: The UPDATE statement allows NULL as new value on a NOT NULL | unknown | 2008-01-11 | 1 | -5/+3 |
* | Merge gleb.loc:/home/uchum/work/bk/PA/5.0-opt-31471 | unknown | 2007-10-11 | 1 | -1/+24 |
|\ |
|
| * | Fixed bug #31471: decimal_bin_size: Assertion `scale >= 0 && | unknown | 2007-10-10 | 1 | -1/+24 |
| * | backport of Bug#11491 Misleading error message if not NULL column set to NULL... | unknown | 2007-05-30 | 1 | -9/+9 |
| * | BUG#14770 - LOAD DATA INFILE doesn't respect default values for | unknown | 2006-08-02 | 1 | -9/+9 |
* | | BUG#14940 "MySQL choose wrong index", v.2 | unknown | 2006-07-28 | 1 | -6/+6 |
* | | Merge zippy.(none):/home/cmiller/work/mysql/mysql-5.0 | unknown | 2006-05-01 | 1 | -0/+42 |
|\ \
| |/ |
|
| * | Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge | unknown | 2006-05-01 | 1 | -0/+42 |
| |\ |
|
| | * | BUG#19145: mysqld crashes if you set the default value of an enum field to NULL | unknown | 2006-04-28 | 1 | -0/+42 |
* | | | Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case | unknown | 2006-02-22 | 1 | -38/+38 |
* | | | Fix for bug#11491 Misleading error message if not NULL column set to NULL, | unknown | 2005-12-01 | 1 | -9/+9 |
|/ / |
|
* | | func_str.result, null.result: | unknown | 2005-08-26 | 1 | -4/+4 |
* | | concurrent-insert can now be set to 2 for concurrent inserts when there is ho... | unknown | 2005-05-13 | 1 | -2/+2 |
* | | Update tests after merge of bug fix. | unknown | 2005-04-05 | 1 | -1/+1 |
* | | Enable warnings for 'no default' fields being set to default when they | unknown | 2005-01-14 | 1 | -1/+1 |
* | | Update results for new varchar handling | unknown | 2004-12-07 | 1 | -6/+6 |