summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2014-12-21 19:23:28 +0100
committerunknown <sanja@askmonty.org>2014-12-21 19:23:28 +0100
commit3818bbb0cb87eae0cbc6fbd9dcce7060ad08ecca (patch)
tree75ac4f646f3aaf583339780e31df2e86808e2e14 /sql/table.h
parent260727adc6d1b805e6854315c3a18d3a30138bc6 (diff)
downloadmariadb-git-3818bbb0cb87eae0cbc6fbd9dcce7060ad08ecca.tar.gz
Adding mariadb-version on the view creation to view frm. (MDEV-6916 followup)
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index ac15e389f75..8e8c2811b71 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -1807,6 +1807,7 @@ struct TABLE_LIST
LEX_STRING timestamp; /* GMT time stamp of last operation */
st_lex_user definer; /* definer of view */
ulonglong file_version; /* version of file's field set */
+ ulonglong mariadb_version; /* version of server on creation */
ulonglong updatable_view; /* VIEW can be updated */
/**
@brief The declared algorithm, if this is a view.