1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

compatibility issues

Fixed errors reported by valgrind (some errors in NDB remains)
This commit is contained in:
monty@mysql.com
2005-05-20 16:14:35 +03:00
parent ed674271d4
commit 0b75f6e37b
8 changed files with 33 additions and 23 deletions

View File

@ -48,7 +48,7 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
{
my_error(ER_VIEW_DELETE_MERGE_VIEW, MYF(0),
table_list->view_db.str, table_list->view_name.str);
DBUG_RETURN(-1);
DBUG_RETURN(TRUE);
}
table->file->info(HA_STATUS_VARIABLE | HA_STATUS_NO_LOCK);
thd->proc_info="init";