mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
parent
6fd7a4b601
commit
b5615eff0d
231 changed files with 537 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue