summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-0/+5
|\
| * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+5
| |\
| | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+5
| | |\
| | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+6
| | | |\
| | | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
| | | | * Fix compilation without dlopenSergei Golubchik2018-01-221-0/+5
| | * | | MW-416sjaakola2017-12-181-4/+16
* | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-4/+4
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-301-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-291-11/+11
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-38/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-38/+26
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-38/+26
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-39/+26
| | | |\ \ | | | | |/
| | | | * 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 remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-4/+16
|\ \ \ \ \ | |/ / / /
| * | | | MW-416sjaakola2017-10-101-4/+16
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+3
| * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-7/+7
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-9/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-9/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-211-9/+15
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-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
| | | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+3
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+3
* | | | | Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-261-12/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-12/+18
| |\ \ \ \ | | |/ / /
| | * | | MDEV-9566 Server code changes in preparation for mariabackupVladislav Vaintroub2017-04-271-12/+18
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-36/+41
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-2/+3
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-18/+11
|\ \ \ \ | |/ / /
| * | | cleanup: sort various lists of servicesSergei Golubchik2017-03-101-2/+2
| * | | make sql_udf.cc to shorten dlerror() messagesSergei Golubchik2017-03-101-10/+2
| * | | cleanup: change dd_frm_type() to return the engine name, not legacy_db_typeSergei Golubchik2017-03-101-3/+4
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-3/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-83/+65
|\ \ \ \ | |/ / /
| * | | MDEV-10944: GALERA log-slave-updates FAIL after upgrading from 10.1.17 to 10....Nirbhay Choubey2016-11-021-0/+6
| * | | init plugin psi keys before LOCK_pluginSergei Golubchik2016-09-291-4/+3
| * | | MDEV-9312: storage engine not enforced during galera cluster replicationNirbhay Choubey2016-09-281-25/+61
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-83/+65
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-84/+67
| | |\ \ | | | |/
| | | * MDEV-10441 Document the server_audit_loc_info variableSergei Golubchik2016-09-261-84/+67
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-61/+65
| | |\ \ | | | |/
| | | * MDEV-10010 - potential deadlock on windows due to recursiveVladislav Vaintroub2016-08-031-61/+65