1454 Commits (42af2b1d8b8a8508c5aac5c2e0bcf4554c5200ce)

Author SHA1 Message Date
Anel Husakovic 42af2b1d8b MDEV-22263: main.func_debug fails on a valgrind build with wrong result 6 years ago
Alexander Barkov e978efd96b MDEV-20273 Add class Item_sum_min_max 6 years ago
Oleksandr Byelkin f90040fd9c MDEV-19429: Wrong query result with EXISTS and LIMIT 0 6 years ago
Oleksandr Byelkin 490dcfd5d7 MDEV-19698: Cleanup READ_RECORD::record 7 years ago
Vladislav Vaintroub 374dae3ecc MDEV-19452 - fix incorrect push_warning_printf 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Igor Babaev 09aa5d3f69 MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(), 7 years ago
Oleksandr Byelkin 4e01bc8c96 MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase 7 years ago
Alexander Barkov f4484dfdbf MDEV-19008 Slow EXPLAIN SELECT ... WHERE col IN (const1,const2,(subquery)) 7 years ago
Oleksandr Byelkin 54b2e1c1be MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level 7 years ago
Sergei Petrunia b62ac16185 MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset 7 years ago
Oleksandr Byelkin 6b8802e8dd MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_table 8 years ago
Alexander Barkov 106f0b5798 MDEV-16385 ROW SP variable is allowed in unexpected context 8 years ago
Sergei Golubchik 445ac662c3 MDEV-15755 Query crashing MariaDB in cleanup_after_query 8 years ago
Sergei Golubchik 531acda484 MDEV-14820 System versioning is applied incorrectly to CTEs 8 years ago
Sergei Golubchik 0f956a0676 cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next() 8 years ago
Monty 30ebc3ee9e Add likely/unlikely to speed up execution 8 years ago
Varun Gupta 2dd4e50d5f MDEV-15555: select from DUAL where false yielding wrong result when in a IN 8 years ago
Vladislav Vaintroub 6c279ad6a7 MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 8 years ago
Oleksandr Byelkin 96cb428b35 MDEV-14862: Server crashes in Bitmap<64u>::merge / add_key_field 8 years ago
Monty a7e352b54d Changed database, tablename and alias to be LEX_CSTRING 8 years ago
Igor Babaev 30289a2713 Fixed mdev-14969 Non-recursive Common Table Expressions used in view 8 years ago
Sergei Golubchik d31ee64da6 compiler warning 8 years ago
Alexander Barkov 590400f743 MDEV-14517 Cleanup for Item::with_subselect and Item::has_subquery() 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
Galina Shalygina a4ded0a9b5 Mistakes corrected. 8 years ago
Oleksandr Byelkin 235b68299b MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct_view_ref::used_tables() const on 2nd execution of PS 9 years ago
Vladislav Vaintroub eba44874ca MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 8 years ago
Galina Shalygina 75370a58f4 New tests on errors added. Comments corrected. Some procedures corrected. 8 years ago
Eugene Kosov 5dd8e1bf2d simplify READ_RECORD usage NFC 8 years ago
Galina Shalygina 91149bbd82 Mistakes corrected, new error messages added 8 years ago
Michael Widenius cc77f9882d Changed KEY names to use LEX_CSTRING 9 years ago
Michael Widenius 458d5ed8aa Lots of small cleanups 9 years ago
Michael Widenius 4aaa38d26e Enusure that my_global.h is included first 9 years ago
Sergei Golubchik be55bbc2b2 MDEV-7826 Server crashes in Item_subselect::enumerate_field_refs_processor 8 years ago
Sergei Golubchik c5975eaea1 MDEV-7339 Server crashes in Item_func_trig_cond::val_int 8 years ago
Sergei Golubchik c917ba1d51 fix the comparison in st_select_lex::setup_ref_array() 9 years ago
Igor Babaev 5e9d651108 Fixed the bug mdev-12788. 9 years ago
Igor Babaev e0352fb079 Fixed the bug mdev-7599. 9 years ago
Igor Babaev 6b97fe067d Fixed the bugs mdev-12670 and mdev-12675. 9 years ago
Alexander Barkov da63db1e3b MDEV-12719 Determine Item::result_type() from Item::type_handler() 9 years ago
Alexander Barkov 4e9022b48b MDEV-12718 Determine Item::cmp_type() from Item::type_handler() 9 years ago
Alexander Barkov c898de84b7 MDEV-12714 Determine Item::field_type() from Item::type_handler() 9 years ago
Alexander Barkov 5a644e177f Adding "const" qualifier to Item::cols(), and to the "Item *cmp" parameter to Type_handler::make_const_item_for_comparison() 9 years ago
Igor Babaev 0906dc49e8 Fixed the bug mdev-12564. 9 years ago
Monty 5a759d31f7 Changing field::field_name and Item::name to LEX_CSTRING 9 years ago
Igor Babaev 54a995cd22 Fixed the bug mdev-12519. 9 years ago
Oleksandr Byelkin 05d3c3d3f7 MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT) 9 years ago
Oleksandr Byelkin 7aa09a5ed2 MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT) 9 years ago
Varun Gupta 43903745e5 MDEV-11078: NULL NOT IN (non-empty subquery) should never return results 9 years ago