After merge fixes

This commit is contained in:
unknown 2004-07-12 07:43:38 +03:00
commit c4645f8404
12 changed files with 18 additions and 17 deletions

View file

@ -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))
{