3030 Commits (3b0c7ac1f9d64afc933ce0354037c709366b7dff)

Author SHA1 Message Date
Alexander Barkov b25373beb5 MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_precision(uint, uint, bool) 10 years ago
Otto Kekäläinen 1777fd5f55 Fix spelling: occurred, execute, which etc 10 years ago
Alexander Barkov d87bc55b05 MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" 10 years ago
Alexander Barkov b867ade591 Removing Used_tables_and_const_cache from "class udf_handler". 10 years ago
Mithun C Y f92dd6ae6f Bug #20007383: HANDLE_FATAL_SIGNAL (SIG=11) IN UPDATE_REF_AND_KEYS. 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 8777724901 MDEV-8912 Wrong metadata or type for @c:=string_or_blob_field 10 years ago
Sergei Petrunia d6371d3a8e Combined fix for MDEV-7267 and MDEV-8864 10 years ago
Alexander Barkov 3c47809bc2 Clean-up: changing switch(result_type()) followed by a test for temporal types 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
Alexander Barkov 09b87d6293 MDEV-8871 Wrong result for CREATE TABLE .. SELECT LEAST(unsigned_column,unsigned_column) 10 years ago
Alexander Barkov a4e5902039 MDEV-8862 Wrong field type for MAX(COALESCE(datetime_column)) 10 years ago
Alexander Barkov 30711c6650 MDEV-8806 Numeric CAST produce different warnings for strings literals vs functions 10 years ago
Alexander Barkov 2dc32c02ab Removing "DTCollation user_var_entry::collation", using a CHARSET_INFO 10 years ago
Alexander Barkov 79140b0383 MDEV-8793 Wrong result set for SELECT ... 10 years ago
Alexander Barkov d9b25ae3db MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 10 years ago
Alexander Barkov 4aebba3aeb MDEV-8740 Wrong result for SELECT..WHERE year_field=10 AND NULLIF(year_field,2011.1)='2011' 10 years ago
Alexander Barkov e0df116056 A clean-up after the patch for MDEV-8747 and MDEV-8749: 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
Monty 56aa19989f MDEV-6152: Remove calls to current_thd while creating Item 10 years ago
Monty 3bca8db4f9 MDEV-6152: Remove calls to current_thd while creating Item 10 years ago
Monty 3cb578c001 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
Monty 1bae0d9e56 Stage 2 of MDEV-6152: 10 years ago
Sergey Vojtovich 31e365efae MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 10 years ago
Sergei Golubchik 006ffca56e after-merge fixes 10 years ago
Sergey Vojtovich 392df76bc3 MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior 10 years ago
Monty 0ad00c66d2 Fix for MySQL bug #77448 Inconsistent handling of RAND() in WHERE and HAVING 10 years ago
Monty 7332af49e4 - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 10 years ago
Monty 86377d078e Fixes done while working on MDEV-4119: 10 years ago
Alexander Barkov 40e5aceaff Removing Item_int_func::sargable. Adding virtual implementations of 10 years ago
Alexander Barkov ecb009b2cb Adding Type_std_attributes to reduce some duplicate code. 11 years ago
f4rnham 060ec5b6b9 MDEV-7130: MASTER_POS_WAIT(log_name,log_pos,timeout,"connection_name") hangs, does not respect the timeout 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 8125db1d9a Moving fix_length_and_dec() from Item_result_field to Item_func_or_sum, 11 years ago
Alexander Barkov 99898c6f76 Minor reorganization in Item hierarchy, to remove duplicate code. 11 years ago
Vamsikrishna Bhagi 3c02e6ec2e Bug# 20730103 BACKPORT 19688008 TO 5.1 11 years ago
Sergei Golubchik 73ebabd2ee MDEV-7299 Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on concurrent execution of DDL, queries from I_S, and KILL QUERY 11 years ago
Kristian Nielsen 00649525ee MDEV-7189: main.processlist fails sporadically in buildbot 11 years ago
Sergei Golubchik c4655cf862 cleanup: comments referring to non-extistent Item classes 11 years ago
Vamsikrishna Bhagi cb9d0deb71 Bug #19688008 CREATE_ASYMMETRIC_PUB_KEY: CRASHES IN OPENSSL 11 years ago
Nirbhay Choubey 3e792e6cbc MDEV-4018 : Feature Request: microseconds in GET_LOCK() 11 years ago
Oleksandr Byelkin 1827d9e6d1 MDEV-5231: Per query variables from Percona Server (rewritten) 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
Sergei Golubchik 3620910eea cleanup: galera merge, simple changes 11 years ago
Praveenkumar Hulakund 508c74ac25 Bug#19070633 - POSSIBLE ACCESS TO FREED MEMORY IN IS_FREE_LOCK() 11 years ago