diff options
author | cmiller@zippy.cornsilk.net <> | 2007-05-02 14:13:33 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-05-02 14:13:33 -0400 |
commit | 587290cf00e787992e08282b416b4a74eb675556 (patch) | |
tree | a3f368b5c0fe064f88744b2233b685ef3bb63d8a /mysql-test/r/variables+c.result | |
parent | 71a0ecee6e2241f6f1fcf8216b37067b5ac0161b (diff) | |
download | mariadb-git-587290cf00e787992e08282b416b4a74eb675556.tar.gz |
Fix up merge. Some macros are now functions. Some functions are
renamed. Some new THD proc_info states are new. Directories must be
encountered in make in a specific order, to have symlinks already set.
Move community-server-specific tests into own tests, so that we can
exempt them from testing on enterprise servers.
Diffstat (limited to 'mysql-test/r/variables+c.result')
-rw-r--r-- | mysql-test/r/variables+c.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/variables+c.result b/mysql-test/r/variables+c.result new file mode 100644 index 00000000000..7a2976d1267 --- /dev/null +++ b/mysql-test/r/variables+c.result @@ -0,0 +1,7 @@ +show global status like "Uptime_%"; +Variable_name Value +Uptime_since_flush_status # +flush status; +show global status like "Uptime_%"; +Variable_name Value +Uptime_since_flush_status # |