~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
#
2
# Bug#24822: Patch: uptime_since_flush_status
3
#
4
--replace_column 2 #
5
show global status like "Uptime_%";
6
flush status;
7
--replace_column 2 #
8
show global status like "Uptime_%";  # Almost certainly zero
9