summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 5.5-mergeSergei Golubchik2011-07-0246-769/+830
|\
| * BUG#12611785 - AUDIT INTERFACE STRICT-ALIASING WARNINGSSergey Vojtovich2011-06-032-24/+7
| * Implement worklog #5743 InnoDB: Lift the limit of index key prefixes. Jimmy Yang2011-05-311-1/+2
| * auto-merge Bug#11745920Tatjana Azundris Nuernberg2011-05-261-3/+3
| |\
| | * Bug#11745920/Bug#21287: "SSL connection error" is not helpful! (ssl-verify-se...Tatjana Azundris Nuernberg2011-05-191-3/+3
| * | BUG#12578441, reintroduced thd->cleanup() in unlink_thd, removed by mistake, ...Mikael Ronström2011-05-251-0/+2
| * | merge from latest 5.5Guilhem Bichot2011-05-217-20/+190
| |\ \
| | * | Split up unlink_thd in several functionsMikael Ronström2011-05-181-1/+3
| | * | mergeMikael Ronström2011-05-122-2/+5
| | |\ \ | | | |/
| | * | mergeMikael Ronstrom2011-05-043-7/+5
| | |\ \
| | * | | Make MY_ALIGNED usable to define alignment of data structuresMikael Ronstrom2011-05-041-1/+1
| | * | | Make MY_ALIGNED usable to define alignment of data structuresMikael Ronstrom2011-05-041-0/+8
| | * | | Merge 5.5Mikael Ronström2011-04-1510-73/+50
| | |\ \ \
| | * | | | Changed name to better reflect function logic in accordance with WL#5788Mikael Ronström2011-04-151-2/+2
| | * | | | More review fixesMikael Ronstrom2011-03-045-10/+10
| | * | | | mergeMikael Ronstrom2011-03-046-11/+26
| | |\ \ \ \
| | * | | | | 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
| | * | | | | mergeMikael Ronström2011-02-103-3/+16
| | |\ \ \ \ \
| | * | | | | | 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
| | * | | | | | mergeMikael Ronstrom2011-01-201-1/+2
| | |\ \ \ \ \ \
| | * | | | | | | Added thread pool interface to serverMikael Ronstrom2011-01-141-0/+50
| | * | | | | | | mergeMikael Ronstrom2011-01-1211-141/+14
| | |\ \ \ \ \ \ \
| | * | | | | | | | BUG#59392, removed thread local storage use in MySQL Threads by storing ibuf_...Mikael Ronstrom2011-01-121-3/+10
| | * | | | | | | | mergeMikael Ronstrom2011-01-0434-399/+1170
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Added reporting of fsync to THD wait interfaceMikael Ronstrom2010-10-284-3/+8
| | * | | | | | | | | 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
| * | | | | | | | | | Merge from 5.1.Guilhem Bichot2011-05-211-3/+5
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-3/+5
| | * | | | | | | | | Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-286-132/+115
| * | | | | | | | | | Patch for Bug#12374486 - SEVERE MEMORY LEAK IN PREPARED STATEMENTSAlexander Nozdrin2011-05-062-2/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | 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
| * | | | | | | | | Merge.Sergey Vojtovich2011-04-221-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | BUG#11867985 - export symbols needed for auditingSergey Vojtovich2011-03-181-1/+1
| * | | | | | | | | Remove some leftovers from the removal of the gethostbyname wrappers.Davi Arnaut2011-04-131-3/+0
| * | | | | | | | | A patch for Bug#12325375: THE SERVER ON WINXP DOES NOT ALLOW CONNECTIONSAlexander Nozdrin2011-04-081-1/+3
| * | | | | | | | | Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5Magne Mahre2011-03-295-55/+19
| * | | | | | | | | MergeMagnus Blåudd2011-03-251-0/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bug#60111 storage type for table not saved in .frmMagnus Blåudd2011-03-041-0/+4
| * | | | | | | | | | Bug #11792200 - DIVIDING LARGE NUMBERS CAUSES STACK CORRUPTIONSTor Didriksen2011-03-031-11/+11