2085 Commits (d833bb65d53b9a4375fa71cc485b4719fdb0ee53)

Author SHA1 Message Date
Oleksandr Byelkin 76577e1e26 typo fix 8 years ago
Oleksandr Byelkin ba8d0fa700 MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP querying from a view 8 years ago
Alexander Barkov 20089f5a39 MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..)) 8 years ago
Oleksandr Byelkin 2913f615f0 MDEV-8949: COLUMN_CREATE unicode name breakage 8 years ago
Sergei Golubchik 7ec6c6fa62 typo 8 years ago
Oleksandr Byelkin c2c93fc6e4 MDEV-14164: Unknown column error when adding aggregate to function in oracle style procedure FOR loop 8 years ago
Sergei Golubchik 2fcd8c1252 MDEV-13173 An RLIKE that previously worked on 10.0 now returns "Got error 'pcre_exec: recursion limit of 100 exceeded' from regexp" 8 years ago
Sergei Golubchik 52aa200919 MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segfault 9 years ago
Daniel Black fbc057ad36 MDEV-12420: add full list of pcre error messages 9 years ago
Daniel Black d672f88ef7 MDEV-12420: PCRE stack overflow 9 years ago
Sergei Golubchik 798fcb5416 bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arena 9 years ago
Sergei Golubchik 67e2028161 MDEV-9690 concurrent queries with virtual columns crash in temporal code 9 years ago
Alexander Barkov 3f0d07e55b MDEV-9372 select 100 between 1 and 9223372036854775808 returns false 10 years ago
Alexander Barkov 9a987142f9 MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END 10 years ago
Alexander Barkov 6fd54c01bb MDEV-9521 Least function returns 0000-00-00 for null date columns instead of null 10 years ago
Chaithra Gopalareddy a7fb5aecfd Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_OPTIMIZER.CC:1657 10 years ago
Oleksandr Byelkin 504802f333 MDEV-7846: postreview fix 10 years ago
Oleksandr Byelkin 54b998173b MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread stack overrun 11 years ago
Oleksandr Byelkin 2e3e818048 MDEV-7445: Server crash with Signal 6 11 years ago
Oleksandr Byelkin 5cc149feba The compiler warnings fixed. 10 years ago
Sreeharsha Ramanavarapu 4acc7615ee Bug #19929406: HANDLE_FATAL_SIGNAL (SIG=11) IN 10 years ago
Oleksandr Byelkin 102a85f9f3 MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*)) 10 years ago
Alexander Barkov 46199c0e1d MDEV-8102 REGEXP function fails to match hex values when expression is stored as a variable 11 years ago
Alexander Barkov 6e6750ad6c MDEV-7366 SELECT 'a' = BINARY 'A' returns 1 (utf8 charset, utf8_unicode_ci collation) 11 years ago
Alexander Barkov d1ca1c1fae MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3) 11 years ago
Michael Widenius 70823e1d91 MDEV-5120 Test suite test maria-no-logging fails 11 years ago
Alexander Barkov 216fbe2af3 MDEV-6102 Comparison between TIME and DATETIME does not use CURRENT_DATE 12 years ago
unknown 113333d447 MDEV-6046: MySQL Bug#11766684 59851: UNINITIALISED VALUE IN ITEM_FUNC_LIKE::SELECT_OPTIMIZE WITH SUBQUERY AND 12 years ago
Alexander Barkov f9e5f237f0 MDEV-6027 RLIKE: "." no longer matching new line 12 years ago
Alexander Barkov f467f4bb93 MDEV-5459 Illegal mix of collations for datetime 12 years ago
Alexander Barkov 1081e403c6 MDEV-5702 Incorrect results are returned with NULLIF() 12 years ago
Sergey Vojtovich d12c7adf71 MDEV-5314 - Compiling fails on OSX using clang 12 years ago
Alexander Barkov 074455105c MDEV-5445 Server crashes in Item_func_like::fix_fields on LIKE ExtractValue(..) 12 years ago
Alexander Barkov c5004e399e MDEV-5445 Server crashes in Item_func_like::fix_fields on LIKE ExtractValue(..) 12 years ago
Igor Babaev 59f099dda1 Post-review changes of the patch for bug mdev-5103. 12 years ago
Igor Babaev c0f31dc9f3 Another attempt to fix bug mdev-5103. 12 years ago
Alexander Barkov 03f6778d61 MDEV-5298 Illegal mix of collations on timestamp 12 years ago
Alexander Barkov 2394fa67d4 MDEV-4859 Wrong value and data type of "SELECT MAX(time_column) + 1 FROM t1" 12 years ago
unknown c98a054fde MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with LEFT JOIN and MERGE view or SELECT SQ 12 years ago
unknown c85db2c494 MDEV-5103: server crashed on singular Item_equal 12 years ago
Igor Babaev 78b580b779 Fixed bug mdev-5132. 12 years ago
Igor Babaev 7c87385e30 Fixed bug mdev-5105. 12 years ago
Alexander Barkov 285e7aa179 MDEV-4425 REGEXP enhancements 12 years ago
unknown ec7da1561e MDEV-5039: incorrect Item_func_regex::update_used_tables() 12 years ago
unknown 9dbeb9882f MDEV-4993:Impossible to free a dynamic column 12 years ago
Alexander Barkov 5177178eef Removing Item_func_regex::fix_fields() (using the inherited one instead). 12 years ago
Alexander Barkov c2b38529a9 MDEV-4863 COALESCE(time_or_datetime) returns wrong results in numeric context 12 years ago
Sergey Petrunya edd980225a Fix for MDEV-4836 fix: take into account situation where "notnull_col IS NULL" is not 12 years ago
Sergey Petrunya 970542ec90 MDEV-4836: Wrong result on <not null date column> IS NULL (old documented hack stopped working) 12 years ago
Alexander Barkov c40de1df36 MDEV-4804 Date comparing false result 12 years ago