mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
587290cf00
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.
11 lines
250 B
Text
11 lines
250 B
Text
--source include/have_community_features.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
|
|
|