mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
After merge fixes
This commit is contained in:
parent
11b8987313
commit
c4645f8404
12 changed files with 18 additions and 17 deletions
|
|
@ -587,7 +587,7 @@ db_show_routine_status(THD *thd, int type, const char *wild)
|
|||
}
|
||||
}
|
||||
|
||||
table->file->index_init(0);
|
||||
table->file->ha_index_init(0);
|
||||
if ((res= table->file->index_first(table->record[0])))
|
||||
{
|
||||
res= (res == HA_ERR_END_OF_FILE) ? 0 : SP_INTERNAL_ERROR;
|
||||
|
|
@ -647,7 +647,7 @@ sp_drop_db_routines(THD *thd, char *db)
|
|||
}
|
||||
|
||||
ret= SP_OK;
|
||||
table->file->index_init(0);
|
||||
table->file->ha_index_init(0);
|
||||
if (! table->file->index_read(table->record[0],
|
||||
key, keylen, HA_READ_KEY_EXACT))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue