mariadb/mysql-test/include
Alexander Nozdrin 650e4c25db A patch for Bug#48874 (Test "is_triggers" fails because of wrong charset info).
The thing is that the following attributes are fixed (remembered) when a trigger
is created:
  - character_set_client
  - character_set_results
  - collation_connection

There are two triggers created in mysql-test/include/mtr_warnings.sql.
They were created using "current default" character set / collation.
is_triggers.test shows definition of these triggers including recorded
character set information.

The problem was that if "current default" changed, the recorded character
set information was not accurate.

There might be two ways to fix that:
  a) update is_triggers.test so that it does not put character-set information
     into result-file;
  b) update mtr_warnings.sql so that the triggers are created using
     hard-coded character sets.

This patch implements option b).
2010-10-14 14:05:59 +04:00
..
add_anonymous_users.inc
analyze-sync_with_master.test
analyze-timeout.test
big_test.inc
binlog_inject_error.inc Merge next-mr -> next-4284. 2010-02-04 23:15:47 +03:00
bug38347.inc Backporting patches for Bug#38347 (ALTER ROUTINE privilege 2009-10-22 16:51:51 +04:00
check-testcase.test
check-warnings.test
check_concurrent_insert.inc Yet another follow-up for the 5.5 version of fix for 2010-05-30 13:27:44 +04:00
check_events_off.inc
check_ipv6.inc Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
check_key_reads.inc Bug#49369: No testcase for key caches on partitions 2009-12-03 13:31:56 +01:00
check_key_req.inc Bug#49369: No testcase for key caches on partitions 2009-12-03 13:31:56 +01:00
check_no_concurrent_insert.inc Part of fix for bug#52044 "FLUSH TABLES WITH READ LOCK and 2010-08-06 15:29:37 +04:00
check_no_row_lock.inc Yet another follow-up for the 5.5 version of fix for 2010-05-30 13:27:44 +04:00
check_shared_row_lock.inc A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
check_slave_is_running.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
check_slave_no_error.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
check_slave_param.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
check_var_limit.inc
circular_rpl_for_4_hosts_init.inc
circular_rpl_for_4_hosts_sync.inc
cleanup_fake_relay_log.inc Bug#48308. Post-fix 2010-02-19 22:37:23 +03:00
commit.inc WL#5370 Keep forward-compatibility when changing 2010-08-18 17:35:41 +08:00
common-tests.inc
concurrent.inc
connect2.inc
count_sessions.inc
ctype_common.inc
ctype_datetime.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
ctype_filesort.inc
ctype_filesort2.inc Cherry-picking patch for Bug#55980. 2010-08-31 18:22:03 +04:00
ctype_german.inc
ctype_innodb_like.inc
ctype_like.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
ctype_like_escape.inc
ctype_like_range_f1f2.inc
ctype_numconv.inc Bug#55744 GROUP_CONCAT + CASE + ucs return garbage 2010-10-06 16:15:59 +04:00
ctype_regex.inc
ctype_utf8_table.inc BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside a 2010-04-20 10:10:43 +01:00
ctype_utf8mb4.inc Fixing non-determenistic results. 2010-03-05 12:17:19 +04:00
ddl_i18n.check_events.inc
ddl_i18n.check_sp.inc backported: 2010-01-15 15:42:15 +04:00
ddl_i18n.check_triggers.inc
ddl_i18n.check_views.inc
deadlock.inc WL#5370 Keep forward-compatibility when changing 2010-08-18 17:35:41 +08:00
default_client.cnf
default_my.cnf Merge in fix for bug#42589 2010-03-15 14:57:20 +01:00
default_mysqld.cnf Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
default_ndbd.cnf
delete_anonymous_users.inc
diff_master_slave.inc
diff_tables.inc Manual merge 2010-07-04 16:49:46 +08:00
endspace.inc
get_binlog_dump_thread_id.inc
get_relay_log_pos.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
gis_generic.inc
gis_keys.inc
grant_cache.inc
handler.inc Bug #54920 Stored functions are allowed in HANDLER statements, 2010-09-24 09:18:16 +02:00
have_32bit.inc
have_64bit.inc
have_archive.inc
have_archive_plugin.inc only This is a backport of the patch for 47739 into trunk. 2010-04-26 21:39:24 +02:00
have_big5.inc
have_binlog_format_mixed.inc
have_binlog_format_mixed_or_row.inc
have_binlog_format_mixed_or_statement.inc
have_binlog_format_row.inc
have_binlog_format_row_or_statement.inc
have_binlog_format_statement.inc
have_blackhole.inc
have_blackhole_plugin.inc backport of patch for blckhole plugin (47748) to trunk-bugfixing. 2010-04-26 20:44:10 +02:00
have_case_insensitive_file_system.inc
have_case_insensitive_fs.inc Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
have_case_sensitive_file_system.inc
have_compress.inc
have_cp866.inc
have_cp932.inc
have_cp1250_ch.inc
have_cp1251.inc
have_crypt.inc
have_csv.inc
have_debug.inc
have_debug_sync.inc
have_dynamic_loading.inc merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade fail and are under treatment 2009-11-10 20:45:15 +02:00
have_eucjpms.inc
have_euckr.inc
have_example_plugin.inc
have_exampledb.inc
have_federated_plugin.inc Patch for 47759 to trunk-bugfixing. 2010-05-05 09:35:38 +02:00
have_gb2312.inc
have_gbk.inc
have_geometry.inc
have_innodb.inc
have_ipv4_mapped.inc New patch for bug#49579, now with "have_ipv4_mapped.inc". 2010-01-29 11:48:11 +01:00
have_koi8r.inc
have_latin2_ch.inc
have_local_infile.inc
have_log_bin.inc
have_lowercase0.inc
have_lowercase1.inc
have_lowercase2.inc
have_multi_ndb.inc
have_mysql_upgrade.inc
have_ndb.inc
have_ndb_extra.inc
have_ndbapi_examples.inc
have_nodebug.inc Bug#33637 SHOW PROCEDURE CODE/SHOW FUNCTION CODE sp_name gives a syntax error. 2009-10-29 10:51:04 -06:00
have_not_innodb_plugin.inc
have_outfile.inc
have_partition.inc
have_perfschema.inc WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
have_plugin_auth.inc WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
have_profiling.inc
have_query_cache.inc
have_semisync_plugin.inc Auto merge from 5.1-rep+2 2009-10-29 15:14:50 +08:00
have_simple_parser.inc
have_sjis.inc
have_ssl.inc
have_ssl_communication.inc
have_ssl_crypto_functs.inc Backport of: 2010-04-13 19:04:45 +04:00
have_symlink.inc
have_tis620.inc
have_ucs2.inc
have_udf.inc
have_ujis.inc
have_utf8.inc
have_utf8mb4.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_utf16.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_utf32.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
implicit_commit_helper.inc Backport of: 2009-12-03 18:47:20 +03:00
index_merge1.inc WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
index_merge2.inc Bug#56423: Different count with SELECT and CREATE SELECT queries 2010-10-07 12:01:51 +02:00
index_merge_2sweeps.inc
index_merge_ror.inc
index_merge_ror_cpk.inc Bug#50402 Optimizer producing wrong results when using Index Merge on InnoDB 2010-09-16 16:13:53 +04:00
innodb-index.inc Move InnoDB tests from storage/innobase/mysql-test/ (where they were ignored) 2010-04-14 14:14:48 +03:00
innodb_rollback_on_timeout.inc
innodb_trx_weight.inc
ipv6.inc Patch to fix bug#50981. Replace now the result ::1 by localhost for Windows. Both is valid. 2010-02-08 11:43:56 +01:00
ipv6_clients.inc Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
is_embedded.inc
kill_query.inc Post fix for bug#45520 2009-12-10 11:44:19 +08:00
kill_query_and_diff_master_slave.inc
linux_sys_vars.inc
load_sysvars.inc
loaddata_autocom.inc
master-slave-end.inc
master-slave-reset.inc BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
master-slave.inc BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
min_null_cond.inc Post-push fix to disable a subset of the test case for Bug#47762. 2010-03-19 09:23:44 +01:00
mix1.inc Merge from mysql-5.5-bugfixing to mysql-5.5-runtime 2010-08-18 13:55:37 +02:00
mix2.inc upmerge 55582 2010-08-05 14:41:07 +02:00
mix2_ucs2.inc
mtr_check.sql
mtr_warnings.sql A patch for Bug#48874 (Test "is_triggers" fails because of wrong charset info). 2010-10-14 14:05:59 +04:00
mysql_upgrade_preparation.inc fix for Bug #55672 "mysql_upgrade dies with internal error": 2010-08-11 19:56:56 +02:00
mysqlbinlog_row_engine.inc
mysqld--help.inc Bug#56375 Ignore socket path since it may vary. Added some comments to 2010-09-30 15:52:39 +02:00
mysqldump.inc
mysqlhotcopy.inc mysqlhotcopy tests fixed. 2010-08-23 13:48:27 +05:00
mysqltest-x.inc
ndb_backup.inc
ndb_backup_print.inc
ndb_default_cluster.inc
ndb_master-slave.inc
ndb_master-slave_2ch.inc
ndb_not_readonly.inc
ndb_restore_master.inc
ndb_restore_slave_eoption.inc
ndb_setup_slave.inc
ndb_wait_connected.inc
no_running_event_scheduler.inc
no_running_events.inc
no_valgrind_without_big.inc
not_as_root.inc
not_binlog_format_row.inc Bug #51049: main.bug39022 fails in mysql-trunk-merge 2010-02-18 10:48:15 +02:00
not_blackhole.inc Bug#46086: crash when dropping a partitioned table 2010-07-08 14:36:55 +02:00
not_embedded.inc
not_ndb.inc
not_ndb_default.inc BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
not_openssl.inc
not_parallel.inc Bug #53261 MTR tests archive_plugin and blackhole_plugin fail when compiling with cmake 2010-06-14 11:23:49 +02:00
not_valgrind.inc
not_var_link.inc Skip perfschema.misc if "var" is a symlink (due to Bug 51447). 2010-06-03 09:52:15 +02:00
not_windows.inc
not_windows_embedded.inc
one_thread_per_connection.inc
parser_bug21114.inc Unset the execute bit where it's not needed. 2010-07-03 20:17:03 -03:00
partition_date_range.inc
ps_conv.inc
ps_create.inc
ps_ddl_1.inc
ps_modify.inc
ps_modify1.inc
ps_query.inc
ps_renew.inc
query_cache.inc WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
query_cache_sql_prepare.inc WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
read_many_rows.inc
report-features.test
reset_master_and_slave.inc
restart_mysqld.inc
rowid_order.inc
rpl_diff_tables.inc WL#5370 Keep forward-compatibility when changing 2010-08-18 12:56:06 +08:00
rpl_events.inc
rpl_ip_mix.inc No more socket and no more diffs in result files. 2009-11-27 09:02:32 +01:00
rpl_ip_mix2.inc No more socket and no more diffs in result files. 2009-11-27 09:02:32 +01:00
rpl_ipv6.inc Improvements to reduce the output for better reading and more stability. 2009-11-26 09:03:04 +01:00
rpl_loaddata_charset.inc
rpl_multi_engine.inc
rpl_multi_engine2.inc
rpl_multi_engine3.inc
rpl_stmt_seq.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
rpl_udf.inc
running_event_scheduler.inc
safe_set_to_maybe_ro_var.inc
select_ndb_apply_status.inc
set_binlog_format_mixed.sql
set_binlog_format_row.sql
set_binlog_format_statement.sql
setup_fake_relay_log.inc Bug#48308. 2010-02-16 22:34:34 +03:00
show_binary_logs.inc
show_binlog_events.inc Manual merge 2010-05-26 22:34:25 +08:00
show_binlog_events2.inc
show_binlog_using_logname.inc
show_events.inc Manual merge 2010-05-26 22:34:25 +08:00
show_master_logs.inc
show_master_status.inc
show_msg.inc Unset the execute bit where it's not needed. 2010-07-03 20:17:03 -03:00
show_msg80.inc Unset the execute bit where it's not needed. 2010-07-03 20:17:03 -03:00
show_relaylog_events.inc Manual merge 2010-05-26 22:34:25 +08:00
show_rpl_debug_info.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
show_slave_status.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
sp-vars.inc
start_slave.inc
stop_slave.inc
strict_autoinc.inc
sync_slave_io_with_master.inc
system_db_struct.inc
test_fieldsize.inc Manual merge 2010-05-26 22:34:25 +08:00
test_outfile.inc
testdb_only.inc
tpcb.inc
tpcb_disk_data.inc
truncate_file.inc BUG #28421 Infinite loop on slave relay logs 2010-01-08 13:42:23 +08:00
unsafe_binlog.inc
uses_vardir.inc
varchar.inc
view_alias.inc Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
wait_condition.inc
wait_condition_sp.inc
wait_for_binlog_event.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_ndb_to_binlog.inc Backport for WL#4416 2009-11-27 02:32:01 +03:00
wait_for_query_to_succeed.inc
wait_for_slave_io_error.inc Postfix for BUG#49741 2010-05-28 10:57:45 +08:00
wait_for_slave_io_to_start.inc
wait_for_slave_io_to_stop.inc
wait_for_slave_param.inc Manual merge 2010-05-26 22:34:25 +08:00
wait_for_slave_sql_error.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_slave_sql_error_and_skip.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_slave_sql_to_start.inc
wait_for_slave_sql_to_stop.inc
wait_for_slave_to_start.inc
wait_for_slave_to_stop.inc
wait_for_status_var.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_show_condition.inc
wait_until_connected_again.inc
wait_until_count_sessions.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_until_disconnected.inc
wait_until_rows_count.inc
windows.inc
windows_sys_vars.inc