Commit 0405f5c9 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4635] always show the row_format with show create table, even if the

row format wasn't set with sql


git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@41616 c7de825b-a66e-492c-adef-691d508d4ae1
parent 30b7978f
......@@ -6273,6 +6273,9 @@ void ha_tokudb::update_create_info(HA_CREATE_INFO* create_info) {
info(HA_STATUS_AUTO);
create_info->auto_increment_value = stats.auto_increment_value;
}
// show create table asks us to update this create_info, this makes it
// so we'll always show what compression type we're using
create_info->row_type = get_row_type();
}
//
......
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