summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0upd.h
diff options
context:
space:
mode:
authorkevgs <claprix@yandex.ru>2016-11-01 19:51:44 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-05-05 20:36:15 +0300
commita22cbc453f6140ef0588328f3b4b72553286ad8e (patch)
tree67e8e37a562c2cb9fd39528a9e753932f3ec2b15 /storage/innobase/include/row0upd.h
parent012e3e7e4e9929d7c40e9f98b277ad5456a4581c (diff)
downloadmariadb-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.h1
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 */