89003 Commits (7f5e51b940d65cf541403a50af74163b9aed5cb8)
 

Author SHA1 Message Date
Sergei Golubchik 7f5e51b940 MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 11 years ago
Sergei Golubchik 57dd1f6f3f MDEV-6108 update userstat feature from percona server 11 years ago
Sergei Golubchik 43450fcc47 rename status_user.test -> userstat.test 11 years ago
Sergei Golubchik 3182938d22 move userstat tables to a plugin 11 years ago
Sergei Golubchik db8af31831 SHOW and FLUSH for I_S tables. 11 years ago
Sergei Golubchik 932eaf31e9 cleanup: sort struct members by size 11 years ago
Sergei Golubchik 3f7cc414fe cleanup: remove dead code 11 years ago
Sergei Golubchik 534cbc1f2a cleanup: my_init_dynamic_array2 -> init_dynamic_array2 11 years ago
Sergei Golubchik 236556df3f fix TokuDB not to build ft-index library when disabled 11 years ago
Sergei Golubchik e24c1c0278 cleanup: remove unnecessary hack from federated/CMakeLists.txt 11 years ago
Sergei Golubchik c006105bbf make sysvars_* tests to work on 32-bit too 11 years ago
Sergei Golubchik 41756a30d2 portability fixes for sysvar_* tests 11 years ago
Sergei Golubchik 2a4e8813f6 GLOBAL_VALUE_ORIGIN=AUTO 11 years ago
Sergei Golubchik 3fa8c279d5 INFORMATION_SCHEMA.SYSTEM_VARIABLES.GLOBAL_VALUE_ORIGIN 11 years ago
Sergei Golubchik 513f5840f8 MDEV-6138 show sysvar's help in I_S tables 11 years ago
Sergei Golubchik beb2422ad8 cleanup: @@mutex_deadlock_detector -> @@debug_mutex_deadlock_detector 11 years ago
Sergei Golubchik 15623fd7bb mysqltest bug: replace_regex /^foo/bar/ didn't work 11 years ago
Sergei Golubchik a7b2c95a40 bugs in sys_var::val_* code 11 years ago
Sergei Golubchik b969a69021 cleanup: simplify sys_var::val* methods, introduce val_str_nolock() 11 years ago
Sergei Golubchik a4e7d339af cleanup: VARIABLE_VALUE column should be NOT NULL 11 years ago
Sergei Golubchik 5389300f49 cleanup: option_type -> scope 11 years ago
Sergei Golubchik 99677cc510 cleanup: move safe_str*() from sql_acl.cc to m_string.h 11 years ago
Sergei Golubchik 9bd5d54c11 correct fix for the old Bug#39955 (warnings in I_S.VARIABLES) 11 years ago
Sergei Golubchik d281faf992 cleanup: sql_show.cc 11 years ago
Sergei Golubchik d508ef7898 cleanup: more 'const' qualifiers 11 years ago
Sergei Golubchik 9ccaa62dd5 sys_var_pluginvar: populate my_option and misc cleanup 11 years ago
Sergei Golubchik 28ebc2a724 cleanup: sysvar, only one common check_update_type() 11 years ago
Sergei Golubchik 051c132635 cleanup: sysvar, SHOW_VALUE_IN_HELP->GETOPT_ONLY_HELP 11 years ago
Sergei Golubchik db2399b0c1 small cleanup 11 years ago
Sergei Golubchik 8f15bf9d0c cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tables 11 years ago
Sergei Golubchik 2fae1b576d prefer to use new flag name when possible 11 years ago
Sergei Golubchik ab34aecff3 MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switch 11 years ago
Sergei Golubchik 686f102eb9 MDEV-6609 SQL inside an anonymous block is executed with wrong SQL_MODE 11 years ago
Sergei Golubchik 30ea6ddda0 MDEV-6603 SBR failure upon executing a prepared statement with input placeholder under anonymous block 11 years ago
Sergei Golubchik 013f0f6cec cleanup: query rewrites for Item_param and Item_splocal 11 years ago
Sergei Golubchik d7c1e0ebbd MDEV-5317 Compound statement / anonymous blocks 11 years ago
Sergei Golubchik a99af484cd MDEV-5317 out parameters in PREPARE "SELECT ... INTO" 11 years ago
Sergei Golubchik 278f7fdd7e cleanup: get rid of (Item_splocal*)item downcast 11 years ago
Sergei Golubchik 932100c813 cleanup sql_yacc.yy: remove redundant ev_sql_stmt_inner rule 11 years ago
Sergei Golubchik 60475b8f27 cleanup sql_yacc.yy: rules for the CASE ... END CASE statement 11 years ago
Sergei Golubchik 319f206d01 cleanup sql_yacc.yy: s/IF/IF_SYM/ 11 years ago
Sergei Golubchik 09c1af9364 cleanup sql_yacc.yy: reduce code duplication in rules for BEGIN...END with and without label 11 years ago
Sergei Golubchik d49e11834a cleanup sql_yacc.yy: factor out duplicate code in PROCEDURE/FUNCTION/TRIGGER/EVENT grammar 11 years ago
Sergei Golubchik 352723cd90 cleanup sql_yacc.yy: rename rules for loops with and without label to follow BEGIN...END rule naming 11 years ago
Sergei Golubchik 45907bec50 cleanup sql_yacc.yy: remove duplicate code in opt_union rule 11 years ago
Sergei Golubchik 71485e7c7b cleanup sql_yacc: introduce opt_not rule, combine otherwise duplicate rules 11 years ago
Sergei Golubchik c655609d1e cleanup sql_yacc.yy: s/YYABORT/MYSQL_YYABORT/ 11 years ago
Sergei Golubchik fdf32f578c cleanup: param_marker rule in the parser 11 years ago
Sergei Golubchik 1e0a11a3c7 cleanup: class my_var 11 years ago
Sergei Golubchik 624888b4e6 cleanup: inherit from Sql_alloc 11 years ago