summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added sql_cte.cc for embedded.Igor Babaev2015-12-221-0/+1
* Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.Igor Babaev2015-12-215-9/+13
* MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-1819-30/+2070
* Moving the "ha_field_option_struct *option_struct" member fromAlexander Barkov2015-12-042-6/+8
* MDEV-9238 Wrap create_virtual_tmp_table() into a class, split into different ...Alexander Barkov2015-12-049-358/+876
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-031-13/+12
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-032-9/+19
* Fixing DBUG_ASSERT() introduced in e3fed3b9b4f488e9ad1afa57333ae80249e6cb17Alexander Barkov2015-12-031-1/+38
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-035-42/+229
* MDEV-9206 : Disable malloc size callback prior to exit()Vladislav Vaintroub2015-12-021-0/+1
* restore the check for HAVE_CXX_NEW, it is actually usedVladislav Vaintroub2015-12-021-0/+10
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-024-43/+37
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-023-27/+0
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-022-34/+44
* - MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-022-13/+9
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-014-48/+33
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-0111-49/+50
* A patch for MDEV-4912 Add a plugin to field types (column types)Alexander Barkov2015-11-274-55/+42
* MDEV-7780 - Support for faking server versionSergey Vojtovich2015-11-277-7/+28
* Removing sp_variable::type, as it was always set to the same value withAlexander Barkov2015-11-263-13/+10
* Removing the unused "field_type" parameter inAlexander Barkov2015-11-263-11/+5
* MDEV-7376 - Removal of the tool "mysql_zap"Sergey Vojtovich2015-11-266-300/+1
* MDEV-8654 - Remove mysqlbugSergey Vojtovich2015-11-267-518/+3
* MDEV-8111 - remove "fast mutexes"Sergey Vojtovich2015-11-265-131/+0
* MDEV-8542 - The "aria_recover" variable should be renamed "aria_recover_options"Sergey Vojtovich2015-11-2612-139/+139
* MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-2640-160/+113
* MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc()Sergey Vojtovich2015-11-2610-70/+66
* MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-2624-111/+105
* MDEV-8717 - Obsolete sql_strdup() in favor of THD::strdup() and thd_strdup()Sergey Vojtovich2015-11-264-16/+6
* MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup()Sergey Vojtovich2015-11-266-17/+6
* MDEV-8095 Split Create_fieldAlexander Barkov2015-11-253-14/+15
* A joint patch for:Alexander Barkov2015-11-2516-64/+85
* cleanup: remove Field->stored_in_db, Create_field->stored_in_dbSergei Golubchik2015-11-2416-124/+100
* cleanup: remove useless internal fied flagSergei Golubchik2015-11-243-8/+6
* followup for optimizer_search_depth changeSergei Golubchik2015-11-244-368/+245
* Changing %type of opt_place from <NONE> to <const_simple_string>.Alexander Barkov2015-11-243-12/+10
* cmake: message_onceSergei Golubchik2015-11-234-9/+16
* cmake: MYSQL_PARSE_ARGUMENTS -> CMAKE_PARSE_ARGUMENTSSergei Golubchik2015-11-237-89/+57
* cmake: remove unused filesSergei Golubchik2015-11-235-94/+2
* cmake: remove unused checks, options, and symbolsSergei Golubchik2015-11-2316-327/+38
* cmake: rename symbols used internally by check_compiler_flag.cmakeSergei Golubchik2015-11-233-5/+5
* fix debian packaging for 10.2Sergei Golubchik2015-11-2355-569/+581
* MDEV-9170 Get rid of LEX::length and LEX::decAlexander Barkov2015-11-235-238/+252
* MDEV-9169 BINLOG_SYM in keywords_sp causes shift/reduce conflictsAlexander Barkov2015-11-231-3/+3
* Bump debian/changelog for 10.2 seriesOtto Kekäläinen2015-11-231-0/+6
* MDEV-9166 Wrong error message and shift/reduce conflicts in the RETURNS clauseAlexander Barkov2015-11-234-10/+24
* Merge branch '10.1' into 10.2Sergei Golubchik2015-11-20441-3539/+15330
|\
| * Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-11-207-17/+23
| |\
| | * Fixed compile warnings on SolarisMonty2015-11-206-15/+16
| | * Updated configure.pl to new plugin syntaxMonty2015-11-201-2/+7