Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-09-23 | 1 | -2/+3 |
|\ | |||||
| * | Backport fix for MDEV-29352 to 10.3-10.5 | Alexey Botchkov | 2022-09-21 | 1 | -2/+3 |
* | | Merge branch bb-10.3-release into bb-10.4-release | Nikita Malyavin | 2021-05-05 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge branch bb-10.2-release into bb-10.3-release | Nikita Malyavin | 2021-05-04 | 1 | -3/+3 |
| |\ | |||||
| | * | Bug #31674599: THE UDF_INIT() FUNCTION CAUSE SERVER CRASH | Sergei Golubchik | 2021-04-27 | 1 | -3/+3 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-22 | 1 | -40/+108 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-10-22 | 1 | -40/+108 |
| |\ \ | | |/ | |||||
| | * | MDEV-23327: followup | Oleksandr Byelkin | 2020-10-20 | 1 | -0/+6 |
| | * | MDEV-23327 Can't uninstall UDF if the implementation library file doesn't exist | Oleksandr Byelkin | 2020-10-19 | 1 | -40/+109 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-26 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-25 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed deadlock with LOCK TABLES and ALTER TABLE | Monty | 2020-05-23 | 1 | -1/+3 |
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | | MDEV-15073: Generic UDAF parser code in server for windows functions | Oleksandr Byelkin | 2018-11-27 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -7/+7 |
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -3/+3 |
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2018-02-04 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Added name to MEM_ROOT for esier debugging | Monty | 2018-02-02 | 1 | -1/+1 |
* | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -8/+5 |
* | | | | | simplify READ_RECORD usage NFC | Eugene Kosov | 2017-08-31 | 1 | -1/+1 |
* | | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -13/+15 |
|/ / / | |||||
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | make sql_udf.cc to shorten dlerror() messages | Sergei Golubchik | 2017-03-10 | 1 | -5/+4 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-02-10 | 1 | -5/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-01-16 | 1 | -5/+1 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'origin/5.5' into 10.0 | vicentiu | 2017-01-06 | 1 | -5/+1 |
| | |\ \ | | | |/ | |||||
| | | * | reduce code duplication a littlemariadb-5.5.54 | Sergei Golubchik | 2016-12-22 | 1 | -5/+1 |
* | | | | Reuse THD for new user connections | Monty | 2016-06-04 | 1 | -1/+1 |
* | | | | Removed TABLE->sort to make it possible to have multiple active calls to | Monty | 2016-03-22 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | MDEV-9088 Server crashes on shutdown after the second post of feedback report | Sergei Golubchik | 2015-12-19 | 1 | -2/+0 |
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-12-13 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | small cleanup: udf_init()/udf_free() calls | Sergei Golubchik | 2015-12-08 | 1 | -1/+3 |
* | | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -11/+16 |
* | | | don't let current_thd to point to a destroyed THD | Sergei Golubchik | 2015-02-03 | 1 | -2/+0 |
* | | | MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS | Alexander Barkov | 2014-12-15 | 1 | -37/+87 |
|/ / | |||||
* | | MDEV-5120 Test suite test maria-no-logging fails | Michael Widenius | 2014-09-30 | 1 | -0/+1 |
* | | 5.5 merge | Sergei Golubchik | 2014-02-25 | 1 | -5/+13 |
|\ \ | |/ | |||||
| * | MDEV-5616 - Deadlock between CREATE/DROP FUNCTION and SELECT from view | Sergey Vojtovich | 2014-02-13 | 1 | -5/+13 |
* | | cleanup: use MYF() for mysys flags | Sergei Golubchik | 2013-01-23 | 1 | -1/+1 |
* | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -2/+2 |
* | | Switch automaticly to statement based replication for statements that can't g... | Michael Widenius | 2012-09-04 | 1 | -44/+3 |
|/ | |||||
* | mysql-5.5.22 merge | Sergei Golubchik | 2012-03-28 | 1 | -2/+1 |
|\ | |||||
| * | Updated/added copyright headers | MySQL Build Team | 2012-02-16 | 1 | -1/+1 |
| |\ | |||||
* | \ | merge with mysql-5.5.21 | Sergei Golubchik | 2012-03-09 | 1 | -0/+3 |
|\ \ \ | |/ / |