summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-1/+1
* MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-9/+12
|\
| * MDEV-10161: wsrep_sync_wait not enabled when set to 1 in config fileNirbhay Choubey2016-06-271-0/+10
| * MDEV-6699 : wsrep_node_name not automatically set to hostnameNirbhay Choubey2016-06-271-8/+0
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-2/+3
| |\
| | * Fix crash due to heap corruption in main.shmmariadb-10.0.25Vladislav Vaintroub2016-04-281-1/+1
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-1/+2
| | |\
| | | * MDEV-9929 MariaDB segfaults on command "mysqld --version" with ignore-db-dir ...Sergei Golubchik2016-04-191-0/+1
| | | * MDEV-9493 --tc-heuristic-recover option values off by oneSergei Golubchik2016-04-191-1/+1
* | | | various cleanupsMichael Widenius2016-06-301-2/+0
* | | | Merge pull request #181 from ottok/ok-debpkg-10.2Sergey Vojtovich2016-06-141-1/+1
|\ \ \ \
| * | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | | MDEV-10098 main.create_delayed fails with ps-protocol: assertion `global_stat...Sergei Golubchik2016-06-131-8/+1
|/ / / /
* | | | stop binlog background thread together with othersbb-fast-connectSergei Golubchik2016-06-041-0/+1
* | | | cleanup: thread_countSergei Golubchik2016-06-041-24/+3
* | | | decrement thead_count *after* THD is destroyedSergei Golubchik2016-06-041-1/+2
* | | | Reuse THD for new user connectionsMonty2016-06-041-20/+22
* | | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-21/+3
* | | | MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqnoNirbhay Choubey2016-05-311-1/+4
* | | | Final fixes for Memory_usedMonty2016-04-281-4/+10
* | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-40/+60
|\ \ \ \ | |/ / /
| * | | Moved mysqld_server_initialized to before galera is initialized.Monty2016-04-281-3/+3
| * | | Removed some not needed when doing delete thd, which caused warnings aboutMonty2016-04-281-0/+1
| * | | Fixed wrong counting of global Memory_usedMonty2016-04-281-35/+50
* | | | CleanupsMonty2016-04-281-1/+2
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-071-3/+2
|\ \ \ \
| * | | | Added new range of MariaDB error messages, starting from 3000Monty2016-04-051-3/+4
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-8/+0
|\ \ \ \ | |/ / /
| * | | MDEV-6058 MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS ANDAlexey Botchkov2016-03-221-8/+0
* | | | thread cache: cleanup DBUG state when caching a threadSergei Golubchik2016-03-231-0/+5
* | | | Increase value of thread_cache_size to 32Monty2016-03-221-1/+15
* | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-2/+12
* | | | MDEV-9058: protocol: COM_MULTI commandOleksandr Byelkin2016-03-221-1/+1
* | | | MDEV-9058: protocol: COM_MULTI command (part 1)Oleksandr Byelkin2016-03-181-1/+2
* | | | fix openssl memory leak in main threadVladislav Vaintroub2016-03-091-0/+3
* | | | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2016-03-081-0/+1
* | | | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2016-03-081-0/+1
* | | | Fixed change_user and func_misc in embeddedSergey Vojtovich2016-02-261-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-16/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-16/+11
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-15/+10
| | |\ \ | | | |/
| | | * MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing poi...Sergei Golubchik2016-02-061-8/+0
| | | * If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memoryMonty2016-01-291-6/+9
| | * | MDEV-8427 main.connect fails on ppc64el in 10.0 as of 1a8cf15dSergei Golubchik2016-02-151-1/+1
* | | | Fix compilation10.2-sslVladislav Vaintroub2016-02-101-6/+6
* | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-228/+217
* | | | Merge branch '10.1' into 10.2Monty2016-02-061-48/+40
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-2/+37
| |\ \ \ | | |/ /
| | * | Fixed bug in semi_sync replication tests.Monty2016-01-031-2/+2