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

Fixed compiler warnings from optimized builds

This commit is contained in:
Michael Widenius
2019-01-15 17:05:42 +02:00
parent ce06990056
commit 9990027f87
7 changed files with 10 additions and 10 deletions

View File

@ -319,9 +319,7 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
DBUG_RETURN(true);
}
TABLE *table= table_list->table;
DBUG_ASSERT(table);
DBUG_ASSERT(table_list->table);
DBUG_ASSERT(!conds || thd->stmt_arena->is_stmt_execute());
// conds could be cached from previous SP call