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 B1F18292A4 for ; Fri, 1 Jun 2018 14:51:19 -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 AaJiqu6fCqHY for ; Fri, 1 Jun 2018 14:51:19 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 6EDD729273 for ; Fri, 1 Jun 2018 14:51:19 -0400 (EDT) Date: Fri, 1 Jun 2018 21:51:17 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v1 4/4] sql: move Triggers to server Message-ID: <20180601185117.GB22817@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: v.shpilevoy@tarantool.org, Kirill Shcherbatov * Kirill Shcherbatov [18/05/31 14:26]: > index b62f8ad..6e4f15d 100644 > --- a/src/box/alter.cc > +++ b/src/box/alter.cc > @@ -53,6 +53,7 @@ > #include "version.h" > #include "sequence.h" > #include "sql.h" > +#include "box.h" > > /** Whoa, if you had to include box.h something went terribly wrong. It's a dependency loop. Please read the SOP part about managing header file dependencies and rethink dependencies in your code. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov