mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
sql_prepare.cc:
Remove the unused code (from previous commit)
This commit is contained in:
parent
1f88025066
commit
27b336c46b
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…
Add table
Reference in a new issue