The tables for locality scheduling are created by the script boinc/db/schema_locality.sql.
e.g.: if your project is named "foo", cd to boinc/db/ and type mysql foo < schema_locality.sql -- David On 21-Oct-2011 12:38 PM, Bernd Machenschalk wrote: > Max Dmitrichenko wrote, On 21.10.11 19:22: > >> Well... when I create project and add<locality_scheduling/> to the >> config.xml >> I read errors in scheduler log... >> >> query: SELECT fs.id, fs.name, t.id, t.fileset_id, t.need_work, >> t.work_available, t.no_work_available, t.working_set_removal FROM >> fileset fs INNER JOIN sched_trigger t ON fs.id = t.fileset_id WHERE >> work_available = 1 >> Database error: Table 'test_project.fileset' doesn't exist >> >> I guess that the DB for locality scheduled projects must be created >> with some specific way. Can you tell the right way? > > Not from scratch. > > The commit Oliver made to the BOINC repo should have included the > necessary database changes / updates. > > Oliver? > > Best, > Bernd > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
