[Yum-devel] [PATCH] createrepo: typo in pragma
James Antill
james at fedoraproject.org
Thu Aug 6 19:34:04 UTC 2009
On Thu, 2009-08-06 at 14:01 -0400, Mike Bonnet wrote:
> Fix a one-character typo in a PRAGMA. This doesn't actually affect
> operation (the typoed version still had the desired effect).
Obvious ACK :)
> ---
> createrepo/__init__.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/createrepo/__init__.py b/createrepo/__init__.py
> index a28433e..609569a 100644
> --- a/createrepo/__init__.py
> +++ b/createrepo/__init__.py
> @@ -1199,7 +1199,7 @@ class MetaDataSqlite(object):
>
> def create_filelists_db(self):
> schema = [
> - """PRAGMA synchronous="0FF";""",
> + """PRAGMA synchronous="OFF";""",
> """pragma locking_mode="EXCLUSIVE";""",
> """CREATE TABLE db_info (dbversion INTEGER, checksum
> TEXT);""",
> """CREATE TABLE filelist ( pkgKey INTEGER, dirname TEXT,
> filenames TEXT, filetypes TEXT);""",
--
James Antill <james at fedoraproject.org>
Fedora
More information about the Yum-devel
mailing list