mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Remove redundant statements from a test
This commit is contained in:
@@ -197,8 +197,6 @@ DROP TABLE t1;
|
||||
#
|
||||
# MDEV-27214 Import with disabled keys corrupts meta-data like rows, indexes, ...
|
||||
#
|
||||
SET UNIQUE_CHECKS=0;
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
CREATE TABLE `t1` (
|
||||
`id` int(11) NOT NULL,
|
||||
`a` int(11) DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user