mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
[t:3400], remove extraneous TODO
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@30231 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ba3ed189af
commit
13d8070f09
1 changed files with 0 additions and 1 deletions
|
@ -2070,7 +2070,6 @@ int ha_tokudb::verify_frm_data(const char* frm_name) {
|
|||
error = readfrm(frm_name,&mysql_frm_data,&mysql_frm_len);
|
||||
if (error) { goto cleanup; }
|
||||
|
||||
// TODO: get the frm data that we have stored
|
||||
key.data = &curr_key;
|
||||
key.size = sizeof(curr_key);
|
||||
error = share->status_block->getf_set(
|
||||
|
|
Loading…
Reference in a new issue