DROP TABLE statement before each CREATE TABLE statement. • --add-drop-trigger Add a DROP TRIGGER ... MariaDB-specific table options in the CREATE TABLE statements. Use --skip-creat…DROP TABLE statement before each CREATE TABLE statement. • --add-drop-trigger Add a DROP TRIGGER ... MariaDB-specific table options in the CREATE TABLE statements. Use --skip-creat…each: mariadb-slap --delimiter=";" \ --create="CREATE TABLE a (b int);INSERT INTO a VALUESSHOW INNODB STATUS, which innotop uses: CREATE TABLE innodb_lock_monitor(a int) ENGINE=INNODBmariadb-import : shell> mariadb -e 'CREATE TABLE imptest(id INT, n VARCHAR(30))' test shellexecute the following sequence of statements: CREATE TABLE t ( id INT NOT NULL, name VARCHAR