summaryrefslogtreecommitdiff
path: root/sql/sql_udf.cc
Commit message (Expand)AuthorAgeFilesLines
* Set thd->query() for internal (startup) transactionsMonty2023-02-031-0/+2
* MDEV-29352 SIGSEGV's in strlen and unknown location on optimized builds at SH...Alexey Botchkov2022-09-211-2/+3
* Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-3/+3
|\
| * Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-3/+3
| |\
| | * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-3/+3
| | |\
| | | * Bug #31674599: THE UDF_INIT() FUNCTION CAUSE SERVER CRASHSergei Golubchik2021-04-271-3/+3
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-40/+108
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-40/+108
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-40/+108
| | |\ \ | | | |/
| | | * MDEV-23327: followupOleksandr Byelkin2020-10-201-0/+6
| | | * MDEV-23327 Can't uninstall UDF if the implementation library file doesn't existOleksandr Byelkin2020-10-191-40/+109
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-1/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+3
| | |\ \ | | | |/
| | | * Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+3
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-2/+2
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-2/+13
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | MDEV-15073: Generic UDAF parser code in server for windows functionsOleksandr Byelkin2018-11-271-0/+3
|/ / / /
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-7/+7
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+1
|\ \ \ \
| * | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+1
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-8/+5
* | | | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-1/+1
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / /
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-13/+15
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-5/+4
|\ \ \ | |/ /
| * | make sql_udf.cc to shorten dlerror() messagesSergei Golubchik2017-03-101-5/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-5/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-5/+1
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-5/+1
| | |\ \ | | | |/
| | | * reduce code duplication a littlemariadb-5.5.54Sergei Golubchik2016-12-221-5/+1
* | | | Reuse THD for new user connectionsMonty2016-06-041-1/+1
* | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-1/+2
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-1/+3
|\ \ \ | |/ /
| * | MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-2/+0
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-1/+3
| |\ \ | | |/
| | * small cleanup: udf_init()/udf_free() callsSergei Golubchik2015-12-081-1/+3
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-11/+16
* | | don't let current_thd to point to a destroyed THDSergei Golubchik2015-02-031-2/+0
* | | MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTSAlexander Barkov2014-12-151-37/+87
|/ /
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | 5.5 mergeSergei Golubchik2014-02-251-5/+13
|\ \ | |/
| * MDEV-5616 - Deadlock between CREATE/DROP FUNCTION and SELECT from viewSergey Vojtovich2014-02-131-5/+13
* | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1