Commit d1841f72 authored by unknown's avatar unknown

build fix for solaris 10 sparc -max


sql/ha_ndbcluster.cc:
  ndbcluster_fill_files_table should return int
parent 84940191
......@@ -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;
}
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