summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-6702: analyze_stmt test fails in --embedded 10.1Sergei Petrunia2014-10-101-0/+41
* Removed files that had been accidentally committedMonty2014-10-077-41/+45
* MDEV 4427: query timeoutsMonty2014-10-0716-58/+219
* Merge ../10.1-orderby-fixes into 10.1Sergei Petrunia2014-10-063-98/+127
|\
| * MDEV-6814: Server crashes in calculate_key_len on query with ORDER BYbb-10.1-orderby-fixesSergei Petrunia2014-09-301-0/+1
| * MDEV-6796: Unable to skip filesort when using implicit extended keySergei Petrunia2014-09-262-68/+60
| * Merge ../10.1-mdev6657 into bb-10.1-orderby-fixesSergei Petrunia2014-09-242-2/+8
| |\
| | * Merge 10.1 into bb-10.1-mdev6657Sergei Petrunia2014-09-096-40/+252
| | |\
| | * | MDEV-6657: Poor plan choice for ORDER BY key DESC optimization...bb-10.1-mdev6657Sergei Petrunia2014-09-022-2/+8
| * | | Merge ../10.1-mdev6402 into bb-10.1-orderby-fixesSergei Petrunia2014-09-241-28/+58
| |\ \ \
| | * | | MDEV-6402: Optimizer doesn't choose best execution plan when composite...bb-10.1-mdev6402Sergei Petrunia2014-09-121-28/+58
* | | | | MDEV-6833: SIGSEGV on shutdown with non-default wsrep_slave_threadsNirbhay Choubey2014-10-042-4/+9
* | | | | Minor modificationsNirbhay Choubey2014-10-041-46/+46
* | | | | portability: use getifaddrs()Sergei Golubchik2014-10-011-44/+22
* | | | | cleanup: introduce CF_SKIP_WSREP_CHECKSergei Golubchik2014-10-012-31/+34
* | | | | cleanup: remove OPT_WSREP_START_POSITION and OPT_WSREP_SST_AUTHSergei Golubchik2014-10-015-12/+10
* | | | | restore and fix wsrep status variablesSergei Golubchik2014-10-016-94/+53
* | | | | cleanup: wsrep_check_optsSergei Golubchik2014-10-013-352/+69
* | | | | small cleanupSergei Golubchik2014-10-013-32/+35
* | | | | fixing embedded: WaaS. Wsrep as a Service.Sergei Golubchik2014-10-0111-137/+295
* | | | | fixing embedded: first set of changes (storage engines don't work yet)Sergei Golubchik2014-10-013-53/+50
* | | | | MD5 serviceSergei Golubchik2014-10-013-3/+12
* | | | | extend SHA1 service. cleanup of sha1 wrappersSergei Golubchik2014-10-011-2/+6
* | | | | correct handling on defaults[-extra]-file is SST scriptsSergei Golubchik2014-10-012-4/+30