From f31f66433ea05aad78e3a622d7cda7d50aac0431 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Feb 2006 16:14:31 +1100 Subject: [PATCH] build fix for solaris 10 sparc -max sql/ha_ndbcluster.cc: ndbcluster_fill_files_table should return int --- sql/ha_ndbcluster.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 235c0d3949c..21714c8b99e 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -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; }