739 Commits (ed77ee1aab1c41584bccfc62bee77d7c4d9af8d4)

Author SHA1 Message Date
Sergei Golubchik ed77ee1aab cleanup: change Item::walk() to take void* not uchar* 9 years ago
Michael Widenius fb67cde237 Use default character set for expressions 9 years ago
Michael Widenius 2fe8dd0f90 various cleanups 9 years ago
Michael Widenius db7edfed17 MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 9 years ago
Alexander Barkov afbd28aeff Preparing the CAST(..AS [UN]SIGNED) related code to fix a number 9 years ago
Alexander Barkov b25373beb5 MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_precision(uint, uint, bool) 10 years ago
Igor Babaev 2cfc450bf7 This is the consolidated patch for mdev-8646: 10 years ago
Alexander Barkov 7b50447aa6 MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEW 10 years ago
Alexander Barkov c3494e19cb MDEV-9215 Detect cmp_type() and result_type() from field_type() 10 years ago
Alexander Barkov 607ef786fc MDEV-9215 Detect cmp_type() and result_type() from field_type() 10 years ago
Sergey Vojtovich 0746a07708 MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 10 years ago
Alexander Barkov d73cf394a5 MDEV-9170 Get rid of LEX::length and LEX::dec 10 years ago
Oleksandr Byelkin fb4358f432 MDEV-7949: Item_field::used_tables() takes 0.29% in OLTP RO 11 years ago
Alexander Barkov b867ade591 Removing Used_tables_and_const_cache from "class udf_handler". 10 years ago
Alexander Barkov 0b4c3ad818 Moving Used_tables_and_const_chache from Item_func to Item_func_or_sum 10 years ago
Alexander Barkov de1a48e7d9 A clean-up for a few recent result set metadata related bug fixes: 10 years ago
Alexander Barkov 8777724901 MDEV-8912 Wrong metadata or type for @c:=string_or_blob_field 10 years ago
Alexander Barkov ba0b668551 A clean-up for MDEV-7950: 10 years ago
Alexander Barkov accf9b5675 MDEV-5694 GREATEST(date, time) returns a wrong data type 10 years ago
Alexander Barkov b50c607056 MDEV-4848 Wrong metadata or column type for LEAST(1.0,'10') 10 years ago
Alexander Barkov cc9cfecab7 MDEV-8865 Wrong field type or metadata for COALESCE(signed_int_column, unsigned_int_column) 10 years ago
Oleksandr Byelkin 02a38fd27e MDEV-8624: MariaDB hangs on query with many logical condition 10 years ago
Alexander Barkov 22cc8f990b Changing a number of functions to aggregate argument character sets 10 years ago
Alexander Barkov 2dc32c02ab Removing "DTCollation user_var_entry::collation", using a CHARSET_INFO 10 years ago
Alexander Barkov 1956340247 Removing global function agg_item_charsets_for_string_result(). 10 years ago
Alexander Barkov c108019a48 MDEV-8747 Wrong result for SELECT..WHERE derived_table_column='a' AND derived_table_column<>_latin1'A' COLLATE latin1_bin 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 aa1002a35c MDEV-8723 Wrong result for SELECT..WHERE COLLATION(a)='binary' AND a='a' 10 years ago
Monty 3bca8db4f9 MDEV-6152: Remove calls to current_thd while creating Item 10 years ago
Alexander Barkov 1b6b44b6b5 MDEV-8661 Wrong result for SELECT..WHERE a='a' AND a='a' COLLATE latin1_bin 10 years ago
Sergey Vojtovich 31e365efae MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 10 years ago
Monty 86377d078e Fixes done while working on MDEV-4119: 10 years ago
Alexander Barkov ee0237fe89 MDEV-8330 Get rid of Item_func::select_optimize() and Item_func::optimize_type 10 years ago
Alexander Barkov 40e5aceaff Removing Item_int_func::sargable. Adding virtual implementations of 10 years ago
Alexander Barkov 5991efc382 MDEV-7950 Item_func::type() takes 0.26% in OLTP RO 11 years ago
Alexander Barkov be2038e3cb MDEV-7950 Item_func::type() takes 0.26% in OLTP RO 11 years ago
Alexander Barkov 462bca365a MDEV-7950 Item_func::type() takes 0.26% in OLTP RO 11 years ago
Alexander Barkov 04fb09d781 Deriving Item_row from Item_args and sharing more code 11 years ago
Alexander Barkov fc1f301e91 MDEV-8024 Remove excessive update_used_tables() calls 11 years ago
Alexander Barkov 99898c6f76 Minor reorganization in Item hierarchy, to remove duplicate code. 11 years ago
Alexander Barkov e91bc2e91d MDEV-7759 NULLIF(x,y) is not equal to CASE WHEN x=y THEN NULL ELSE x END 11 years ago
Alexey Botchkov d0d6284cab MDEV-4045 Missing OGC Spatial functions. 11 years ago
Alexander Barkov 969f491845 MDEV-7005 NULLIF does not work as documented 11 years ago
Sergei Golubchik 5d0122bd77 MDEV-7113 difference between check_vcol_func_processor and check_partition_func_processor 11 years ago
mithun c5dfdec568 Bug #19372926 : 5.5.38 FAILS FUNC_MATH MTR TEST. 11 years ago
mithun 73b99f055e Bug #19372926 : 5.5.38 FAILS FUNC_MATH MTR TEST. 11 years ago
Alexander Barkov 5b452ae027 MDEV-4511 Assertion `scale <= precision' fails on GROUP BY TIMEDIFF with incorrect types 11 years ago
Alexander Barkov 1449d1d54f Moving implementation of INET_ATON() INET_NTOA() into 12 years ago
Alexander Barkov 89e1715355 MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and the SQL Standard) 12 years ago
unknown 982607508d MDEV-4309: DBT-3 Q1 benchmark: Benchmark + profile a patch 12 years ago