Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Back out ad88c42b0255 due to patch 1/2 applied, a=Standard8
Browse files Browse the repository at this point in the history
--HG--
branch : COMM80_20111018_RELBRANCH
extra : transplant_source : %DD%94%3D%E3%DE%11%B1%B3%E4%F1/%5C%00%EA%20%C4%A5Q%A2%22
  • Loading branch information
LegNeato committed Oct 18, 2011
1 parent efdd628 commit 4218679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/mozapps/extensions/AddonRepository.jsm
Expand Up @@ -1320,7 +1320,7 @@ var AddonDatabase = {
LOG("Deleting database, and attempting openConnection again"); LOG("Deleting database, and attempting openConnection again");
dbfile.remove(false); dbfile.remove(false);
return this.openConnection(true); return this.openConnection(true);
}).bind(this); }


this.connection.executeSimpleSQL("PRAGMA locking_mode = EXCLUSIVE"); this.connection.executeSimpleSQL("PRAGMA locking_mode = EXCLUSIVE");
if (dbMissing || this.connection.schemaVersion == 0) if (dbMissing || this.connection.schemaVersion == 0)
Expand Down

0 comments on commit 4218679

Please sign in to comment.