summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* empty commitbb-10.1-mdev5429Nirbhay Choubey2015-10-070-0/+0
* MDEV-5429: wsrep-patch related build failuresNirbhay Choubey2015-10-066-9/+19
* Combined fix for MDEV-7267 and MDEV-8864Sergei Petrunia2015-10-068-9/+279
* MDEV-8901: InnoDB: Punch hole is incorrecty done also to log files causing as...Jan Lindström2015-10-0610-86/+118
* MDEV-7817 ALTER TABLE {ADD|DROP} INDEX IF [NOT] EXISTS does not get written i...Alexey Botchkov2015-10-063-0/+68
* Clean-up: changing switch(result_type()) followed by a test for temporal typesAlexander Barkov2015-10-062-74/+66
* compilation failure on windowsSergei Golubchik2015-10-051-0/+2
* fix installation location for policy filesSergei Golubchik2015-10-051-1/+1
* fixes for buildbotSergei Golubchik2015-10-053-4/+6
* plugin: qc_info test - hide output so result isn't a binary fileDaniel Black2015-10-053-0/+2
* plugin - qc_info - add Query Cache flagsDaniel Black2015-10-054-6/+98
* remove unused group_by_handler::init() methodSergei Golubchik2015-10-052-30/+2
* Don't use flags in the group_by_handler classSergei Golubchik2015-10-054-45/+48
* bug: move one_storage_engine checking loopSergei Golubchik2015-10-052-100/+96
* cleanups and simplificationsSergei Golubchik2015-10-055-40/+21
* move internal API out from group_by_handlerSergei Golubchik2015-10-056-67/+65
* remove unused methodSergei Golubchik2015-10-052-12/+0
* typos in comments, minor stylistic editsSergei Golubchik2015-10-056-20/+19
* MDEV-6080: Allowing storage engine to shortcut group by queriesMonty2015-10-0510-5/+761
* 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-057-2/+25
* Don't write DROP TEMPORARY TABLE to binary logMonty2015-10-0517-371/+15
* 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
* MDEV-8893: Test encryption.innodb_encryption_filekeys fails on buildbotJan Lindström2015-10-052-3/+8
* 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
* MDEV-8523: InnoDB: Assertion failure in file buf0buf.cc line 5963 (Failing as...Jan Lindström2015-10-022-4/+2
* 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-015-7/+68
* MDEV-5694 GREATEST(date, time) returns a wrong data typeAlexander Barkov2015-10-016-38/+837
* MDEV-8836 - Server crashed in my_copy_8bit on querying I_S.PROCESSLISTSergey Vojtovich2015-10-011-9/+9
* MDEV-657 LP:873142 - GREATEST() does not always return same signness of argum...Alexander Barkov2015-10-012-0/+19
* MDEV-4848 Wrong metadata or column type for LEAST(1.0,'10')Alexander Barkov2015-10-014-35/+1046
* MDEV-8727: Server/InnoDB hangs on shutdown after trying to read an encrypted ...Jan Lindström2015-10-017-18/+141
* MDEV-8860 Wrong result for WHERE 2016 < SOME (SELECT CAST(time_column AS DATE...Alexander Barkov2015-09-306-18/+103
* MDEV-8865 Wrong field type or metadata for COALESCE(signed_int_column, unsign...Alexander Barkov2015-09-3012-157/+2084
* MDEV-8871 Wrong result for CREATE TABLE .. SELECT LEAST(unsigned_column,unsig...Alexander Barkov2015-09-303-2/+80
* MDEV-8815: InnoDB should refuse to start if crash recovery fails instead of a...Jan Lindström2015-09-294-38/+80
* MDEV-8862 Wrong field type for MAX(COALESCE(datetime_column))Alexander Barkov2015-09-283-1/+20
* MDEV-8821: Failing assertion: !page || page_type != 0 in file log0recv. cc li...Jan Lindström2015-09-282-154/+4
* MDEV-8852 Implicit or explicit CAST from MAX(string) to INT,DOUBLE,DECIMAL do...Alexander Barkov2015-09-2816-17/+95
* MDEV-8682 - CSV engine does not properly process "", in quotesSergey Vojtovich2015-09-283-6/+131
* Adjust warning suppression over a recent change in galera library.Nirbhay Choubey2015-09-272-2/+4
* MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-253-2/+15
* MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-253-18/+56