[Tarantool-patches] [PATCH v1 8/9] sql: inherit sql_trigger from a new trigger class
Konstantin Osipov
kostja at scylladb.com
Thu Oct 17 10:38:49 MSK 2019
* Kirill Shcherbatov <kshcherbatov at tarantool.org> [19/10/14 19:07]:
> struct sql_trigger {
> - /** The name of the trigger. */
> - char *zName;
> - /** The ID of space the trigger refers to. */
> - uint32_t space_id;
> + struct trigger base;
I agree with this inheritance path, but it's incomplete
sql_trigger inherits from box_trigger which inherits from
core/trigger.
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list