mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
after-merging fix
mysql-test/r/events_trans.result: result fixed mysql-test/r/windows.result: merging fix mysql-test/t/events_trans.test: moved to events_trans_notembedded.test mysql-test/r/events_trans_notembedded.result: New BitKeeper file ``mysql-test/r/events_trans_notembedded.result'' mysql-test/t/events_trans_notembedded.test: New BitKeeper file ``mysql-test/t/events_trans_notembedded.test''
This commit is contained in:
@ -35,9 +35,9 @@ PARTITION BY RANGE (MONTH(SALES_DATE))
|
||||
(
|
||||
PARTITION p0 VALUES LESS THAN (2) ENGINE=INNODB
|
||||
data DIRECTORY='c:/tmp/'
|
||||
index DIRECTORY = 'c:/tmp/',
|
||||
index DIRECTORY = 'c:/tmp/',
|
||||
PARTITION p1 VALUES LESS THAN (3) ENGINE=INNODB
|
||||
data DIRECTORY='c:/tmp/'
|
||||
index DIRECTORY = 'c:/tmp/'
|
||||
index DIRECTORY = 'c:/tmp/'
|
||||
);
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user