Skip to content
Permalink
Browse files
compiler warnings
  • Loading branch information
vuvova committed Feb 5, 2019
1 parent 1ed1b77 commit 78d5a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -6480,8 +6480,8 @@ static int get_check_constraints_record(THD *thd, TABLE_LIST *tables,
push_warning(thd, Sql_condition::WARN_LEVEL_WARN,
thd->get_stmt_da()->sql_errno(),
thd->get_stmt_da()->message());
thd->clear_error();
DBUG_RETURN(0);
thd->clear_error();
DBUG_RETURN(0);
}
if(!tables->view)
{
@@ -2655,7 +2655,7 @@ fts_optimize_new_table(
empty_slot = i;
} else if (slot->table == table) {
/* Already exists in our optimize queue. */
ut_ad(slot->table_id = table->id);
ut_ad(slot->table_id == table->id);
return(FALSE);
}
}

0 comments on commit 78d5a76

Please sign in to comment.