Commit faab918e authored by Aleksey Midenkov's avatar Aleksey Midenkov

Style: comment about VTQ

parent b44425c6
#ifndef VTQ_INCLUDED
#define VTQ_INCLUDED
/* Copyright (c) 2016, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify
......@@ -15,6 +16,15 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */
/**
VTQ stands for 'versioning transaction query': InnoDB system table that holds
transaction IDs, their corresponding times and other transaction-related
data which is used for transaction order resolution. When versioned table
marks its records lifetime with transaction IDs, VTQ is used to get their
actual timestamps. */
enum vtq_field_t
{
VTQ_ALL = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment