diff options
author | Georgi Kodinov <joro@sun.com> | 2009-02-02 13:36:03 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-02-02 13:36:03 +0200 |
commit | 8fe7b7effd994547ce507c10d7ad7245c1354473 (patch) | |
tree | c63f34be96b16e54f526d8e99f9c04d203a27c73 /mysql-test/t | |
parent | c08fe02122141a1e2cb736edb11466e117f095cf (diff) | |
download | mariadb-git-8fe7b7effd994547ce507c10d7ad7245c1354473.tar.gz |
fixed system_mysql_db_fix30020 test faiilure
fixed federated warnings
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/system_mysql_db_fix30020.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/system_mysql_db_fix30020.test b/mysql-test/t/system_mysql_db_fix30020.test index a3dc9adb254..0a7d9dad7c9 100644 --- a/mysql-test/t/system_mysql_db_fix30020.test +++ b/mysql-test/t/system_mysql_db_fix30020.test @@ -104,4 +104,5 @@ time_zone_transition_type, general_log, slow_log, event, ndb_binlog_index; # check that we dropped all system tables show tables; +exit; # End of 4.1 tests |