mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix of .test and .result file for Bug#33558 - stress.ddl_csv requires nullable columns which CSV does not support
This commit is contained in:
@@ -89,8 +89,6 @@ DROP TABLE t1;
|
||||
DROP TABLE IF EXISTS t1;
|
||||
--enable_warnings
|
||||
|
||||
CREATE DATABASE csv_not_null_test;
|
||||
USE csv_not_null_test;
|
||||
|
||||
CREATE TABLE t1 (a int NOT NULL, b char(10) NOT NULL) ENGINE = CSV;
|
||||
INSERT INTO t1 VALUES();
|
||||
|
||||
Reference in New Issue
Block a user