Remove unused variables.
This commit is contained in:
parent
9fe92a9770
commit
2158de8865
@ -3841,7 +3841,6 @@ int handler::delete_table(const char *name)
|
|||||||
int saved_error= 0;
|
int saved_error= 0;
|
||||||
int error= 0;
|
int error= 0;
|
||||||
int enoent_or_zero;
|
int enoent_or_zero;
|
||||||
char buff[FN_REFLEN];
|
|
||||||
|
|
||||||
if (ht->discover_table)
|
if (ht->discover_table)
|
||||||
enoent_or_zero= 0; // the table may not exist in the engine, it's ok
|
enoent_or_zero= 0; // the table may not exist in the engine, it's ok
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
int mi_delete_table(const char *name)
|
int mi_delete_table(const char *name)
|
||||||
{
|
{
|
||||||
int res;
|
|
||||||
DBUG_ENTER("mi_delete_table");
|
DBUG_ENTER("mi_delete_table");
|
||||||
|
|
||||||
#ifdef EXTRA_DEBUG
|
#ifdef EXTRA_DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user