mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
11 lines
241 B
Text
11 lines
241 B
Text
--source include/have_profiling.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
|
|
|