summaryrefslogtreecommitdiff
path: root/include/mysql
Commit message (Expand)AuthorAgeFilesLines
* BUG#12611785 - AUDIT INTERFACE STRICT-ALIASING WARNINGSSergey Vojtovich2011-06-032-24/+7
* BUG#12578441, reintroduced thd->cleanup() in unlink_thd, removed by mistake, ...Mikael Ronström2011-05-251-0/+2
* Split up unlink_thd in several functionsMikael Ronström2011-05-181-1/+3
* mergeMikael Ronstrom2011-05-042-6/+4
|\
| * Fixed the ABI check files after the push of bug # 12325444.Georgi Kodinov2011-04-281-3/+2
| * Bug #12325444 : 60746: CLIENT_PLUGIN.H IS BROKEN Georgi Kodinov2011-04-061-3/+2
* | Changed name to better reflect function logic in accordance with WL#5788Mikael Ronström2011-04-151-2/+2
* | More review fixesMikael Ronstrom2011-03-044-8/+8
* | more docs of the thread pool interfaceMikael Ronström2011-02-171-0/+2
* | added interface to scheduler.hMikael Ronström2011-02-171-0/+1
* | Further work on thread pool interfaceMikael Ronström2011-02-171-15/+28
* | More work on interfacesMikael Ronström2011-02-161-8/+11
* | Defined private interface to THD variables, first step to plugin APIMikael Ronström2011-02-161-1/+19
* | Removed scheduler struct for nowMikael Ronström2011-02-101-13/+0
* | Simplifications of server interface to schedulerMikael Ronström2011-02-101-1/+17
* | Simplify interface to connect methods in serverMikael Ronström2011-02-101-3/+3
* | Updated thread_pool_priv.h with additional includes for thread pool pluginsMikael Ronström2011-02-101-0/+22
* | Temporary fixMikael Ronstrom2011-01-241-1/+1
* | BUG#59549, Fix compiler errors on Windows, step 5Mikael Ronstrom2011-01-241-1/+6
* | Added thread pool interface to serverMikael Ronstrom2011-01-141-0/+50
* | mergeMikael Ronstrom2011-01-121-1/+0
|\ \ | |/
| * Merge mysql-5.5-bugteam -> mysql-5.5-innodbVasil Dimov2010-12-273-0/+63
| |\
| * | Fix Bug#57739 Scary messages in error logVasil Dimov2010-11-221-1/+0
* | | BUG#59392, removed thread local storage use in MySQL Threads by storing ibuf_...Mikael Ronstrom2011-01-121-3/+10
* | | mergeMikael Ronstrom2011-01-0410-89/+722
|\ \ \ | | |/ | |/|
| * | Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-0/+2
| * | WL#5571 - Audit interface: MYSQL_AUDIT_GENERAL_STATUS eventSergey Vojtovich2010-12-142-0/+61
| |/
| * removed misleading and over-promissing comments.Georgi Kodinov2010-11-101-6/+3
| * Bug #57774: Typos/ambiguities in the WL1054 commentsGeorgi Kodinov2010-10-271-3/+3
| * Use a guard macro to prevent the inclusion of system headersDavi Arnaut2010-10-132-2/+2
| * fixed failing test casesGeorgi Kodinov2010-10-052-8/+28
| * Bug #56767: Make sure client plugins in 1054 are compatible with Georgi Kodinov2010-10-041-1/+19
| * mergeGeorgi Kodinov2010-10-042-89/+1
| |\
| | * A better fix for bug #56405 "Deadlock in the MDL deadlockDmitry Lenev2010-09-291-88/+0
| * | WL#1054: code style remarks fixed.Georgi Kodinov2010-09-201-0/+7
| * | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-207-46/+444
| |\ \
| * | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-096-1/+617
* | | | Added reporting of fsync to THD wait interfaceMikael Ronstrom2010-10-283-3/+6
* | | | Added more comments to THD wait serviceMikael Ronstrom2010-10-271-0/+13
* | | | Added more wait states for THD wait serviceMikael Ronstrom2010-10-273-9/+27
| |_|/ |/| |
* | | Fix for Bug#54478 "mysqld crashes during boot when running mtr with --debug o...Olav Sandstaa2010-09-151-1/+1
| |/ |/|
* | Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-304-45/+272
|\ \
| * \ Merge fix for BUG52821 to 5.5-bugfixing.Sergey Vojtovich2010-08-272-46/+242
| |\ \
| | * | BUG#52821 - plugin_ftparser.h and plugin_audit.h areSergey Vojtovich2010-08-272-46/+242
| * | | Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-182-0/+2
| |\ \ \ | | |/ /
| | * | Merge mysql-5.5-bugfixing -> mysql-5.5-innodbVasil Dimov2010-08-183-3/+5
| | |\ \ | | | |/
| | * | Fix bug #53496 Use Lock_time in slow query log output for InnoDB rowJimmy Yang2010-08-172-0/+2
| * | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-08-111-0/+8
| | |/ | |/|
* | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-165-1/+172
|\ \ \ | |/ / |/| |
| * | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-075-1/+172