mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Updated test case due to pb test failure on sol10-sparc-a' -max
This commit is contained in:
@ -13,12 +13,12 @@ ENGINE=NDB;
|
||||
CREATE TABLESPACE ts1
|
||||
ADD DATAFILE './table_space1/datafile.dat'
|
||||
USE LOGFILE GROUP lg
|
||||
INITIAL_SIZE 20M
|
||||
INITIAL_SIZE 25M
|
||||
ENGINE NDB;
|
||||
CREATE TABLESPACE ts2
|
||||
ADD DATAFILE './table_space2/datafile.dat'
|
||||
USE LOGFILE GROUP lg
|
||||
INITIAL_SIZE 12M
|
||||
INITIAL_SIZE 20M
|
||||
ENGINE NDB;
|
||||
CREATE TABLE test.t1 (a1 int NOT NULL PRIMARY KEY, a2 VARCHAR(256), a3 BLOB)
|
||||
TABLESPACE ts1 STORAGE DISK ENGINE=NDB;
|
||||
|
Reference in New Issue
Block a user