1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-16 02:54:25 +02:00

tests: removed deprecated 'storage_engine'

This commit is contained in:
David Grudl
2016-07-20 14:03:00 +02:00
parent 8e8e6dfdca
commit 80f1898e1b

View File

@@ -1,5 +1,3 @@
/*!40102 SET storage_engine = InnoDB */;
DROP DATABASE IF EXISTS dibi_test; DROP DATABASE IF EXISTS dibi_test;
CREATE DATABASE dibi_test; CREATE DATABASE dibi_test;
USE dibi_test; USE dibi_test;