modify a unstable case in farm

This commit is contained in:
liboyang0730
2023-05-25 19:16:44 +00:00
committed by ob-robot
parent aa1aec173a
commit 18f34efd0a
2 changed files with 2 additions and 9 deletions

View File

@ -8,8 +8,7 @@ set @@session.explicit_defaults_for_timestamp=off;
connect (obsys,$OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
connection obsys;
use information_schema;
select * from views where table_schema = 'mysql' order by table_name desc ;
select table_schema, table_name from views order by table_name desc;
select * from views where table_schema = 'mysql' order by table_name desc;
--source mysql_test/include/show_create_table_old_version_replica2.inc
show create view views;
desc views;