Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename "encryption key management plugin" to "encryption plugin" | Sergei Golubchik | 2015-04-09 | 1 | -9/+9 |
* | report a plugin loading offset at dlopen time | Sergei Golubchik | 2015-04-08 | 1 | -10/+12 |
* | encryption cleanup: small changes | Sergei Golubchik | 2015-04-05 | 1 | -1/+1 |
* | MDEV-6858: enforce_storage_engine option | Jan Lindström | 2015-03-12 | 1 | -1/+7 |
* | disable feedback plugin again | Sergei Golubchik | 2015-02-24 | 1 | -1/+1 |
* | encryption key management plugin api | Sergei Golubchik | 2015-02-10 | 1 | -8/+13 |
* | initialize plugins in the specific order by plugin type | Sergei Golubchik | 2015-02-10 | 1 | -76/+88 |
* | Push for testing of encryption | Monty | 2015-02-10 | 1 | -9/+30 |
* | MDEV-7499 - System variables have broken default values on big endian | Sergey Vojtovich | 2015-02-05 | 1 | -1/+25 |
* | don't let current_thd to point to a destroyed THD | Sergei Golubchik | 2015-02-03 | 1 | -1/+0 |
* | Merge branch '10.0' into merge-wip | Sergei Golubchik | 2015-01-31 | 1 | -1/+1 |
|\ | |||||
| * | 5.5 merge | Sergei Golubchik | 2015-01-21 | 1 | -1/+1 |
| |\ | |||||
| | * | MDEV-7475 Wrong implementation of checking PLUGIN_VAR_SET condition | Sergei Golubchik | 2015-01-19 | 1 | -1/+1 |
* | | | bugfix: incorrect cast causing random memory write | Sergei Golubchik | 2015-01-15 | 1 | -1/+2 |
* | | | enable feedback plugin by default | Sergei Golubchik | 2015-01-08 | 1 | -2/+2 |
* | | | parser cleanup: don't store field properties in LEX, use Create_field directly | Sergei Golubchik | 2014-12-04 | 1 | -1/+3 |
* | | | MDEV-6712 THD specifics for plugins | Sergei Golubchik | 2014-12-04 | 1 | -0/+48 |
* | | | password validation plugin type and a simple plugin | Sergei Golubchik | 2014-12-04 | 1 | -8/+13 |
* | | | don't load plugin of unsupported types | Sergei Golubchik | 2014-12-04 | 1 | -1/+5 |
* | | | cleanup: sql_plugin.cc | Sergei Golubchik | 2014-12-04 | 1 | -19/+20 |
* | | | a case of uninitialized variable | Sergei Golubchik | 2014-12-04 | 1 | -1/+1 |
* | | | Merge branch '10.0' into bb-10.1-merge | Sergei Golubchik | 2014-12-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | MDEV-5120 Test suite test maria-no-logging fails | Michael Widenius | 2014-09-30 | 1 | -1/+1 |
* | | | Merge 10.0.14 into 10.1 | Sergei Golubchik | 2014-10-15 | 1 | -6/+12 |
|\ \ \ | |/ / | |||||
| * | | 5.5.39 merge | Sergei Golubchik | 2014-08-07 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-6351 - --plugin=force has no effect for built-in plugins | Sergey Vojtovich | 2014-06-17 | 1 | -1/+1 |
| | * | MDEV-6083 - Assertion `! (&(&LOCK_open)->m_mutex)->count || | Sergey Vojtovich | 2014-05-06 | 1 | -1/+2 |
| * | | MDEV-6543 Crash if enable 'federatedx' when 'federated' plugin already enable... | Sergei Golubchik | 2014-08-06 | 1 | -2/+8 |
| * | | Coding style fixes: remove trailing spaces. | Sergey Vojtovich | 2014-07-09 | 1 | -5/+5 |
* | | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) | Sergei Golubchik | 2014-10-11 | 1 | -17/+2 |
* | | | INFORMATION_SCHEMA.SYSTEM_VARIABLES.GLOBAL_VALUE_ORIGIN | Sergei Golubchik | 2014-10-11 | 1 | -62/+77 |
* | | | MDEV-6138 show sysvar's help in I_S tables | Sergei Golubchik | 2014-10-11 | 1 | -2/+7 |
* | | | cleanup: more 'const' qualifiers | Sergei Golubchik | 2014-10-10 | 1 | -4/+4 |
* | | | sys_var_pluginvar: populate my_option and misc cleanup | Sergei Golubchik | 2014-10-10 | 1 | -38/+25 |
* | | | cleanup: sysvar, only one common check_update_type() | Sergei Golubchik | 2014-10-10 | 1 | -22/+0 |
* | | | small cleanup | Sergei Golubchik | 2014-10-10 | 1 | -9/+8 |
* | | | MDEV-6833: SIGSEGV on shutdown with non-default wsrep_slave_threads | Nirbhay Choubey | 2014-10-04 | 1 | -2/+5 |
* | | | MDEV-6247: Merge 10.0-galera to 10.1. | Jan Lindström | 2014-08-26 | 1 | -7/+11 |
* | | | MDEV-6137 better help for SET/ENUM sysvars | Sergei Golubchik | 2014-06-19 | 1 | -1/+1 |
* | | | MDEV-6107 merge default_tmp_storage_engine | Sergei Golubchik | 2014-06-15 | 1 | -2/+10 |
|/ / | |||||
* | | 5.5 merge | Sergei Golubchik | 2014-05-09 | 1 | -4/+10 |
|\ \ | |/ | |||||
| * | Make THDVAR_INT variables to be signed in SELECT in SHOW | Sergei Golubchik | 2014-04-09 | 1 | -4/+10 |
| * | MDEV-5089 - possible deadlocks between rwlocks and mutexes | Sergey Vojtovich | 2014-02-13 | 1 | -0/+1 |
* | | 10.0-base merge | Sergei Golubchik | 2014-02-26 | 1 | -2/+12 |
|\ \ | |||||
| * \ | 5.5 merge | Sergei Golubchik | 2014-02-25 | 1 | -2/+12 |
| |\ \ | | |/ | |||||
| | * | At --log-warnings=9 or more, log at what address a dynamic plugin was loaded. | Sergei Golubchik | 2014-02-17 | 1 | -0/+10 |
| | * | MySQL-5.5.36 merge | Sergei Golubchik | 2014-02-17 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Updated/added copyright headers | Murthy Narkedimilli | 2014-01-06 | 1 | -1/+1 |
* | | | | 10.0-base merge | Sergei Golubchik | 2014-02-03 | 1 | -79/+72 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.5 merge | Sergei Golubchik | 2014-02-01 | 1 | -77/+72 |
| |\ \ \ | | |/ / |