1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

ufter revview fix (BUG#2120)

This commit is contained in:
bell@sanja.is.com.ua
2004-02-09 14:44:03 +02:00
parent b99d13582b
commit 74a9ca1991
8 changed files with 62 additions and 32 deletions

View File

@ -48,7 +48,8 @@ static TABLE **find_table_ptr_by_name(THD *thd,const char *db,
int mysql_ha_open(THD *thd, TABLE_LIST *tables)
{
HANDLER_TABLES_HACK(thd);
int err=open_tables(thd,tables);
uint counter;
int err=open_tables(thd, tables, &counter);
HANDLER_TABLES_HACK(thd);
if (err)
return -1;