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

@ -7,7 +7,7 @@ INSERT INTO t VALUES(2);
# shutdown server
# remove datadir
# xtrabackup move back
# restart server
# restart
SELECT * FROM t;
i
1