diff options
author | kevgs <claprix@yandex.ru> | 2016-11-01 19:51:44 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2017-05-05 20:36:15 +0300 |
commit | a22cbc453f6140ef0588328f3b4b72553286ad8e (patch) | |
tree | 67e8e37a562c2cb9fd39528a9e753932f3ec2b15 /storage/innobase/include/row0upd.h | |
parent | 012e3e7e4e9929d7c40e9f98b277ad5456a4581c (diff) | |
download | mariadb-git-a22cbc453f6140ef0588328f3b4b72553286ad8e.tar.gz |
IB: (0.4) foreign keys for versioned tables (#58)
Diffstat (limited to 'storage/innobase/include/row0upd.h')
-rw-r--r-- | storage/innobase/include/row0upd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/include/row0upd.h b/storage/innobase/include/row0upd.h index d035e346c1e..1775eb2e179 100644 --- a/storage/innobase/include/row0upd.h +++ b/storage/innobase/include/row0upd.h @@ -583,6 +583,7 @@ struct upd_node_t{ UPD_NODE_NO_ORD_CHANGE and UPD_NODE_NO_SIZE_CHANGE, ORed */ bool versioned;/* update is versioned */ + bool vers_delete;/* versioned delete */ /*----------------------*/ /* Local storage for this graph node */ ulint state; /*!< node execution state */ |