summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | cleanupSergei Golubchik2015-11-202-2/+2
| * | MDEV-6264: CentOS missing lsof as dependency for MariaDB-server (10.1)Nirbhay Choubey2015-11-201-1/+1
| * | update test resultsSergei Golubchik2015-11-203-5/+8
| * | Post-merge fixes for Connect engineSergei Golubchik2015-11-195-6/+7
| * | Merge branch 'connect/10.1' into 10.1Sergei Golubchik2015-11-1942-1739/+5922
| |\ \
| | * \ Merge branch 'ob-10.1' into 10.1Olivier Bertrand2015-11-081-8/+10
| | |\ \
| | | * | PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317)Olivier Bertrand2015-11-081-8/+10
| | * | | Fix error and warnings raised by gcc on Linux:Olivier Bertrand2015-10-252-4/+2
| | |\ \ \ | | | |/ /
| | | * | Fix error and warnings raised by gcc on Linux:Olivier Bertrand2015-10-253-18/+31
| | * | | Fix of error and warnings when compiling on linuxBuggynours2015-10-257-18/+1868
| | |/ /
| | * | Fix MDEV-8882Olivier Bertrand2015-10-211-2/+13
| | * | TypoOlivier Bertrand2015-10-201-3/+6
| | * | Fix MDEV-8926Olivier Bertrand2015-10-183-0/+50
| | * | Update JSON UDFs to version 1.04.0004Olivier Bertrand2015-10-179-650/+1357
| | * | Temporary changes for making compile to workOlivier Bertrand2015-10-043-4/+7
| | * | Fold all json UDF names to lower caseOlivier Bertrand2015-09-215-431/+443
| | * | Commit resolved conflictsOlivier Bertrand2015-09-182447-33331/+98159
| | |\ \
| | * | | Fix assert error for where clause with UDF'sOlivier Bertrand2015-09-158-134/+1033
| | * | | Add Json_Get_Item (and Bson_File?) functionsOlivier Bertrand2015-09-072-75/+371
| | * | | Add experimental Bson_Array function (not documented)Olivier Bertrand2015-09-068-734/+888
| | * | | Handle is_null and error argumentsOlivier Bertrand2015-08-222-51/+130