summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6080: Allowing storage engine to shortcut group by queriesMonty2015-10-056-3/+467
* Bugs, found by valgrindMonty2015-10-052-2/+4
* fix commentsMonty2015-10-052-39/+48
* bug in JOIN_TAB::cleanup() that caused freed memory to be accessedMonty2015-10-051-2/+4
* Simple optimizationMonty2015-10-051-5/+4
* Speed up some innodb testsMonty2015-10-051-0/+5
* Don't write DROP TEMPORARY TABLE to binary logMonty2015-10-051-6/+0
* MDEV-8830: Weird output in the error logSergei Petrunia2015-10-051-1/+0
* MDEV-8896 Dead code in stored_field_cmp_to_item()Alexander Barkov2015-10-053-82/+0
* A clean-up for MDEV-7950:Alexander Barkov2015-10-045-104/+136
* Clean-up: removing the unused "Item_result cmp_type" parameter from the methods:Alexander Barkov2015-10-022-47/+32
* Adding "virtual bool Field::can_optimize_range(...)" and moving the codeAlexander Barkov2015-10-023-39/+55
* Clean-up: sharing duplicate code in Item_field::val_bool_result() andAlexander Barkov2015-10-022-40/+17
* MDEV-8831 : enforce_storage_engine doesn't block table creation on other nodesNirbhay Choubey2015-10-013-7/+13
* MDEV-5694 GREATEST(date, time) returns a wrong data typeAlexander Barkov2015-10-012-18/+25
* MDEV-8836 - Server crashed in my_copy_8bit on querying I_S.PROCESSLISTSergey Vojtovich2015-10-011-9/+9
* MDEV-4848 Wrong metadata or column type for LEAST(1.0,'10')Alexander Barkov2015-10-012-31/+83
* MDEV-8860 Wrong result for WHERE 2016 < SOME (SELECT CAST(time_column AS DATE...Alexander Barkov2015-09-303-17/+30
* MDEV-8865 Wrong field type or metadata for COALESCE(signed_int_column, unsign...Alexander Barkov2015-09-308-157/+543
* MDEV-8871 Wrong result for CREATE TABLE .. SELECT LEAST(unsigned_column,unsig...Alexander Barkov2015-09-301-2/+23
* MDEV-8862 Wrong field type for MAX(COALESCE(datetime_column))Alexander Barkov2015-09-281-1/+3
* MDEV-8852 Implicit or explicit CAST from MAX(string) to INT,DOUBLE,DECIMAL do...Alexander Barkov2015-09-281-17/+3
* MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-252-1/+11
* MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-253-18/+56
* MDEV-8806 Numeric CAST produce different warnings for strings literals vs fun...Alexander Barkov2015-09-259-78/+80
* Merge branch '10.1' into pull-request-97Sergei Golubchik2015-09-2537-945/+1425
|\
| * Fix typos in JSON MRR outputSergei Petrunia2015-09-242-1/+5
| * MDEV-8829: Assertion `0' failed in Explain_table_access::tag_to_jsonSergei Petrunia2015-09-243-1/+47
| * MDEV-8839 COLUMN_GET() produces warnings with no dataAlexander Barkov2015-09-241-12/+11
| * MDEV-8658 DATE(zerofill_column) and DATE(COALESCE(zerofill_column)) return di...Alexander Barkov2015-09-232-0/+20
| * MDEV-8253 EXPLAIN SELECT prints unexpected charactersAlexander Barkov2015-09-233-20/+20
| * MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-227-9/+47
| * MDEV-8779: mysqld got signal 11 in sql/opt_range_mrr.cc:100(step_down_to)Sergei Petrunia2015-09-221-1/+1
| * Changing a number of functions to aggregate argument character setsAlexander Barkov2015-09-215-147/+94
| * MDEV-8779: mysqld got signal 11 in sql/opt_range_mrr.cc:100(step_down_to)Sergei Petrunia2015-09-212-4/+39
| * Removing "DTCollation Arg_comparator::cmp_collation".Alexander Barkov2015-09-213-17/+25
| * Removing "DTCollation user_var_entry::collation", using a CHARSET_INFOAlexander Barkov2015-09-215-38/+34
| * Moving Item_args::arg_count from "public" to "protected".Alexander Barkov2015-09-215-7/+7
| * Removing global function agg_item_charsets_for_string_result().Alexander Barkov2015-09-213-39/+35
| * Fix to make os_thread_id it compiled on windows.Oleksandr Byelkin2015-09-203-3/+3
| * MDEV-8816 Equal field propagation is not applied for WHERE varbinary_column>=...Alexander Barkov2015-09-184-95/+5
| * MDEV-7970: EXPLAIN FORMAT=JSON does not print HAVINGOleksandr Byelkin2015-09-183-2/+25
| * MDEV-8793 Wrong result set for SELECT ...Alexander Barkov2015-09-186-110/+164
| * The patch for MDEV-8466 revealed a bug in str2my_decimal,Alexander Barkov2015-09-171-10/+10
| * MDEV-6756: map a linux pid (child pid) to a connection id shown in the output...Oleksandr Byelkin2015-09-173-0/+16
| * MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-179-318/+523
| * MDEV-8576: Bootstrap should ignore --enforce-storage-engine optionJan Lindström2015-09-161-0/+3
| * MDEV-8034 : wsrep_node_address can't be IPV6Nirbhay Choubey2015-09-154-113/+268
| * MDEV-8372 Use helper methods introduced in MDEV-7824 all around the codeAlexander Barkov2015-09-152-13/+8
| * MDEV-8795 Equal expression propagation does not work for temporal literalsAlexander Barkov2015-09-132-0/+21