• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Dec-2020-

READMEH A D05-Dec-2020718 2213

gen_weak_user.shH A D05-Dec-2020178 65

generate_dml.shH A D05-Dec-20202.7 KiB8577

init_add_tables.ikH A D05-Dec-2020468 44

init_cluster.ikH A D05-Dec-2020134 43

init_create_set.ikH A D05-Dec-202058 31

init_data.sqlH A D05-Dec-2020683 86

init_schema.sqlH A D05-Dec-2020951 4944

init_subscribe_set.ikH A D05-Dec-2020166 54

schema.diffH A D05-Dec-2020272 44

settings.ikH A D05-Dec-202095 54

README

1
2
3This test validates the OMIT COPY functionality added to SUBSCRIBE SET
4
5It creates three simple tables as one replication set, and replicates
6them from one database to another.
7
8The tables are of the several interesting types:
9
101.  table1 has a formal primary key
11
122.  table2 lacks a formal primary key, but has a candidate primary key
13
143.  table4 which has columns of all sorts of vaguely esoteric types to
15exercise that points, paths, bitmaps, mac addresses, and inet types
16replicate properly.
17
184.  table5 has a composite primary key (on id1,id2,id3) where
19the primary key attributes are strewn throughout the table.  This is
20to make sure we have a case that exercises the logic that changed with
21bug #18.
22