From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1FC502B020 for ; Tue, 2 Oct 2018 09:36:55 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0ucHWrR51jgH for ; Tue, 2 Oct 2018 09:36:55 -0400 (EDT) Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id D22412B024 for ; Tue, 2 Oct 2018 09:36:54 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH 3/3] sql: delete ignore_check_constraints pragma From: "n.pettik" In-Reply-To: <27d2bf9aa3b316345d3016590e3047c4b204b3ed.1538476785.git.avkhatskevich@tarantool.org> Date: Tue, 2 Oct 2018 16:36:52 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <27d2bf9aa3b316345d3016590e3047c4b204b3ed.1538476785.git.avkhatskevich@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Alex Khatskevich > diff --git a/src/box/sql/sqliteInt.h b/src/box/sql/sqliteInt.h > index b2d527834..8883d37ad 100644 > --- a/src/box/sql/sqliteInt.h > +++ b/src/box/sql/sqliteInt.h > @@ -1558,7 +1558,7 @@ struct sqlite3 { > #define SQLITE_WhereTrace 0x00008000 /* Debug info about = optimizer's work */ > #define SQLITE_VdbeListing 0x00000400 /* Debug listings of = VDBE programs */ > #define SQLITE_VdbeAddopTrace 0x00001000 /* Trace = sqlite3VdbeAddOp() calls */ > -#define SQLITE_IgnoreChecks 0x00002000 /* Do not enforce check = constraints */ > +/* 0x00002000 Free bit */ The same: don=E2=80=99t do it. Lets simply delete this flag. The rest is OK.=