summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Cleanup of slave code:Monty2016-01-031-0/+35
| * | | MDEV-8208 Sporadic SEGFAULT on startupSergei Golubchik2016-01-251-46/+3
* | | | Make --slave-parallel-workers an alias for --slave-parallel-threadsKristian Nielsen2016-01-291-1/+0
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-28/+38
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-12-231-8/+8
| |\ \ \
| | * \ \ Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-12-221-8/+8
| | |\ \ \
| | | * | | MDEV-9290 : InnoDB: Assertion failure in file trx0sys.cc line 353mariadb-galera-5.5.47Nirbhay Choubey2015-12-221-8/+8
| * | | | | MDEV-9095 - [PATCH] systemd capability for --memlockSergey Vojtovich2015-12-221-10/+18
| * | | | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-12-221-0/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-12-191-1/+11
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-9290 : InnoDB: Assertion failure in file trx0sys.cc line 353Nirbhay Choubey2015-12-161-1/+11