build fix for solaris 10 sparc -max

sql/ha_ndbcluster.cc:
  ndbcluster_fill_files_table should return int
This commit is contained in:
unknown 2006-02-02 16:14:31 +11:00
parent 921ceda34c
commit f31f66433e

View File

@ -9759,4 +9759,5 @@ static int ndbcluster_fill_files_table(THD *thd, TABLE_LIST *tables, COND *cond)
schema_table_store_record(thd, table);
}
}
return 0;
}