summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* MW-416 Replicating DDL after ACL check, 5.6 versionsjaakola2017-10-191-4/+15
* Merge tag 'mariadb-5.5.58' into 5.5-galeraJan Lindström2017-10-191-71/+60
|\
| * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-37/+37
| * MDEV-10892 - rpl.rpl_semi_sync_uninstall_plugin fails with Assertion `0' failureSergey Vojtovich2017-10-131-34/+23
* | Merge tag 'mariadb-5.5.57' into 5.5-galeraJan Lindström2017-07-201-9/+11
|\ \ | |/
| * MDEV-13063 Server crashes in intern_plugin_lock or assertion `plugin_ptr->ref...Sergei Golubchik2017-06-141-1/+1
| * cleanup: move common test into a functionSergei Golubchik2017-06-141-8/+10
* | Merge remote-tracking branch 'origin/5.5' into 5.5-galeraNirbhay Choubey2016-10-141-84/+67
|\ \ | |/
| * MDEV-10441 Document the server_audit_loc_info variableSergei Golubchik2016-09-261-84/+67
* | Merge tag 'mariadb-5.5.51' into 5.5-galeraNirbhay Choubey2016-08-101-61/+65
|\ \ | |/
| * MDEV-10010 - potential deadlock on windows due to recursiveVladislav Vaintroub2016-08-031-61/+65
* | Merge tag 'mariadb-5.5.44' into 5.5-galeraNirbhay Choubey2015-06-211-27/+11
|\ \ | |/
| * 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
* | Merge branch '5.5' into 5.5-galeraNirbhay Choubey2015-02-181-1/+1
|\ \ | |/
| * MDEV-7475 Wrong implementation of checking PLUGIN_VAR_SET conditionSergei Golubchik2015-01-191-1/+1
* | Local merge of mariadb-5.5.39Nirbhay Choubey2014-08-061-1/+1
|\ \ | |/
| * MDEV-6351 - --plugin=force has no effect for built-in pluginsSergey Vojtovich2014-06-171-1/+1
* | bzr merge -rtag:mariadb-5.5.38 maria/5.5Nirbhay Choubey2014-06-101-1/+2
|\ \ | |/
| * MDEV-6083 - Assertion `! (&(&LOCK_open)->m_mutex)->count ||Sergey Vojtovich2014-05-061-1/+2
* | Merge from lp:maria/5.5 to maria-5.5.37 release revision 4154.Jan Lindström2014-04-161-4/+11
|\ \ | |/
| * 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
* | Merge from maria/5.5 (-rtag:mariadb-5.5.36).Nirbhay Choubey2014-02-251-2/+12
|\ \ | |/
| * 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
* | | Merge of maria/5.5 into maria-5.5-galera.Nirbhay Choubey2014-01-291-83/+84
|\ \ \ | |/ /
| * | 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
* | | Merge with MariaDB 5.5.34.Jan Lindström2013-11-251-4/+4
|\ \ \ | |/ /
| * | MDEV-5022 Strange message or wrong errno on mismatching versions of plugin an...Sergei Golubchik2013-11-111-4/+4
* | | mariadb-5.5.33 mergeSergei Golubchik2013-09-181-5/+72
|\ \ \ | |/ /
| * | 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
* | | Merge with mariadb 5.5: bzr merge lp:maria/5.5 --rtag:mariadb-5.5.32Seppo Jaakola2013-08-211-4/+6
|\ \ \ | |/ /
| * | 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
* | | References: MDEV-4572 - merge with mariaDB 5.5.31Seppo Jaakola2013-05-261-1/+3
|\ \ \ | |/ /
| * | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-261-1/+3
* | | References lp:1115708 - merged with lp:mariadb/5.5 revision 3657Seppo Jaakola2013-02-051-10/+32
|\ \ \ | |/ /
| * | 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
* | | References lp:1066784 - bzr merge lp:maria/5.5 (rev: 3562)Seppo Jaakola2012-10-241-2/+3
|\ \ \ | |/ /
| * | mysql-5.5.28Sergei Golubchik2012-10-161-2/+3
| |\ \ | | |/