~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-201203300109

« back to all changes in this revision

Viewing changes to mysql-test/t/variables_community.test

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-11-08 11:31:13 UTC
  • Revision ID: package-import@ubuntu.com-20111108113113-3ulw01fvi4vn8m25
Tags: upstream-5.5.17
ImportĀ upstreamĀ versionĀ 5.5.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--source include/have_profiling.inc
 
2
 
 
3
#
 
4
# Bug#24822: Patch: uptime_since_flush_status
 
5
#
 
6
--replace_column 2 #
 
7
show global status like "Uptime_%";
 
8
flush status;
 
9
--replace_column 2 #
 
10
show global status like "Uptime_%";  # Almost certainly zero
 
11