diff options
author | unknown <bar@mysql.com> | 2004-06-24 18:46:41 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-06-24 18:46:41 +0500 |
commit | 5ce95c0a9cf6090f3c386c92a8f86d838d30a56a (patch) | |
tree | 0a5bd698bee97c067bde69674df1e3958ca568c3 /sql/table.cc | |
parent | 931e0a1482578396c48868a758d6efee3be233eb (diff) | |
download | mariadb-git-5ce95c0a9cf6090f3c386c92a8f86d838d30a56a.tar.gz |
"Version" column in SHOW TABLE STATUS.
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.cc b/sql/table.cc index e053eba7b6c..d0759c8d415 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -126,6 +126,7 @@ int openfrm(const char *name, const char *alias, uint db_stat, uint prgflag, goto err_not_open; /* purecov: inspected */ *fn_ext(index_file)='\0'; // Remove .frm extension + outparam->frm_version= head[2]; outparam->db_type=ha_checktype((enum db_type) (uint) *(head+3)); outparam->db_create_options=db_create_options=uint2korr(head+30); outparam->db_options_in_use=outparam->db_create_options; |