diff --git a/modules/dispatcher/README b/modules/dispatcher/README index 06db6ff6b86..c530ce978c5 100644 --- a/modules/dispatcher/README +++ b/modules/dispatcher/README @@ -166,10 +166,13 @@ Chapter 1. Admin Guide now take a set number preceded by a partition name and colon(i.e "part_name: 5"). If a set is not preceded by any partition name the default partition will be used. Thus, the - following arguments are equivalent: "default : 4" vs "4". Also, - in version 1.12 the "flags" parameter has been moved to to - ds_select_dst and ds_select_domain along with "force_dst" and - "use_default" flags. + following arguments are equivalent: "default : 4" vs "4". + Remember that in order to be able to use a table from a + partition, its name must be found in the "version" table + belonging to the database defined in the partition's db_url. + Also, in version 1.12 the "flags" parameter has been moved to + to ds_select_dst and ds_select_domain along with "force_dst" + and "use_default" flags. 1.2. Dependencies diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml index a69b1bc0f45..49de007e98d 100644 --- a/modules/dispatcher/doc/dispatcher_admin.xml +++ b/modules/dispatcher/doc/dispatcher_admin.xml @@ -34,9 +34,11 @@ specified in the parameter's description will be used. Functions taking set arguments will now take a set number preceded by a partition name and colon(i.e "part_name: 5"). If a set is not preceded by any partition name the default partition will be used. - Thus, the following arguments are equivalent: "default : 4" vs "4". Also, in version 1.12 - the "flags" parameter has been moved to to ds_select_dst and ds_select_domain along with - "force_dst" and "use_default" flags. + Thus, the following arguments are equivalent: "default : 4" vs "4". + Remember that in order to be able to use a table from a partition, its name must be + found in the "version" table belonging to the database defined in the partition's db_url. + Also, in version 1.12 the "flags" parameter has been moved to to ds_select_dst and + ds_select_domain along with "force_dst" and "use_default" flags.