summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* cleanup: change dd_frm_type() to return the engine name, not legacy_db_typeSergei Golubchik2017-03-104-35/+41
* MDEV-11842 Fail to insert on a table where a field has no defaultSergei Golubchik2017-03-101-2/+7
* Merge 10.0 into 10.1Marko Mäkelä2017-03-101-1/+1
|\
| * Use %pure-parser instead of the deprecated %pure_parser.Marko Mäkelä2017-03-091-1/+1
| * Remove unused variables.Marko Mäkelä2017-03-091-1/+0
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-0918-120/+149
|\ \ | |/
| * Merge 5.5 into 10.0Marko Mäkelä2017-03-084-18/+33
| |\
| | * MDEV-12206 Query_cache::send_result_to_client() may corrupt THD::query_plan_f...Marko Mäkelä2017-03-081-14/+13
| | * MDEV-11078: NULL NOT IN (non-empty subquery) should never return resultsVarun Gupta2017-03-052-0/+15
| | * MDEV-9635: Server crashes in part_of_refkey or assertion `!created && key_to...Oleksandr Byelkin2017-02-281-1/+1
| * | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.30Vicențiu Ciorbaru2017-03-0614-97/+112
| |\ \
| | * | Add missing DBUG_RETURNVicențiu Ciorbaru2017-03-031-1/+1
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-0314-97/+112
| | |\ \ | | | |/
| | | * Fixed bug mdev-12099.Igor Babaev2017-02-271-0/+3
| | | * MDEV-5999 MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - R...Sergei Golubchik2017-02-271-2/+2
| | | * Fix for bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2017-02-272-13/+11
| | | * bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-272-6/+4
| | | * race-condition safe implementation of test_if_data_home_dir()Sergei Golubchik2017-02-273-15/+34
| | | * compilation failureSergei Golubchik2017-02-271-1/+1
| | | * MDEV-11902 mi_open race conditionSergei Golubchik2017-02-271-0/+1
| | | * cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-271-1/+1
| | | * cleanup: fn_format, remove dead codeSergei Golubchik2017-02-271-2/+1
| | | * bugfix: DEBUG_SYNC() invoked with no THDSergei Golubchik2017-02-271-0/+2
| | | * MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-271-0/+5
| | | * Fixed bug mdev-7992.Igor Babaev2017-02-241-39/+34
| | | * MDEV-10418 Assertion `m_extra_cache' failed inAlexey Botchkov2017-02-221-0/+1
| | | * MDEV-9455: [ERROR] mysqld got signal 11Oleksandr Byelkin2017-02-201-2/+9
| | | * Fixed bug mdev-9028.Igor Babaev2017-02-161-1/+3
| | | * minor typo in a description of mysql_parse()Alexander Kuleshov2017-02-161-1/+1
| | | * Fixed bug mdev-11859.Igor Babaev2017-01-231-1/+1
| | | * Fixed bug mdev-8603.Igor Babaev2017-01-181-7/+7
* | | | MDEV-10646 - System Unit File After network-onlineSergey Vojtovich2017-03-071-0/+6
* | | | Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUESTor Didriksen2017-03-061-0/+16
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-0329-540/+792
|\ \ \ \ | |/ / /
| * | | Fixed missing DBUG_RETURNSergey Vojtovich2017-03-011-1/+1
| * | | MDEV-11221 - main.events_restart failed in bbSergey Vojtovich2017-03-013-44/+14
| |/ /
| * | MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB ta...Sergei Golubchik2017-02-282-1/+4
| * | Fixed wrong arguments to sql_print_error()Monty2017-02-281-0/+2
| * | Fixed hang doing FLUSH TABLES WITH READ LOCK and parallel replicationMonty2017-02-281-29/+13
| * | Add protection to not access is_open() without LOCK_log mutexMonty2017-02-284-22/+37
| * | Don't allow one to kill START SLAVE while the slaves IO_THREAD or SQL_THREADMonty2017-02-281-8/+10
| * | Added error checking for all calls to flush_relay_log_info() and stmt_done()Monty2017-02-287-21/+40
| * | Add protection for reinitialization of mutex in parallel replactionMonty2017-02-281-0/+6
| * | Added a separate lock for start/stop/reset slave.Monty2017-02-288-57/+122
| * | MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-2812-344/+535
| * | Update MariaDB Foundation sponsorsiangilfillan2017-02-281-6/+8
| * | Windows : Fix server compile errors when compile with /Zc:strictStrings optionVladislav Vaintroub2017-02-285-6/+7
| * | MDEV-11935: Queries in stored procedures with and EXISTS(SELECT * FROM VIEW) ...Oleksandr Byelkin2017-02-271-1/+1
| * | MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.Alexey Botchkov2017-02-262-20/+17
* | | MDEV-10731: Wrong NULL match results in "Subquery returns more than 1 row" (e...Varun Gupta2017-02-091-7/+8