summaryrefslogtreecommitdiff
path: root/include/mysql
Commit message (Expand)AuthorAgeFilesLines
* remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-075-91/+2
* 5.5 mergeSergei Golubchik2013-03-274-5/+6
|\
| * MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-263-5/+5
| * merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-0/+1
| |\
| | * Bug#15960005 VALGRIND WARNINGS IN PROCESS_ARGSTor Didriksen2012-12-101-0/+1
| | * BUG#14458232 - CRASH IN THD_IS_TRANSACTION_ACTIVE DURINGThayumanavar2012-11-091-0/+1
| | * Bug#14549809 LINKING PROBLEM IN 5.5.28 BUILDS WITH THREADPOOL PLUGINTor Didriksen2012-08-281-18/+2
| | * Bug#13699303 - THREAD POOL PLUGIN IGNORES TIMEOUT.Thayumanavar2012-07-251-0/+22
* | | 5.5 mergeSergei Golubchik2013-01-297-25/+116
|\ \ \ | |/ /
| * | MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-186-20/+103
| * | remove thd_mark_as_hard_kill()Sergei Golubchik2013-01-154-15/+0
| * | Buildbot fixes and cleanups:Michael Widenius2013-01-111-4/+13
| * | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-114-0/+14
* | | Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC.Michael Widenius2012-10-034-4/+4
|/ /
* | 5.3 mergeSergei Golubchik2012-05-042-157/+0
|\ \
* | | debug_sync is now a service, available to dynamically loaded plugins.Sergei Golubchik2012-03-286-2/+362
* | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-2/+2
|\ \ \ | | |/ | |/|
| * | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\ \
* | | | MDEV-15 Log all sql errors.Alexey Botchkov2012-03-245-153/+0
* | | | MDEV-15 Log SQL errors.Alexey Botchkov2012-03-144-8/+8
* | | | MDEV-15 Log all SQL errors.Alexey Botchkov2012-03-146-1/+155
* | | | fix the linking failure on windowsSergei Golubchik2012-01-181-2/+5
* | | | 5.3 mergeSergei Golubchik2012-01-132-24/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | 5.2->5.3 mergeSergei Golubchik2011-12-122-18/+22
| |\ \ \
| | * | | 1. add --plugin-dir and --default-auth to mysqltest.Sergei Golubchik2011-12-022-18/+22
| * | | | Merge with 5.2.Michael Widenius2011-12-113-2/+21
| |\ \ \ \ | | |/ / /
| | * | | merge, fix Windows warningsVladislav Vaintroub2011-11-291-0/+3
| | * | | Automatic mergeMichael Widenius2011-11-241-2/+4
| | |\ \ \
| | | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | | |\ \ \
| | | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | * | | | | fix dialog plugin to work on windowsSergei Golubchik2011-11-222-0/+15
| | |/ / / /
| * | | | | mergeSergei Golubchik2011-10-111-5/+19
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge with 5.1Sergei Golubchik2011-10-071-5/+19
| | |\ \ \ \ | | | |/ / /
| | | * | | support for plugins on windowsSergei Golubchik2011-10-041-5/+19
* | | | | | Add support for signed sysvars.Sergei Golubchik2011-11-224-8/+17
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-0315-29/+44
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merging into mysql-5.5.16-release.Mats Kindahl2011-08-154-3/+15
| * | | | | Merge from mysql-5.5.14-releaseunknown2011-07-061-4/+5
| |\ \ \ \ \
| | * | | | | Bug #12633140 : AUDIT PLUGIN SOURCE FILES HAVE OUT OF DATE Georgi Kodinov2011-06-131-6/+7
| * | | | | | Updated/added copyright headersKent Boortz2011-06-3012-24/+25
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | | fixes for windowsSergei Golubchik2011-10-212-3/+7
* | | | | | safe_mutex deadlock detector post-merge fixesSergei Golubchik2011-10-191-0/+3
* | | | | | merge with 5.3Sergei Golubchik2011-10-197-13/+149
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-014-7/+106
| | |_|/ / | |/| | |
* | | | | move authentication_windows_client and mysql_clear_password clear client auth...Sergei Golubchik2011-07-123-18/+84
* | | | | post-merge fixes.Sergei Golubchik2011-07-023-6/+26
* | | | | 5.5-mergeSergei Golubchik2011-07-0213-168/+333
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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