Write information about restart in .result

Idea comes from MySQL which does something similar
This commit is contained in:
Michael Widenius 2019-03-25 08:02:22 +02:00 committed by Monty
commit b5615eff0d
231 changed files with 537 additions and 45 deletions

View file

@ -292,6 +292,7 @@ DROP DATABASE shared;
CALL mtr.add_suppression("Missing system table mysql.proxies_priv.");
DROP TABLE mysql.proxies_priv;
# Must come back with mysql.proxies_priv absent.
# restart
SELECT * FROM mysql.proxies_priv;
ERROR 42S02: Table 'mysql.proxies_priv' doesn't exist
CREATE USER u1@localhost;