[tarantool-patches] Re: [PATCH v1 4/4] sql: move Triggers to server

Konstantin Osipov kostja at tarantool.org
Fri Jun 1 21:51:17 MSK 2018


* Kirill Shcherbatov <kshcherbatov at tarantool.org> [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




More information about the Tarantool-patches mailing list