summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fixing a few problems with data type and metadata for INT result functions (M...Alexander Barkov2017-05-236-36/+68
* MDEV-12866 Out-of-range error with CREATE..SELECT..TO_SECONDS(NOW())Alexander Barkov2017-05-221-3/+3
* MDEV-12858 + MDEV+12859 + MDEV-12862 - a join patch fixing a few data type pr...Alexander Barkov2017-05-225-37/+33
* MDEV-12860 Out-of-range error on CREATE..SELECT with a view using MAX and EXT...Alexander Barkov2017-05-221-1/+1
* MDEV-12856 Wrong .. metadata for DIV + MDEV-12857..errors on CREATE..SELECT....Alexander Barkov2017-05-214-22/+19
* MDEV-12854 Synchronize CREATE..SELECT data type and result set metadata data ...Alexander Barkov2017-05-2010-201/+306
* An after-fix for MDEV-12849 Out-of-range errors when casting hex-hybrid to SI...Alexander Barkov2017-05-191-0/+8
* MDEV-12849 Out-of-range errors when casting hex-hybrid to SIGNED and UNSIGNEDAlexander Barkov2017-05-195-0/+48
* MDEV-12783 : sql_mode=ORACLE: Functions LENGTH() and LENGTHB()halfspawn2017-05-181-2/+1
* MDEV-12833 Split Column_definition::create_length_to_internal_length() to vir...Alexander Barkov2017-05-175-84/+185
* MDEV-12826 Add Type_handler::val_int_signed_typecast() and Type_handler::val_...Alexander Barkov2017-05-175-65/+161
* 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-158-297/+393
* MDEV-12798 Item_param does not preserve exact field type in EXECUTE IMMEDIATE...Alexander Barkov2017-05-154-40/+138
* MDEV-12784 Change Item_func_length::print() to display octet_length() rather ...Alexander Barkov2017-05-113-10/+35
* 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-104-23/+74
* MDEV-12685 Oracle-compatible function CHR()halfspawn2017-05-083-23/+87
* MDEV-10139 Support for SEQUENCE objectsMonty2017-05-0819-80/+625
* Fixed compiler warnings and warnings from build.tagsMonty2017-05-089-8/+16
* Fixed crash with SEQUENCE when using REPAIRMonty2017-05-083-7/+15
* 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-072-36/+43
* 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-066-130/+194
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-0531-127/+436
|\
| * MDEV-12696 Crash with LOAD XML and non-updatable VIEW columnAlexander Barkov2017-05-054-45/+56
| * MDEV-12597 Do not print warning about inconsistent slow-log variablesVladislav Vaintroub2017-05-041-8/+0
| * Fixed the bug mdev-11990.Igor Babaev2017-05-034-31/+39
| * MDEV-12462 SPATIAL index fails to work with CONTAINS.Alexey Botchkov2017-05-021-2/+2
| * MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2017-05-021-0/+12
| * MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy onAlexey Botchkov2017-05-021-1/+1
| * MDEV-10355 Weird error message upon CREATE TABLE with DEFAULTSergei Golubchik2017-04-302-23/+18
| * MDEV-12293 Assertion `table->no_keyread || !table->covering_keys.is_set(tab->...Sergei Golubchik2017-04-301-3/+2
| * Fixed the bug mdev-12563.Igor Babaev2017-04-284-6/+95
| * Merge 10.1 into 10.2Marko Mäkelä2017-04-286-4/+43
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2017-04-212-2/+4
| | |\
| | | * MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-102-2/+4