Commit 78d5a764 authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warnings

parent 1ed1b779
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment