projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6f8fe
)
commit obviously broken pragma setting fix from mikeb@redhat.com
author
Seth Vidal
<skvidal@fedoraproject.org>
Tue, 18 Aug 2009 15:01:53 +0000
(11:01 -0400)
committer
Seth Vidal
<skvidal@fedoraproject.org>
Tue, 18 Aug 2009 15:01:53 +0000
(11:01 -0400)
createrepo/__init__.py
patch
|
blob
|
history
diff --git
a/createrepo/__init__.py
b/createrepo/__init__.py
index a28433e0723f8ed3b13682702595f23f5b088426..609569a81abac203bb3e2b455374dfac2b48cd6d 100644
(file)
--- a/
createrepo/__init__.py
+++ b/
createrepo/__init__.py
@@
-1199,7
+1199,7
@@
class MetaDataSqlite(object):
def create_filelists_db(self):
schema = [
- """PRAGMA synchronous="
0
FF";""",
+ """PRAGMA synchronous="
O
FF";""",
"""pragma locking_mode="EXCLUSIVE";""",
"""CREATE TABLE db_info (dbversion INTEGER, checksum TEXT);""",
"""CREATE TABLE filelist ( pkgKey INTEGER, dirname TEXT, filenames TEXT, filetypes TEXT);""",