Bug 329691 r=bryner Refactor init so that table creation happens before the

dummy database statement (which keeps the cache from expiring) starts. Fixes
errors during DB init and also performance problems on first run.

Original committer: brettw%gmail.com
Original revision: 1.6
Original date: 2006/03/09 17:34:35


git-svn-id: svn://10.0.0.236/trunk@202803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:22:20 +00:00
parent 9a2ddfbd07
commit 0cc6f11d9a

View File

@ -52,6 +52,8 @@ public:
nsresult Init();
static nsresult InitTables(mozIStorageConnection* aDBConn);
NS_DECL_ISUPPORTS
NS_DECL_NSIANNOTATIONSERVICE