summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* EXPLAIN FORMAT=JSON: Support "range checked for each record"Sergei Petrunia2014-12-065-15/+82
* EXPLAIN FORMAT=JSON: Support range+MRR plans (when MRR is used but BKA is not)Sergei Petrunia2014-12-064-0/+53
* Fixed valgrind warnings in delete_dynamic().Sergey Vojtovich2014-12-051-0/+1
* my_alloc.cmariadb-10.1.2Monty2014-12-058-75/+112
* MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-051-6/+6
* MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-051-2/+3
* - Changed default values of query_prealloc_size and query_alloc_block_sizeMonty2014-12-058-50/+50
* Cherry pick dynamic array changes from commit:Sergey Vojtovich2014-12-054-26/+42
* MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-052-9/+12
* MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-051-1/+0
* MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-053-11/+24
* MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-052-18/+19
* MDEV-6906 - Relaxed memory order for countersSergey Vojtovich2014-12-053-13/+14
* fix for 32-bitSergei Golubchik2014-12-042-4/+4
* fix out-of-source buildsSergei Golubchik2014-12-041-0/+1
* fix set_statement test for windowsSergei Golubchik2014-12-041-1/+3
* compilation failure on windowsSergei Golubchik2014-12-041-4/+4
* MDEV-60 Support for Spatial Reference systems for the GIS data.Alexey Botchkov2014-12-0413-30/+243
* cleanup: comments referring to non-extistent Item classesSergei Golubchik2014-12-0412-29/+30
* cleanup: sort and reorder %union elements in sql_yacc.yySergei Golubchik2014-12-041-43/+49
* parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-0430-663/+572
* update 32-bit rdiff'sSergei Golubchik2014-12-041-25/+12
* MDEV-7262: innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBotJan Lindström2014-12-044-23/+27
* MDEV-6712 THD specifics for pluginsSergei Golubchik2014-12-0411-0/+236
* test for two password validation pluginsSergei Golubchik2014-12-042-0/+59
* cracklib_password_check pluginSergei Golubchik2014-12-044-0/+185
* strict_password_validationSergei Golubchik2014-12-0410-2/+141
* validate SET PASSWORDSergei Golubchik2014-12-047-106/+114
* cleanup: s/(OLD_)?PASSWORD/&_SYM/gSergei Golubchik2014-12-042-15/+15
* password validation function in sql_acl.ccSergei Golubchik2014-12-043-0/+98
* password validation plugin type and a simple pluginSergei Golubchik2014-12-049-16/+608
* GRANT: calculate pasword hash in sql_acl.ccSergei Golubchik2014-12-042-27/+28
* parser: store the password hash in LEX_USER::auth, not in ::passwordSergei Golubchik2014-12-043-71/+42
* sql_acl.cc: better recognize the context to tell the role from a userSergei Golubchik2014-12-044-25/+38
* bugfix: IDENTIFIED BY clause was lost in some GRANT variantsSergei Golubchik2014-12-045-21/+64
* cleanup: sql_acl.ccSergei Golubchik2014-12-044-40/+8
* cleanup: normalize LEX_USER to get rid of different representation of the sam...Sergei Golubchik2014-12-045-5/+119
* cleanup: bool_variable= -1; -> bool_variable= true;Sergei Golubchik2014-12-041-6/+6
* remove unsupported service fileSergei Golubchik2014-12-041-64/+0
* don't load plugin of unsupported typesSergei Golubchik2014-12-041-1/+5
* cleanup: sql_plugin.ccSergei Golubchik2014-12-041-19/+20
* update 32-bit rdiff'sSergei Golubchik2014-12-043-262/+384
* fix a commentSergei Golubchik2014-12-041-3/+3
* a case of uninitialized variableSergei Golubchik2014-12-041-1/+1
* MDEV-6999 Remove or deprecate unused variablesSergei Golubchik2014-12-049-372/+67
* MDEV-6979 simplify trigger rules for RBR triggersSergei Golubchik2014-12-043-33/+26
* MDEV-6895 switch to dynamic libjemalloc.soSergei Golubchik2014-12-042-17/+24
* MDEV-6980 OUT parameters in PREPARESergei Golubchik2014-12-0416-370/+10
* MDEV-6894 Enable SEQUENCE engine by defaultSergei Golubchik2014-12-043-3/+1
* MDEV-5871 support assisted discovery in oqgraph v3Sergei Golubchik2014-12-045-40/+41