summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.310.3-MDEV-10953Alexander Barkov2017-05-17120-1438/+4188
|\
| * MDEV-9397 Split field.cc:calc_pack_length() into virtual methods in Type_handlerAlexander Barkov2017-05-177-381/+850
| * MDEV-9188 Split Column_definition::check() into virtual methods in Type_handlerAlexander Barkov2017-05-165-213/+311
| * MDEV-12775 Reuse data type aggregation code for hybrid functions and UNIONAlexander Barkov2017-05-1521-325/+755
| * MDEV-12798 Item_param does not preserve exact field type in EXECUTE IMMEDIATE...Alexander Barkov2017-05-156-40/+169
| * Fixed buildbot failures with --embedded-serverMichael Widenius2017-05-132-2/+3
| * MDEV-12784 Change Item_func_length::print() to display octet_length() rather ...Alexander Barkov2017-05-1129-121/+146
| * A --ps cleanup for MDEV-12658 Make the third parameter to LPAD and RPAD optionalAlexander Barkov2017-05-111-0/+1
| * MDEV-12777 Change Lex_field_type_st::m_type from enum_field_types to Type_han...Alexander Barkov2017-05-106-127/+159
| * MDEV-12772 Add Field::get_typelib() and Item::get_typelib()Alexander Barkov2017-05-104-11/+14
| * MDEV-12771 Remove Item_func_xxx::decimal_precision() for case and abbreviationsAlexander Barkov2017-05-102-37/+0
| * MDEV-12770 Add Type_handler::decimal_precision() + MDEV-12769Alexander Barkov2017-05-109-56/+107
| * MDEV-12685 Oracle-compatible function CHR()halfspawn2017-05-087-23/+164
| * MDEV-10139 Support for SEQUENCE objectsMonty2017-05-0831-85/+1399
| * Fixed compiler warnings and warnings from build.tagsMonty2017-05-0822-19/+33
| * Fixed crash with SEQUENCE when using REPAIRMonty2017-05-085-7/+86
* | Fix that end_bulk_insert() doesn't write to to-be-deleted filesMonty2017-05-1724-85/+159
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-05-07382-3244/+13694
|\ \ | |/
| * Adding MYSQL_PLUGIN_IMPORT to type_handler_xxx declarations (fixing compilati...Alexander Barkov2017-05-071-35/+35
| * MDEV-12719 Determine Item::result_type() from Item::type_handler()Alexander Barkov2017-05-0715-168/+28
| * MDEV-12721 Wrong execution plan for WHERE (date_field <=> timestamp_expr AND ...Alexander Barkov2017-05-074-37/+102
| * MDEV-12718 Determine Item::cmp_type() from Item::type_handler()Alexander Barkov2017-05-0710-35/+3
| * MDEV-12717 Change Item_equal to operate Type_handler rather than Item_resultAlexander Barkov2017-05-076-22/+71
| * MDEV-12716 Change Value_source::Context to operate Type_handler rather than I...Alexander Barkov2017-05-064-28/+32
| * MDEV-12714 Determine Item::field_type() from Item::type_handler()Alexander Barkov2017-05-0616-139/+8
| * MDEV-12713 Define virtual type_handler() for all Item classesAlexander Barkov2017-05-0611-20/+111
| * Adding "const" qualifier to Item::cols(), and to the "Item *cmp" parameter to...Alexander Barkov2017-05-066-32/+32
| * Cleanup: changing set_handler_by_field_type(field_type()) to set_handler(type...Alexander Barkov2017-05-068-18/+15
| * MDEV-12710 Fix Item_cache constructors to accept Type_handler instead of enum...Alexander Barkov2017-05-064-20/+19
| * MDEV-12707 Split resolve_const_item() into virtual methods in Type_handlerAlexander Barkov2017-05-067-170/+234
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-05398-4342/+15182
| |\
| | * MDEV-12696 Crash with LOAD XML and non-updatable VIEW columnAlexander Barkov2017-05-057-45/+89
| | * MDEV-10431: Please implement mysqldump --add-drop-trigger from MySQL 5.6Oleksandr Byelkin2017-05-043-1/+74
| | * MDEV-12597 Do not print warning about inconsistent slow-log variablesVladislav Vaintroub2017-05-041-8/+0
| | * Fixed the bug mdev-11990.Igor Babaev2017-05-036-31/+90
| | * MDEV-12469: rocksdb having large numberic storage errors on ppc64 (BE)Daniel Black2017-05-031-0/+7
| | * MDEV-12462 SPATIAL index fails to work with CONTAINS.Alexey Botchkov2017-05-0213-31/+47
| | * MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2017-05-023-0/+27
| | * MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed inAlexey Botchkov2017-05-023-0/+10
| | * MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy onAlexey Botchkov2017-05-023-1/+12
| | * MDEV-8954 unnecessary fetch of entire tableJacob Mathew2017-05-019-0/+221
| | * MDEV-10355 Weird error message upon CREATE TABLE with DEFAULTSergei Golubchik2017-04-306-58/+53
| | * MDEV-12293 Assertion `table->no_keyread || !table->covering_keys.is_set(tab->...Sergei Golubchik2017-04-303-3/+18
| | * Compile user_variables plugin staticallySergei Golubchik2017-04-305-5/+6
| | * InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-308-256/+73
| | * Fixed the bug mdev-12563.Igor Babaev2017-04-286-6/+209
| | * MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-287-65/+130
| | * Merge 10.1 into 10.2Marko Mäkelä2017-04-28152-1011/+4679
| | |\
| | | * Fix Galera tests failures on 10.1 and 10.2Sachin Setiya2017-04-251-0/+1
| | | * Merge pull request #363 from grooverdan/10.1-MDEV-12488-xtradb-os_thread_pfMarko Mäkelä2017-04-241-1/+1
| | | |\