初版
This commit is contained in:
6
build/lib/mysql/mysql-test/r/partition_federated.result
Normal file
6
build/lib/mysql/mysql-test/r/partition_federated.result
Normal file
@@ -0,0 +1,6 @@
|
||||
drop table if exists t1;
|
||||
create table t1 (s1 int) engine=federated
|
||||
connection='mysql://root@localhost/federated/t1' partition by list (s1)
|
||||
(partition p1 values in (1), partition p2 values in (2));
|
||||
ERROR HY000: Engine cannot be used in partitioned tables
|
||||
End of 5.1 tests
|
||||
Reference in New Issue
Block a user