diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-02-11 14:26:58 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-02-11 14:26:58 +0100 |
commit | 242f4dda3ae110ac51664b6ee49a2c9435cb6167 (patch) | |
tree | f28eecb2bb29221c78e5aa81050058c47f6735d6 /mysql-test/t/variables_community.test | |
parent | f43a686e3f3f74b96c552f8bc8a425c1c4035b0c (diff) | |
download | mariadb-git-242f4dda3ae110ac51664b6ee49a2c9435cb6167.tar.gz |
renaming test variables+c to variables_community, + is problematic
Diffstat (limited to 'mysql-test/t/variables_community.test')
-rw-r--r-- | mysql-test/t/variables_community.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/t/variables_community.test b/mysql-test/t/variables_community.test new file mode 100644 index 00000000000..0092d34133d --- /dev/null +++ b/mysql-test/t/variables_community.test @@ -0,0 +1,11 @@ +--source include/have_community_features.inc + +# +# Bug#24822: Patch: uptime_since_flush_status +# +--replace_column 2 # +show global status like "Uptime_%"; +flush status; +--replace_column 2 # +show global status like "Uptime_%"; # Almost certainly zero + |