1
0
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:
antony@pcg5ppc.xiphis.org
2007-09-12 13:35:39 -07:00
parent 89f88eab6e
commit 421d2d2a4a
7 changed files with 12 additions and 33 deletions

View File

@@ -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,