summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-104-12/+12
* cleanup: option_type -> scopeSergei Golubchik2014-10-103-20/+18
* cleanup: move safe_str*() from sql_acl.cc to m_string.hSergei Golubchik2014-10-103-14/+15
* correct fix for the old Bug#39955 (warnings in I_S.VARIABLES)Sergei Golubchik2014-10-103-1/+30
* 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-105-20/+12
* prefer to use new flag name when possibleSergei Golubchik2014-10-104-5/+5
* MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switchSergei Golubchik2014-10-1014-342/+26
* MDEV-6609 SQL inside an anonymous block is executed with wrong SQL_MODESergei Golubchik2014-10-103-2/+22
* MDEV-6603 SBR failure upon executing a prepared statement with input placehol...Sergei Golubchik2014-10-105-14/+97
* cleanup: query rewrites for Item_param and Item_splocalSergei Golubchik2014-10-104-156/+156
* MDEV-5317 Compound statement / anonymous blocksSergei Golubchik2014-10-1087-106/+523
* MDEV-5317 out parameters in PREPARE "SELECT ... INTO"Sergei Golubchik2014-10-1014-9/+351
* 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
* Plugin API: increase SHOW_VAR_FUNC_BUFF_SIZE for 64-bit CPUsSergei Golubchik2014-10-104-8/+8
* cleanup: galera misc cleanupsSergei Golubchik2014-10-1023-284/+149
* cleanup: simplify the usage of WSREP_FORMAT macroSergei Golubchik2014-10-107-31/+27
* followup changes to timeout commitSergei Golubchik2014-10-107-9/+91
* MDEV-6702: analyze_stmt test fails in --embedded 10.1Sergei Petrunia2014-10-101-0/+41
* MDEV-6846: Test tokudb_mariadb.mdev6657 fails in buildbotSergei Petrunia2014-10-102-4/+4
* Merge branch '10.1' of github.com:MariaDB/server into 10.1bb-10.1-mdev6657-r2Monty2014-10-070-0/+0
|\
| * MDEV-6667: Merged fix from maria-10.0-galera.Nirbhay Choubey2014-10-063-42/+16
* | Removed files that had been accidentally committedMonty2014-10-0714-604/+57
* | MDEV 4427: query timeoutsMonty2014-10-0757-255/+1780
|/
* Merge ../10.1-orderby-fixes into 10.1Sergei Petrunia2014-10-0618-119/+444
|\
| * MDEV-6814: Server crashes in calculate_key_len on query with ORDER BYbb-10.1-orderby-fixesSergei Petrunia2014-09-303-0/+17
| * MDEV-6796: Unable to skip filesort when using implicit extended keySergei Petrunia2014-09-264-68/+149
| * Merge ../10.1-mdev6657 into bb-10.1-orderby-fixesSergei Petrunia2014-09-2415-23/+129
| |\