summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* wipMDEV-8909Sergei Golubchik2015-10-061-30/+17
* wipSergei Golubchik2015-10-061-10/+15
* wipSergei Golubchik2015-10-061-53/+16
* wipSergei Golubchik2015-10-061-5/+1
* wipSergei Golubchik2015-10-061-24/+15
* use MYSQL_YYABORT_UNLESSSergei Golubchik2015-10-061-131/+40
* wipSergei Golubchik2015-10-062-65/+10
* wipSergei Golubchik2015-10-062-109/+104
* MDEV-8380: Subquery parse errorOleksandr Byelkin2015-10-053-71/+115
* remove unused group_by_handler::init() methodSergei Golubchik2015-10-052-30/+2
* Don't use flags in the group_by_handler classSergei Golubchik2015-10-053-37/+42
* bug: move one_storage_engine checking loopSergei Golubchik2015-10-052-100/+96
* cleanups and simplificationsSergei Golubchik2015-10-054-21/+15
* move internal API out from group_by_handlerSergei Golubchik2015-10-055-52/+56
* remove unused methodSergei Golubchik2015-10-051-3/+0
* typos in comments, minor stylistic editsSergei Golubchik2015-10-055-19/+18
* 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