summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* oqgraph cleanup: remove castsSergei Golubchik2014-12-041-6/+4
* cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-0420-34/+33
* cleanup: reuse MY_CHECK_AND_SET_COMPILER_FLAG in sphinx/CMakeLists.txtSergei Golubchik2014-12-041-4/+1
* cleanup: ptr_cmpSergei Golubchik2014-12-041-10/+10
* MDEV-6311 Add errors on CREATE SERVERSergei Golubchik2014-12-047-7/+54
* cleanup: freshen up CREATE SERVER codeSergei Golubchik2014-12-048-167/+114
* MDEV-6593 : domain_id based replication filtersNirbhay Choubey2014-12-0324-112/+2889
* followup for MDEV-6996, update tests and resultsSergei Golubchik2014-12-039-11/+21
* Move page initialization to better place.Jan Lindström2014-12-032-20/+0
* compiler warningSergei Golubchik2014-12-031-1/+1
* Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-0347-692/+3412
|\