~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/variables+c.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--source include/have_community_features.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