- Log -----------------------------------------------------------------
commit 0ab841598ffb490f4246f892248f0b409e411cc1
Author: Howard Chu<hyc@symas.com>
Date: Sun Sep 18 16:39:18 2011 -0700
Fix 09006ccec7928c9cf53bca6abe741e8d4d466c98
Check for stale DBs was in the wrong place.
Since back-mdb does no caching, it's OK to run slapadd while slapd is running;
slapd will see the new data immediately. In fact you can run multiple slapds
on the same database and they will stay perfectly in sync. I'm not sure that
that's actually a useful thing to do, but you can do it if you want...