Fix VC++ compiler error

This commit is contained in:
miguel@hegel.local 2002-05-14 21:28:09 -03:00
parent 3893920cbe
commit dfd0b75f7f

View file

@ -1071,7 +1071,7 @@ void Query_cache::invalidate(CHANGED_TABLE_LIST *tables_used)
DUMP(this);
for ( ; tables_used; tables_used=tables_used->next)
{
invalidate_table(tables_used->key, tables_used->key_length);
invalidate_table((uchar *) tables_used->key, tables_used->key_length);
DBUG_PRINT("qcache", (" db %s, table %s", tables_used->key,
tables_used->table_name));
}