mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
undo unneccessary change to ha_innodb.cc
remove 'drop database' from new tests.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DROP DATABASE IF EXISTS test;
|
||||
CREATE DATABASE test;
|
||||
use test;
|
||||
CREATE TABLE test.part_tbl(id MEDIUMINT NOT NULL AUTO_INCREMENT,
|
||||
dt TIMESTAMP, user CHAR(255), uuidf LONGBLOB,
|
||||
|
Reference in New Issue
Block a user