~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
use data_dictionary;
SELECT count(*) FROM replication_streams;
count(*)
#
show create table replication_streams;
Table	Create Table
replication_streams	CREATE TABLE `replication_streams` (
  `REPLICATOR` varchar(256) NOT NULL DEFAULT '',
  `APPLIER` varchar(256) NOT NULL DEFAULT ''
) ENGINE=FunctionEngine