| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switch | Sergei Golubchik | 2014-10-10 | 8 | -42/+16 |
* | MDEV-6609 SQL inside an anonymous block is executed with wrong SQL_MODE | Sergei Golubchik | 2014-10-10 | 1 | -0/+1 |
* | MDEV-6603 SBR failure upon executing a prepared statement with input placehol... | Sergei Golubchik | 2014-10-10 | 3 | -14/+18 |
* | cleanup: query rewrites for Item_param and Item_splocal | Sergei Golubchik | 2014-10-10 | 4 | -156/+156 |
* | MDEV-5317 Compound statement / anonymous blocks | Sergei Golubchik | 2014-10-10 | 8 | -33/+112 |
* | MDEV-5317 out parameters in PREPARE "SELECT ... INTO" | Sergei Golubchik | 2014-10-10 | 6 | -1/+51 |
* | cleanup: get rid of (Item_splocal*)item downcast | Sergei Golubchik | 2014-10-10 | 4 | -8/+9 |
* | cleanup sql_yacc.yy: remove redundant ev_sql_stmt_inner rule | Sergei Golubchik | 2014-10-10 | 1 | -17/+1 |
* | cleanup sql_yacc.yy: rules for the CASE ... END CASE statement | Sergei Golubchik | 2014-10-10 | 1 | -112/+71 |
* | cleanup sql_yacc.yy: s/IF/IF_SYM/ | Sergei Golubchik | 2014-10-10 | 2 | -7/+7 |
* | cleanup sql_yacc.yy: reduce code duplication in rules for BEGIN...END with an... | Sergei Golubchik | 2014-10-10 | 1 | -29/+25 |
* | cleanup sql_yacc.yy: factor out duplicate code in PROCEDURE/FUNCTION/TRIGGER/... | Sergei Golubchik | 2014-10-10 | 1 | -59/+34 |
* | cleanup sql_yacc.yy: rename rules for loops with and without label to follow ... | Sergei Golubchik | 2014-10-10 | 1 | -7/+7 |
* | cleanup sql_yacc.yy: remove duplicate code in opt_union rule | Sergei Golubchik | 2014-10-10 | 1 | -10/+5 |
* | cleanup sql_yacc: introduce opt_not rule, combine otherwise duplicate rules | Sergei Golubchik | 2014-10-10 | 1 | -12/+10 |
* | cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/ | Sergei Golubchik | 2014-10-10 | 1 | -1/+1 |
* | cleanup: param_marker rule in the parser | Sergei Golubchik | 2014-10-10 | 1 | -2/+5 |
* | cleanup: class my_var | Sergei Golubchik | 2014-10-10 | 3 | -52/+56 |
* | cleanup: inherit from Sql_alloc | Sergei Golubchik | 2014-10-10 | 1 | -13/+1 |
* | cleanup: rename List<> methods | Sergei Golubchik | 2014-10-10 | 9 | -21/+21 |
* | cleanup: public Item_param::get_settable_routine_parameter() | Sergei Golubchik | 2014-10-10 | 1 | -3/+2 |
* | cleanup: use null_lex_str where appropriate | Sergei Golubchik | 2014-10-10 | 5 | -27/+14 |
* | cleanup: case SQLCOM_CALL | Sergei Golubchik | 2014-10-10 | 1 | -49/+50 |
* | cleanup: galera misc cleanups | Sergei Golubchik | 2014-10-10 | 13 | -145/+111 |
* | cleanup: simplify the usage of WSREP_FORMAT macro | Sergei Golubchik | 2014-10-10 | 6 | -22/+27 |
* | followup changes to timeout commit | Sergei Golubchik | 2014-10-10 | 1 | -1/+1 |
* | MDEV-6702: analyze_stmt test fails in --embedded 10.1 | Sergei Petrunia | 2014-10-10 | 1 | -0/+41 |
* | Removed files that had been accidentally committed | Monty | 2014-10-07 | 7 | -41/+45 |
* | MDEV 4427: query timeouts | Monty | 2014-10-07 | 16 | -58/+219 |
* | Merge ../10.1-orderby-fixes into 10.1 | Sergei Petrunia | 2014-10-06 | 3 | -98/+127 |
|\ |
|
| * | MDEV-6814: Server crashes in calculate_key_len on query with ORDER BYbb-10.1-orderby-fixes | Sergei Petrunia | 2014-09-30 | 1 | -0/+1 |
| * | MDEV-6796: Unable to skip filesort when using implicit extended key | Sergei Petrunia | 2014-09-26 | 2 | -68/+60 |
| * | Merge ../10.1-mdev6657 into bb-10.1-orderby-fixes | Sergei Petrunia | 2014-09-24 | 2 | -2/+8 |
| |\ |
|
| | * | Merge 10.1 into bb-10.1-mdev6657 | Sergei Petrunia | 2014-09-09 | 6 | -40/+252 |
| | |\ |
|
| | * | | MDEV-6657: Poor plan choice for ORDER BY key DESC optimization...bb-10.1-mdev6657 | Sergei Petrunia | 2014-09-02 | 2 | -2/+8 |
| * | | | Merge ../10.1-mdev6402 into bb-10.1-orderby-fixes | Sergei Petrunia | 2014-09-24 | 1 | -28/+58 |
| |\ \ \ |
|
| | * | | | MDEV-6402: Optimizer doesn't choose best execution plan when composite...bb-10.1-mdev6402 | Sergei Petrunia | 2014-09-12 | 1 | -28/+58 |
* | | | | | MDEV-6833: SIGSEGV on shutdown with non-default wsrep_slave_threads | Nirbhay Choubey | 2014-10-04 | 2 | -4/+9 |
* | | | | | Minor modifications | Nirbhay Choubey | 2014-10-04 | 1 | -46/+46 |
* | | | | | portability: use getifaddrs() | Sergei Golubchik | 2014-10-01 | 1 | -44/+22 |
* | | | | | cleanup: introduce CF_SKIP_WSREP_CHECK | Sergei Golubchik | 2014-10-01 | 2 | -31/+34 |
* | | | | | cleanup: remove OPT_WSREP_START_POSITION and OPT_WSREP_SST_AUTH | Sergei Golubchik | 2014-10-01 | 5 | -12/+10 |
* | | | | | restore and fix wsrep status variables | Sergei Golubchik | 2014-10-01 | 6 | -94/+53 |
* | | | | | cleanup: wsrep_check_opts | Sergei Golubchik | 2014-10-01 | 3 | -352/+69 |
* | | | | | small cleanup | Sergei Golubchik | 2014-10-01 | 3 | -32/+35 |
* | | | | | fixing embedded: WaaS. Wsrep as a Service. | Sergei Golubchik | 2014-10-01 | 11 | -137/+295 |
* | | | | | fixing embedded: first set of changes (storage engines don't work yet) | Sergei Golubchik | 2014-10-01 | 3 | -53/+50 |
* | | | | | MD5 service | Sergei Golubchik | 2014-10-01 | 3 | -3/+12 |
* | | | | | extend SHA1 service. cleanup of sha1 wrappers | Sergei Golubchik | 2014-10-01 | 1 | -2/+6 |
* | | | | | correct handling on defaults[-extra]-file is SST scripts | Sergei Golubchik | 2014-10-01 | 2 | -4/+30 |