mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fix test to avoid spurious failure message. (Bug #11233)
This commit is contained in:
parent
97797d91fb
commit
698f209917
2 changed files with 3 additions and 1 deletions
|
@ -689,7 +689,7 @@ show variables where variable_name like "skip_show_databas";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
show global status like "Threads_running";
|
show global status like "Threads_running";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Threads_running 1
|
Threads_running #
|
||||||
create table t1(f1 int);
|
create table t1(f1 int);
|
||||||
create table t2(f2 int);
|
create table t2(f2 int);
|
||||||
create view v1 as select * from t1, t2;
|
create view v1 as select * from t1, t2;
|
||||||
|
|
|
@ -411,6 +411,8 @@ show variables where variable_name like "skip_show_databas";
|
||||||
#
|
#
|
||||||
# Bug #7981:SHOW GLOBAL STATUS crashes server
|
# Bug #7981:SHOW GLOBAL STATUS crashes server
|
||||||
#
|
#
|
||||||
|
# We don't actually care about the value, just that it doesn't crash.
|
||||||
|
--replace_column 2 #
|
||||||
show global status like "Threads_running";
|
show global status like "Threads_running";
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue