diff options
author | unknown <mleich@mysql.com> | 2005-01-26 14:40:49 +0100 |
---|---|---|
committer | unknown <mleich@mysql.com> | 2005-01-26 14:40:49 +0100 |
commit | f26d1bb4d927a8317bb5e137d913e16f71237a9b (patch) | |
tree | cb54fdc9fe749452c5418c1bfc35569bd02682cd /mysql-test/include | |
parent | 07aafda940f992bf2b614f82470d11fb15b309b0 (diff) | |
parent | 6c0644005cf6ae49b10ef8dccef16c7595490ec7 (diff) | |
download | mariadb-git-f26d1bb4d927a8317bb5e137d913e16f71237a9b.tar.gz |
Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/ndb_default_cluster.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/ndb_default_cluster.inc b/mysql-test/include/ndb_default_cluster.inc new file mode 100644 index 00000000000..2f900b6a0b4 --- /dev/null +++ b/mysql-test/include/ndb_default_cluster.inc @@ -0,0 +1,4 @@ +-- require r/ndb_default_cluster.require +disable_query_log; +show status like "Ndb_connected_host"; +enable_query_log; |