mariadb/mysql-test/suite/rpl_ndb/t
Sergei Golubchik 1ad5bb1a69 WL#4738 streamline/simplify @@variable creation process
Bug#16565 mysqld --help --verbose does not order variablesBug#20413 sql_slave_skip_counter is not shown in show variables
Bug#20415 Output of mysqld --help --verbose is incomplete
Bug#25430 variable not found in SELECT @@global.ft_max_word_len;
Bug#32902 plugin variables don't know their names
Bug#34599 MySQLD Option and Variable Reference need to be consistent in formatting!
Bug#34829 No default value for variable and setting default does not raise error
Bug#34834 ? Is accepted as a valid sql mode
Bug#34878 Few variables have default value according to documentation but error occurs  
Bug#34883 ft_boolean_syntax cant be assigned from user variable to global var.
Bug#37187 `INFORMATION_SCHEMA`.`GLOBAL_VARIABLES`: inconsistent status
Bug#40988 log_output_basic.test succeeded though syntactically false.
Bug#41010 enum-style command-line options are not honoured (maria.maria-recover fails)
Bug#42103 Setting key_buffer_size to a negative value may lead to very large allocations 
Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled
Bug#44797 plugins w/o command-line options have no disabling option in --help
Bug#46314 string system variables don't support expressions
Bug#46470 sys_vars.max_binlog_cache_size_basic_32 is broken
Bug#46586 When using the plugin interface the type "set" for options caused a crash.
Bug#47212 Crash in DBUG_PRINT in mysqltest.cc when trying to print octal number
Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds
Bug#49417 some complaints about mysqld --help --verbose output
Bug#49540 DEFAULT value of binlog_format isn't the default value
Bug#49640 ambiguous option '--skip-skip-myisam' (double skip prefix)
Bug#49644 init_connect and \0
Bug#49645 init_slave and multi-byte characters
Bug#49646 mysql --show-warnings crashes when server dies


CMakeLists.txt:
  Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled
client/mysql.cc:
  don't crash with --show-warnings when mysqld dies
config/ac-macros/plugins.m4:
  Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled
include/my_getopt.h:
  comments
include/my_pthread.h:
  fix double #define
mysql-test/mysql-test-run.pl:
  run sys_vars suite by default
  properly recognize envirinment variables (e.g. MTR_MAX_SAVE_CORE) set to 0
  escape gdb command line arguments
mysql-test/suite/sys_vars/r/rpl_init_slave_func.result:
  init_slave+utf8 bug
mysql-test/suite/sys_vars/t/rpl_init_slave_func.test:
  init_slave+utf8 bug
mysys/my_getopt.c:
  Bug#34599 MySQLD Option and Variable Reference need to be consistent in formatting!
  Bug#46586 When using the plugin interface the type "set" for options caused a crash.
  Bug#49640 ambiguous option '--skip-skip-myisam' (double skip prefix)
mysys/typelib.c:
  support for flagset
sql/ha_ndbcluster.cc:
  backport from telco tree
sql/item_func.cc:
  Bug#49644 init_connect and \0
  Bug#49645 init_slave and multi-byte characters
sql/sql_builtin.cc.in:
  Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled
sql/sql_plugin.cc:
  Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled
  Bug#32902 plugin variables don't know their names
  Bug#44797 plugins w/o command-line options have no disabling option in --help
sql/sys_vars.cc:
  all server variables are defined here
storage/myisam/ft_parser.c:
  remove unnecessary updates of param->quot
storage/myisam/ha_myisam.cc:
  myisam_* variables belong here
strings/my_vsnprintf.c:
  %o and %llx
unittest/mysys/my_vsnprintf-t.c:
  %o and %llx tests
vio/viosocket.c:
  bugfix: fix @@wait_timeout to work with socket timeouts (vs. alarm thread)
2009-12-22 10:35:56 +01:00
..
disabled.def Bug #45974: disable test case in 5.1-bugteam 2009-07-06 18:17:39 +03:00
rpl_ndb_2innodb-master.opt Bug#32648 Test failure between NDB Cluster and other engines 2008-01-04 15:33:01 +01:00
rpl_ndb_2innodb-slave.opt Bug#32648 Test failure between NDB Cluster and other engines 2008-01-04 15:33:01 +01:00
rpl_ndb_2innodb.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rpl_ndb_2myisam-master.opt Bug#32648 Test failure between NDB Cluster and other engines 2008-01-04 15:33:01 +01:00
rpl_ndb_2myisam-slave.opt Bug#32648 Test failure between NDB Cluster and other engines 2008-01-04 15:33:01 +01:00
rpl_ndb_2myisam.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rpl_ndb_2ndb-slave.opt correcting wrong test case 2008-02-11 15:06:07 +01:00
rpl_ndb_2ndb.test Add missing "include/have_ndb.inc" 2008-04-25 08:21:26 +02:00
rpl_ndb_2other-slave.opt Bug#19027 MySQL 5.0 starts even with Fatal InnoDB errors 2009-05-18 13:39:13 +02:00
rpl_ndb_2other.test BUG#38350: Many tests don't clean up after themselves on exit. 2008-11-13 20:19:00 +01:00
rpl_ndb_apply_status-master.opt Bug#28170 replicate-ignore-db=mysql should not ignore mysql.ndb_apply_status 2007-11-02 13:07:14 +01:00
rpl_ndb_apply_status.test Bug#28170 replicate-ignore-db=mysql should not ignore mysql.ndb_apply_status 2007-11-02 13:07:14 +01:00
rpl_ndb_auto_inc.test Merge pilot.(none):/data/msvensson/mysql/wl3933/my51-wl3933-new2 2007-06-27 14:29:10 +02:00
rpl_ndb_bank.test WL#4189 2007-12-12 18:19:24 +01:00
rpl_ndb_basic.test BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
rpl_ndb_blob.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_blob2.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_circular.test BUG#44661: rpl_ndb.rpl_ndb_circular_simplex fails because of 2009-09-27 23:03:05 +01:00
rpl_ndb_circular_2ch.cnf BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
rpl_ndb_circular_2ch.test Bug #41732 rpl_ndb_circular_2ch needs an updated configuration file 2009-02-02 22:31:01 +02:00
rpl_ndb_circular_simplex.test BUG#44661: rpl_ndb.rpl_ndb_circular_simplex fails because of 2009-09-27 23:03:05 +01:00
rpl_ndb_commit_afterflush.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_ctype_ucs2_def-master.opt Many tests have been moved to suite/*. Some tests have been removed. 2007-07-04 23:41:15 +02:00
rpl_ndb_ctype_ucs2_def.test BUG#38350: Many tests don't clean up after themselves on exit. 2008-11-13 20:19:00 +01:00
rpl_ndb_dd_basic.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndb_dd_partitions-master.opt rpl_ndb_dd_partitions-slave.opt: 2007-08-21 16:26:00 +02:00
rpl_ndb_dd_partitions-slave.opt rpl_ndb_dd_partitions-slave.opt: 2007-08-21 16:26:00 +02:00
rpl_ndb_dd_partitions.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndb_ddl.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndb_delete_nowhere.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_do_db-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_do_db.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_do_table-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_do_table.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_extraCol.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndb_func003.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_idempotent.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndb_innodb2ndb-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_innodb2ndb-slave.opt BUG#29549 (Endians: test failures on Solaris): 2007-10-11 18:18:05 +02:00
rpl_ndb_innodb2ndb.test BUG#29549 (Endians: test failures on Solaris): 2007-10-11 18:18:05 +02:00
rpl_ndb_innodb_trans-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_innodb_trans.test WL#4189 2007-12-12 18:19:24 +01:00
rpl_ndb_insert_ignore.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_load.test WL#4189 2007-12-12 18:19:24 +01:00
rpl_ndb_log-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_log.test Merge pilot.(none):/data/msvensson/mysql/wl3933/my51-wl3933-new2 2007-06-27 14:29:10 +02:00
rpl_ndb_mixed_engines_transactions-master.opt BUG#37373: rpl_ndb_transaction fails sporadically in pb on sol10-amd64-a and sol10-sparc-a 2008-07-06 12:53:25 +02:00
rpl_ndb_mixed_engines_transactions-slave.opt BUG#37373: rpl_ndb_transaction fails sporadically in pb on sol10-amd64-a and sol10-sparc-a 2008-07-06 12:53:25 +02:00
rpl_ndb_mixed_engines_transactions.test Bug #38738 rpl_ndb_mixed_engines_transactions result content mismatch 2008-08-14 00:18:31 +03:00
rpl_ndb_mixed_tables-master.opt BUG#29288: myisam transactions replicated to a transactional 2009-09-23 11:43:43 +02:00
rpl_ndb_mixed_tables-slave.opt BUG#29288: myisam transactions replicated to a transactional 2009-09-23 11:43:43 +02:00
rpl_ndb_mixed_tables.test Disabling tests that are not relevant after BUG#40116, these will be enabled 2009-09-28 13:44:45 +02:00
rpl_ndb_multi.test BUG#38350: Many tests don't clean up after themselves on exit. 2008-11-13 20:19:00 +01:00
rpl_ndb_multi_update2-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_multi_update2.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndb_multi_update3.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_myisam2ndb-slave.opt BUG#29549 (Endians: test failures on Solaris): 2007-10-11 18:18:05 +02:00
rpl_ndb_myisam2ndb.test BUG#29549 (Endians: test failures on Solaris): 2007-10-11 18:18:05 +02:00
rpl_ndb_relayrotate-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_relayrotate.test Merge pilot.(none):/data/msvensson/mysql/wl3933/my51-wl3933-new2 2007-06-27 14:29:10 +02:00
rpl_ndb_rep_ignore-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ndb_rep_ignore.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_row_001.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_sp003.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_sp006.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_stm_innodb-master.opt Merge maint1.mysql.com:/data/localhome/tsmith/bk/51 2007-07-04 22:38:53 +02:00
rpl_ndb_stm_innodb.test Merge maint1.mysql.com:/data/localhome/tsmith/bk/51 2007-07-04 22:38:53 +02:00
rpl_ndb_sync.test WL#4189 2007-12-12 18:19:24 +01:00
rpl_ndb_trig004.test tests actually work in statement based 2007-09-05 18:44:47 +02:00
rpl_ndb_UUID.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_ndbapi_multi.test WL#4189 2007-12-12 18:19:24 +01:00
rpl_row_basic_7ndb.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-main 2007-07-25 15:40:43 +02:00
rpl_truncate_7ndb.test Merge pilot.(none):/data/msvensson/mysql/wl3933/my51-wl3933-new2 2007-06-27 14:29:10 +02:00
rpl_truncate_7ndb_2-master.opt Bug#39803 Test rpl.rpl_truncate_7ndb_2 failing 2008-09-15 15:13:43 -04:00
rpl_truncate_7ndb_2.test Bug#39803 Test rpl.rpl_truncate_7ndb_2 failing 2008-09-15 15:13:43 -04:00