summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s/--silent/--silent-startup/Sergei Golubchik2015-10-112-9/+8
* fix feedback plugin testsSergei Golubchik2015-10-112-0/+2
* fix the encryption.filekeys_nofile testSergei Golubchik2015-10-104-13/+13
* Less logging of not critial things during startup/shutdown:Monty2015-10-094-5/+21
* Don't enable file_key_management_plugin by default (as this gives warnings in...Monty2015-10-093-2/+10
* Fixed compiler warnings and errorsMonty2015-10-093-2/+31
* MDEV-8842 add group support to pam_user_map module.Alexey Botchkov2015-10-091-2/+79
* MDEV-8431 Feedback plugin needs an option for http proxy.Alexey Botchkov2015-10-094-13/+101
* MDEV-8921 Wrong result for CAST(AVG(double_column) AS SIGNED)Alexander Barkov2015-10-086-15/+44
* MDEV-8918 Wrong result for CAST(AVG(bigint_column) AS SIGNED)Alexander Barkov2015-10-084-129/+148
* Clean-up: Item_sum_variance and Item_variance_field had hybrid typeAlexander Barkov2015-10-082-62/+7
* A clean-up for a few recent result set metadata related bug fixes:Alexander Barkov2015-10-081-38/+53
* MDEV-8912 Wrong metadata or type for @c:=string_or_blob_fieldAlexander Barkov2015-10-0711-113/+439
* MDEV-8910 Wrong metadata or field type for MAX(COALESCE(string_field))Alexander Barkov2015-10-077-18/+387
* MDEV-8380: Subquery parse errorOleksandr Byelkin2015-10-0614-101/+780
* 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