257 Commits (666070852384c2f5c40685a1ae0702e7d8cee85e)

Author SHA1 Message Date
Monty 6660708523 Changed "const row not found" to "Const row not found" 8 years ago
halfspawn 1a74d12da6 MDEV-12874 UPDATE statements with the same source and target 8 years ago
Vicențiu Ciorbaru 2160a85184 Update subselect test results to pass on 10.0 8 years ago
Sergei Golubchik d2e66a6f19 MDEV-7828 Assertion `key_read == 0' failed in TABLE::enable_keyread with SELECT SQ and WHERE SQ 8 years ago
halfspawn abf95afa2a MDEV-12137 DELETE statement with the same source and target 8 years ago
Sergei Golubchik 6b99859fff after-merge fix for a7ed4644a6 8 years ago
Oleksandr Byelkin a7ed4644a6 MDEV-10146: Wrong result (or questionable result and behavior) with aggregate function in uncorrelated SELECT subquery 8 years ago
Alexander Barkov 705fc43eaa MDEV-12775 Reuse data type aggregation code for hybrid functions and UNION 9 years ago
Igor Babaev 0906dc49e8 Fixed the bug mdev-12564. 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
Sergei Golubchik 01dd355635 cleanup: make a couple of tests more robust 9 years ago
Nirbhay Choubey 8b2e642aa2 MDEV-7635: Update tests to adapt to the new default sql_mode 9 years ago
Nirbhay Choubey 3435e8a515 MDEV-7635: Part 1 9 years ago
Alexander Barkov 5e051bfa15 MDEV-10386 Assertion `fixed == 1' failed in virtual String* Item_func_conv_charset::val_str(String*) 9 years ago
Sergei Golubchik 180065ebb0 Item::print(): remove redundant parentheses 9 years ago
Oleksandr Byelkin f988bcecfd MDEV-10776: Server crash on query 9 years ago
Sergei Golubchik 6820bf9ca9 do not quote numbers in the DEFAULT clause in SHOW CREATE 9 years ago
Monty 6f31dd093a Added new status variables to make it easier to debug certain problems: 9 years ago
Oleksandr Byelkin a52d3aa831 MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loops 9 years ago
Sergei Golubchik 8f9530a9ab revert second lookahead in the lexer 9 years ago
Sergei Golubchik 99e48cb1d9 restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILED 9 years ago
Michael Widenius db7edfed17 MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 9 years ago
Alexander Barkov 4c0e2960d4 MDEV-10051 Fix subselect to return a syntax error instead of "Incorrect usage of UNION and LIMIT" 10 years ago
Alexander Barkov a999acf26e MDEV-10095 Fix derived tables to return a syntax error instead of "Illegal usage of UNION and LIMIT" 10 years ago
Galina Shalygina be1d06c8a5 Merge branch '10.2' into 10.2-mdev9864 10 years ago
Alexander Barkov c0a59b46be MDEV-10030 sql_yacc.yy: Split table_expression and remove PROCEDURE from create_select, select_paren_derived, select_derived2, query_specification 10 years ago
Oleksandr Byelkin fba385e3b1 MDEV-9487: Server crashes in Time_and_counter_tracker::incr_loops with UNION in ALL subquery 10 years ago
Sergey Vojtovich 282497dd6d MDEV-6720 - enable connection log in mysqltest by default 10 years ago
Vicențiu Ciorbaru 775cccca9f MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init 10 years ago
Oleksandr Byelkin ce1b450ab1 MDEV-7930 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type != 2' failed in handler::ha_index_read_map 10 years ago
Oleksandr Byelkin bed4e84795 MDEV-8380: Subquery parse error 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 0ab93fd6f3 MDEV-7445:Server crash with Signal 6 11 years ago
Oleksandr Byelkin 2e3e818048 MDEV-7445: Server crash with Signal 6 11 years ago
Oleksandr Byelkin 7ccde2cbd5 MDEV-7565: Server crash with Signal 6 (part 2) 11 years ago
Alexander Barkov 3cc6e5b7f2 MDEV-8852 Implicit or explicit CAST from MAX(string) to INT,DOUBLE,DECIMAL does not produce warnings 10 years ago
Alexander Barkov d9b25ae3db MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 10 years ago
Alexander Barkov 39b46ae934 MDEV-8706 Wrong result for SELECT..WHERE time_column=TIMESTAMP'2015-08-30 00:00:00' AND time_column='00:00:00' 10 years ago
Monty 6b20342651 Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 10 years ago
Alexander Barkov 43f185e171 MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 11 years ago
Igor Babaev 3c4bb0e872 MDEV-334: Backport of UNION ALL optimization from mysql-5.7. 11 years ago
Sergei Petrunia c945233a19 MDEV-6657: Poor plan choice for ORDER BY key DESC optimization... 11 years ago
unknown 4cd676cbd9 MDEV-6047: Make exists_to_in optimization ON by default 12 years ago
unknown 05722f06b2 MDEV-5991: crash in Item_field::used_tables 12 years ago
Sergey Petrunya 2bbca99018 MDEV-6041: ORDER BY+subqueries: subquery_table.key=outer_table.col is not recongized as binding 12 years ago
Igor Babaev 3e03c9eae9 After constant row substitution the optimizer should call the method 12 years ago
Michael Widenius 43f6e118fe Fixes for CREATE_OR_REPLACE 12 years ago
timour@askmonty.org 883af99e7d MDEV-5104 crash in Item_field::used_tables with broken order by 12 years ago
Igor Babaev 901737c978 Fixed bug mdev-4944. 12 years ago