mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
sql_prepare.cc:
Remove the unused code (from previous commit) sql/sql_prepare.cc: Remove the unused code (from previous commit)
This commit is contained in:
parent
ade3fbc390
commit
df22e3c215
1 changed files with 0 additions and 5 deletions
|
@ -575,11 +575,6 @@ static bool mysql_test_select_fields(PREP_STMT *stmt, TABLE_LIST *tables,
|
|||
|
||||
if (lex->describe)
|
||||
{
|
||||
if (!(result= new select_send()))
|
||||
{
|
||||
send_error(thd, ER_OUT_OF_RESOURCES);
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
if (send_prep_stmt(stmt, 0) || send_item_params(stmt))
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue