summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-363 - Server crashes in intern_plugin_lock on concurrent installingSergey Vojtovich2015-06-091-20/+6
* MDEV-363 - Server crashes in intern_plugin_lock on concurrent installingSergey Vojtovich2015-06-091-7/+5
* MDEV-7475 Wrong implementation of checking PLUGIN_VAR_SET conditionSergei Golubchik2015-01-191-1/+1
* MDEV-6351 - --plugin=force has no effect for built-in pluginsSergey Vojtovich2014-06-171-1/+1
* MDEV-6083 - Assertion `! (&(&LOCK_open)->m_mutex)->count ||Sergey Vojtovich2014-05-061-1/+2
* Make THDVAR_INT variables to be signed in SELECT in SHOWSergei Golubchik2014-04-091-4/+10
* MDEV-5089 - possible deadlocks between rwlocks and mutexesSergey Vojtovich2014-02-131-0/+1
* At --log-warnings=9 or more, log at what address a dynamic plugin was loaded.Sergei Golubchik2014-02-171-0/+10
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
|\
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | MDEV-5345 - Deadlock between mysql_change_user(), SHOW VARIABLES andSergey Vojtovich2014-01-281-77/+72
* | backport from 10.0: "bugfix: MYSQL_THDVAR_STR plugins with PLUGIN_VAR_MEMALLO...Sergei Golubchik2013-12-121-6/+12
* | MDEV-5022 Strange message or wrong errno on mismatching versions of plugin an...Sergei Golubchik2013-11-111-4/+4
* | merge with 5.5-tokudb tree. In particular:Sergei Golubchik2013-09-101-2/+1
|\ \
| * | remove PBXTSergei Golubchik2013-08-301-2/+1
* | | MDEV-4472 Audit-plugin. Server-related part of the task.Alexey Botchkov2013-09-091-3/+10
* | | mysql-5.5.33 mergeSergei Golubchik2013-09-061-0/+61
|\ \ \ | |/ / |/| / | |/
| * Bug#16194302: SUPPORT FOR FLOATING-POINT SYSTEM VARIABLESAshish Agarwal2013-05-191-0/+61
| * BUG#14485479: INSTALL AUDIT PLUGIN HANGS IF WE TRY TOAshish Agarwal2012-10-311-2/+3
* | MDEV-4529 Assertion `tmp->state == 4' fails on mix of INSTALL SONAME / UNINST...Sergei Golubchik2013-06-131-1/+5
* | MDEV-4573 UNINSTALL PLUGIN misleading error message for non-dynamic pluginsSergei Golubchik2013-06-131-3/+1
* | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-261-1/+3
* | MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-2/+5
* | Test case and a different fix for MySQL bug#14485479Sergei Golubchik2013-01-151-3/+14
* | MDEV-3985 crash: uninstall soname 'a'Sergei Golubchik2013-01-091-5/+13
* | mysql-5.5.28Sergei Golubchik2012-10-161-2/+3
|\ \ | |/
| * Bug#14498355: MergeMartin Hansson2012-08-241-1/+1
| |\
| | * Bug#14498355: DEPRECATION WARNINGS SHOULD NOT CONTAIN MYSQL VERSIONMartin Hansson2012-08-241-1/+1
| * | Bug#14363985: MYSQLD CRASHED WHEN DISABL ANDAshish Agarwal2012-08-241-1/+2
| |/
* | merge with MySQL 5.5.27Sergei Golubchik2012-08-091-1/+1
|\ \ | |/
| * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-291-1/+1
| |\
* | | Fixed compile warningsMichael Widenius2012-05-181-3/+2
* | | mdev-224 plugin usage statistics in the feedback reportsSergei Golubchik2012-04-181-0/+4
* | | update @@have_innodb variable when innodb plugin is uninstalledSergei Golubchik2012-04-171-0/+4
* | | better fix for string plugin variables pointing into argv[]Sergei Golubchik2012-04-171-15/+23
* | | bugfix: mysqld failed to start if a compiled-in plugin failed to initializeSergei Golubchik2012-04-171-1/+5
* | | Merge of compatibility fixesMichael Widenius2012-04-021-3/+3
|\ \ \
| * | | Fixed lp:886479 "[PATCH] plugin boolean result"Michael Widenius2012-04-021-3/+3
| * | | Merge with 5.2.Michael Widenius2011-12-111-6/+8
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-6/+8
| | |\ \ \
| | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-8/+13
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | debug_sync is now a service, available to dynamically loaded plugins.Sergei Golubchik2012-03-281-0/+4
* | | | | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-07-031-7/+12
| | |\ \ \ \
| | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | | | merge with mysql-5.5.21Sergei Golubchik2012-03-091-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug #11754014: 45549: udf plugin_dir path separator inconsistency Georgi Kodinov2012-01-161-2/+6
* | | | | | | mdev-20: INSTALL PLUGIN SONAMESergei Golubchik2012-03-051-127/+204
* | | | | | | mysql-5.5 mergeSergei Golubchik2012-01-161-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /