summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup: move all Item processors togetherSergei Golubchik2016-12-121-108/+51
* cleanup: remove ONLY_FOR_MYSQL_CLOSED_SOURCE_SCHEDULEDSergei Golubchik2016-12-121-179/+0
* cleanup: set_field_ptr()Sergei Golubchik2016-12-125-50/+30
* cleanup: Field_blob::get_ptr()Sergei Golubchik2016-12-125-36/+30
* cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-1212-48/+43
* bugfix: stored column depends on virtual depends on updatedSergei Golubchik2016-12-123-14/+41
* cleanup: update_virtual_fields()Sergei Golubchik2016-12-125-47/+57
* improve Item_field::register_field_in_read_map()Sergei Golubchik2016-12-121-8/+6
* cleanup: don't update_virtual_fields from READ_RECORDSergei Golubchik2016-12-122-6/+0
* cleanup: InnoDB: is_partition()Sergei Golubchik2016-12-121-35/+26
* cleanup: spatial indexes in MyISAMSergei Golubchik2016-12-122-4/+6
* cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-129-59/+23
* cleanup: remove unused Field::utype valuesSergei Golubchik2016-12-126-45/+18
* cleanup: avoid Field::field_indexSergei Golubchik2016-12-125-7/+7
* cleanup: rename a methodSergei Golubchik2016-12-121-3/+4
* cleanup: my_strerrorSergei Golubchik2016-12-123-10/+9
* cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-126-35/+18
* cleanup: extra_rec_buf_lengthSergei Golubchik2016-12-125-28/+5
* cleanup: old (harmless?) typo fixedSergei Golubchik2016-12-121-1/+1
* cleanup: fix a commentSergei Golubchik2016-12-125-20/+15
* cleanup: set_thd_proc_info()Sergei Golubchik2016-12-121-4/+4
* cleanup: remove dead (half-merged) code from partition_info.*Sergei Golubchik2016-12-123-378/+1
* cleanup: reorder TABLE membersSergei Golubchik2016-12-124-18/+19
* cleanup: parser: s/USER/USER_SYM/Sergei Golubchik2016-12-122-15/+15
* cleanup: remove Item::intro_versionSergei Golubchik2016-12-12157-5825/+5769
* cleanup: TABLE::init()Sergei Golubchik2016-12-121-1/+1
* cleanup: remove bad String=0 assignmentSergei Golubchik2016-12-121-1/+0
* cleanup: Item_func_opt_neg::negate()Sergei Golubchik2016-12-122-5/+2
* don't convert WEEK(x) to WEEK(x, @@default_week_format)Sergei Golubchik2016-12-126-17/+27
* bugfix: compile InnoDB w/o P_SSergei Golubchik2016-12-124-1/+6
* bugfix: Item_func_spatial_collection::print()Sergei Golubchik2016-12-125-4/+20
* bugfix: Item_func_dyncol_add::print()Sergei Golubchik2016-12-123-1/+17
* bugfix: Item_func_weight_string::print()Sergei Golubchik2016-12-125-5/+33
* bugfix: Item_func_like::print() was losing ESCAPE clauseSergei Golubchik2016-12-124-4/+33
* bugfix: Item_func_get_system_var::print()Sergei Golubchik2016-12-124-5/+46
* bugfix: returning on-the-stack buffer to the callerSergei Golubchik2016-12-121-1/+1
* bugfix: delayed insert table was using other table's expr_arenaSergei Golubchik2016-12-121-0/+1
* say MariaDB in InnoDB error messages, not MySQLSergei Golubchik2016-12-124-39/+39
* shut up annoying InnoDB warning when --gdbSergei Golubchik2016-12-121-1/+2
* the mysql-test combination is 'innodb' not 'xtradb'Sergei Golubchik2016-12-122-3/+18
* fix stack traces when linking with libbfdSergei Golubchik2016-12-121-12/+18
* update RPM metadata (vendor and contact)Sergei Golubchik2016-12-121-2/+2
* Merge pull request #275 from grooverdan/10.2-MDEV-11075-crc32-runtime-detect-...Marko Mäkelä2016-12-122-4/+22
|\
| * MDEV-11075: Power - runtime detection of optimized instructionsDaniel Black2016-12-122-4/+22
|/
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-116-92/+237
* MDEV-11487 Revert InnoDB internal temporary tables from WL#7682Marko Mäkelä2016-12-0941-3476/+409
* Use mtr_memo_contains_flagged() instead of mtr_memo_contains().Marko Mäkelä2016-12-091-4/+6
* Port the test innodb.innodb_misc1 from MySQL.Marko Mäkelä2016-12-093-0/+2119
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-096-55/+125
* Merge branch 'grooverdan-10.2-MDEV-9872-crc32-generic-message' into 10.2Marko Mäkelä2016-12-096-64/+32
|\