初版
This commit is contained in:
7
build/lib/mysql/mysql-test/r/partition_blackhole.result
Normal file
7
build/lib/mysql/mysql-test/r/partition_blackhole.result
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE IF EXISTS t1;
|
||||
CREATE TABLE `t1` (
|
||||
`id` int(11) default NULL
|
||||
) ENGINE=BLACKHOLE DEFAULT CHARSET=latin1 PARTITION BY HASH (id) ;
|
||||
SELECT * FROM t1;
|
||||
id
|
||||
DROP TABLE t1;
|
||||
Reference in New Issue
Block a user