mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix after manual merge: remove dead declaration.
This commit is contained in:
@ -277,7 +277,6 @@ static int emb_stmt_execute(MYSQL_STMT *stmt)
|
|||||||
{
|
{
|
||||||
DBUG_ENTER("emb_stmt_execute");
|
DBUG_ENTER("emb_stmt_execute");
|
||||||
char header[5];
|
char header[5];
|
||||||
MYSQL_DATA *res;
|
|
||||||
THD *thd;
|
THD *thd;
|
||||||
my_bool res;
|
my_bool res;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user