summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6108 update userstat feature from percona serverSergei Golubchik2014-10-112-40/+10
* move userstat tables to a pluginSergei Golubchik2014-10-117-373/+9
* SHOW and FLUSH for I_S tables.Sergei Golubchik2014-10-119-198/+185
* cleanup: sort struct members by sizeSergei Golubchik2014-10-111-4/+4
* cleanup: remove dead codeSergei Golubchik2014-10-113-175/+0
* cleanup: my_init_dynamic_array2 -> init_dynamic_array2Sergei Golubchik2014-10-112-6/+5
* GLOBAL_VALUE_ORIGIN=AUTOSergei Golubchik2014-10-115-59/+131
* INFORMATION_SCHEMA.SYSTEM_VARIABLES.GLOBAL_VALUE_ORIGINSergei Golubchik2014-10-115-83/+126
* MDEV-6138 show sysvar's help in I_S tablesSergei Golubchik2014-10-118-69/+307
* cleanup: @@mutex_deadlock_detector -> @@debug_mutex_deadlock_detectorSergei Golubchik2014-10-101-1/+1
* bugs in sys_var::val_* codeSergei Golubchik2014-10-103-14/+24
* cleanup: simplify sys_var::val* methods, introduce val_str_nolock()Sergei Golubchik2014-10-102-30/+38
* cleanup: VARIABLE_VALUE column should be NOT NULLSergei Golubchik2014-10-101-1/+1
* cleanup: option_type -> scopeSergei Golubchik2014-10-103-20/+18
* cleanup: move safe_str*() from sql_acl.cc to m_string.hSergei Golubchik2014-10-101-11/+0
* correct fix for the old Bug#39955 (warnings in I_S.VARIABLES)Sergei Golubchik2014-10-101-1/+1
* cleanup: sql_show.ccSergei Golubchik2014-10-101-11/+0
* cleanup: more 'const' qualifiersSergei Golubchik2014-10-109-63/+63
* sys_var_pluginvar: populate my_option and misc cleanupSergei Golubchik2014-10-101-38/+25
* cleanup: sysvar, only one common check_update_type()Sergei Golubchik2014-10-103-70/+31
* cleanup: sysvar, SHOW_VALUE_IN_HELP->GETOPT_ONLY_HELPSergei Golubchik2014-10-104-37/+52
* small cleanupSergei Golubchik2014-10-101-9/+8
* cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tablesSergei Golubchik2014-10-104-14/+6
* prefer to use new flag name when possibleSergei Golubchik2014-10-102-3/+3
* MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switchSergei Golubchik2014-10-108-42/+16
* MDEV-6609 SQL inside an anonymous block is executed with wrong SQL_MODESergei Golubchik2014-10-101-0/+1
* MDEV-6603 SBR failure upon executing a prepared statement with input placehol...Sergei Golubchik2014-10-103-14/+18
* cleanup: query rewrites for Item_param and Item_splocalSergei Golubchik2014-10-104-156/+156
* MDEV-5317 Compound statement / anonymous blocksSergei Golubchik2014-10-108-33/+112
* MDEV-5317 out parameters in PREPARE "SELECT ... INTO"Sergei Golubchik2014-10-106-1/+51
* cleanup: get rid of (Item_splocal*)item downcastSergei Golubchik2014-10-104-8/+9
* cleanup sql_yacc.yy: remove redundant ev_sql_stmt_inner ruleSergei Golubchik2014-10-101-17/+1
* cleanup sql_yacc.yy: rules for the CASE ... END CASE statementSergei Golubchik2014-10-101-112/+71
* cleanup sql_yacc.yy: s/IF/IF_SYM/Sergei Golubchik2014-10-102-7/+7
* cleanup sql_yacc.yy: reduce code duplication in rules for BEGIN...END with an...Sergei Golubchik2014-10-101-29/+25
* cleanup sql_yacc.yy: factor out duplicate code in PROCEDURE/FUNCTION/TRIGGER/...Sergei Golubchik2014-10-101-59/+34
* cleanup sql_yacc.yy: rename rules for loops with and without label to follow ...Sergei Golubchik2014-10-101-7/+7
* cleanup sql_yacc.yy: remove duplicate code in opt_union ruleSergei Golubchik2014-10-101-10/+5
* cleanup sql_yacc: introduce opt_not rule, combine otherwise duplicate rulesSergei Golubchik2014-10-101-12/+10
* cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/Sergei Golubchik2014-10-101-1/+1
* cleanup: param_marker rule in the parserSergei Golubchik2014-10-101-2/+5
* cleanup: class my_varSergei Golubchik2014-10-103-52/+56
* cleanup: inherit from Sql_allocSergei Golubchik2014-10-101-13/+1
* cleanup: rename List<> methodsSergei Golubchik2014-10-109-21/+21
* cleanup: public Item_param::get_settable_routine_parameter()Sergei Golubchik2014-10-101-3/+2
* cleanup: use null_lex_str where appropriateSergei Golubchik2014-10-105-27/+14
* cleanup: case SQLCOM_CALLSergei Golubchik2014-10-101-49/+50
* cleanup: galera misc cleanupsSergei Golubchik2014-10-1013-145/+111
* cleanup: simplify the usage of WSREP_FORMAT macroSergei Golubchik2014-10-106-22/+27
* followup changes to timeout commitSergei Golubchik2014-10-101-1/+1