Commit 594898de authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2007], make handlerton change

git-svn-id: file:///svn/mysql/tokudb-engine/src@14647 c7de825b-a66e-492c-adef-691d508d4ae1
parent d21febec
......@@ -725,6 +725,9 @@ bool tokudb_show_status(handlerton * hton, THD * thd, stat_print_fn * stat_print
case HA_ENGINE_DATA_AMOUNT:
return tokudb_show_data_size(thd, stat_print, false);
break;
case HA_ENGINE_DATA_EXACT_AMOUNT:
return tokudb_show_data_size(thd, stat_print, true);
break;
case HA_ENGINE_LOGS:
return tokudb_show_logs(thd, stat_print);
break;
......
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