mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with 4.0.18
This commit is contained in:
@@ -18,6 +18,7 @@ DROP DATABASE IF EXISTS test_$1;
|
||||
|
||||
create database test_$1;
|
||||
create table test_$1.r1 (i int) raid_type=1;
|
||||
create table test_$1.r2 (i int) raid_type=1 raid_chunks=32;
|
||||
drop database test_$1;
|
||||
|
||||
CREATE TABLE t1 (
|
||||
|
||||
Reference in New Issue
Block a user