Current Path : /usr/opt/mysql57/mysql-test/suite/ndb/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/suite/ndb/r/ndb_hashmap.result |
create table t1 (x int primary key) engine=ndbcluster; CREATE TEMPORARY TABLE IF NOT EXISTS ndb_show_tables_results ( id INT, type VARCHAR(20), state VARCHAR(20), logging VARCHAR(20), _database VARCHAR(255), _schema VARCHAR(20), name VARCHAR(255) ); ndb_show_tables completed..... select name from ndb_show_tables_results where type like '%0%' and name like '%HASHMAP%-7%'; name alter table t1 partition by key() partitions 7; ndb_show_tables completed..... select name from ndb_show_tables_results where type like '%0%' and name like '%HASHMAP%-7%'; name 'DEFAULT-HASHMAP-116-7' drop table t1, ndb_show_tables_results;