Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'const' to arguments in get_one_option and find_typeset() | Monty | 2021-02-08 | 1 | -2/+4 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-08-01 | 1 | -19/+55 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-31 | 1 | -19/+28 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-31 | 1 | -17/+26 |
| | |\ | |||||
| | | * | MDEV-21258: Can't uninstall plugin if the library file doesn't exist | Oleksandr Byelkin | 2020-07-29 | 1 | -17/+26 |
| * | | | MDEV-19918 Server hangs or crashes while trying to lock mutex when the | Alexey Botchkov | 2020-07-26 | 1 | -0/+27 |
* | | | | cleanup: make dd_frm_type to work as documented | Sergei Golubchik | 2020-07-04 | 1 | -2/+1 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-31 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-26 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-25 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed deadlock with LOCK TABLES and ALTER TABLE | Monty | 2020-05-23 | 1 | -1/+1 |
* | | | | cleanup: remove unused PLUGIN_INIT_SKIP_DYNAMIC_LOADING | Sergei Golubchik | 2020-03-31 | 1 | -17/+13 |
* | | | | mysqld --help will now load mysqld.plugin table | Sergei Golubchik | 2020-03-31 | 1 | -33/+14 |
* | | | | mysqld --help will now load mysqld.options table | Monty | 2020-03-24 | 1 | -4/+22 |
* | | | | Give a better error message if we can't load mysql.plugin table | Michael Widenius | 2020-03-24 | 1 | -4/+6 |
* | | | | Clean up and speed up interfaces for binary row logging | Monty | 2020-03-24 | 1 | -4/+2 |
* | | | | MDEV-21743 Split up SUPER privilege to smaller privileges | Alexander Barkov | 2020-03-10 | 1 | -1/+0 |
* | | | | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 1 | -8/+6 |
* | | | | perfschema compilation, test and misc fixes | Sergei Golubchik | 2020-03-10 | 1 | -0/+1 |
* | | | | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -21/+51 |
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFO | Alexander Barkov | 2020-01-28 | 1 | -9/+6 |
* | | | | cleanup: data type plugins | Sergei Golubchik | 2019-10-31 | 1 | -2/+4 |
* | | | | Part2: MDEV-20837 Add MariaDB_FUNCTION_PLUGIN | Alexander Barkov | 2019-10-16 | 1 | -12/+5 |
* | | | | Part1: MDEV-20837 Add MariaDB_FUNCTION_PLUGIN | Alexander Barkov | 2019-10-16 | 1 | -0/+7 |
* | | | | MDEV-12684 Show what config file a sysvar got a value from | Sergei Golubchik | 2019-10-14 | 1 | -9/+24 |
* | | | | MDEV-12684 Show what config file a sysvar got a value from | Sergei Golubchik | 2019-10-14 | 1 | -2/+2 |
* | | | | MDEV-20764 Add MariaDB_FUNCTION_COLLECTION_PLUGIN | Alexander Barkov | 2019-10-07 | 1 | -5/+12 |
* | | | | MDEV-20016 Add MariaDB_DATA_TYPE_PLUGIN | Alexander Barkov | 2019-10-04 | 1 | -5/+10 |
|/ / / | |||||
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-07-28 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-07-26 | 1 | -2/+5 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-07-26 | 1 | -2/+5 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-07-25 | 1 | -2/+5 |
| | | |\ | |||||
| | | | * | Bug#27167197 USING ? IN INSTALL PLUGIN QUERY ABORTS DEBUG, AND HANGS OPTIMIZE... | Sergei Golubchik | 2019-07-24 | 1 | -2/+2 |
| | | | * | Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUP | Sergei Golubchik | 2019-07-24 | 1 | -0/+3 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-07-25 | 1 | -4/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Eugene Kosov | 2019-07-16 | 1 | -4/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Eugene Kosov | 2019-07-09 | 1 | -4/+5 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-19636 Usage message for plugin activation - add FORCE_PLUS_PERMANENT | Anel Husakovic | 2019-07-02 | 1 | -4/+5 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-07-02 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-07-02 | 1 | -0/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Eugene Kosov | 2019-06-23 | 1 | -0/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-18661 loading the audit plugin causes performance regression. | Alexey Botchkov | 2019-06-15 | 1 | -0/+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-19404: Assertion failure on !is_thread_specific || (mysqld_server_initia... | Jan Lindström | 2019-05-07 | 1 | -2/+10 |
* | | | | | MDEV-19404: Assertion failure on !is_thread_specific || (mysqld_server_initia... | Jan Lindström | 2019-05-14 | 1 | -1/+9 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-05-05 | 1 | -26/+21 |
|\ \ \ \ \ | |/ / / / |