Commit 33f2172d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:1979], fix more warnings

git-svn-id: file:///svn/mysql/tokudb-engine/src@15777 c7de825b-a66e-492c-adef-691d508d4ae1
parent 87180f29
...@@ -4876,7 +4876,6 @@ int ha_tokudb::create(const char *name, TABLE * form, HA_CREATE_INFO * create_in ...@@ -4876,7 +4876,6 @@ int ha_tokudb::create(const char *name, TABLE * form, HA_CREATE_INFO * create_in
TOKUDB_DBUG_ENTER("ha_tokudb::create"); TOKUDB_DBUG_ENTER("ha_tokudb::create");
int error; int error;
DB *status_block = NULL; DB *status_block = NULL;
KEY* prim_key = NULL;
uint version; uint version;
uint capabilities; uint capabilities;
DB_TXN* txn = NULL; DB_TXN* txn = NULL;
...@@ -5044,7 +5043,6 @@ cleanup: ...@@ -5044,7 +5043,6 @@ cleanup:
int ha_tokudb::delete_or_rename_table (const char* from_name, const char* to_name, bool is_delete) { int ha_tokudb::delete_or_rename_table (const char* from_name, const char* to_name, bool is_delete) {
int error; int error;
DB* status_db; DB* status_db;
DB* db_to_delete = NULL;
DBC* status_cursor = NULL; DBC* status_cursor = NULL;
DB_TXN* txn = NULL; DB_TXN* txn = NULL;
DBT curr_key; DBT curr_key;
......
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