1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-09 03:41:38 +03:00
mariadb/mysql-test/suite/encryption/r/innodb_first_page.result
Michael Widenius b5615eff0d Write information about restart in .result
Idea comes from MySQL which does something similar
2019-04-01 19:47:24 +03:00

5 lines
60 B
Plaintext

# restart
create table t1 (a int);
# restart
drop table t1;