Commit f31f6643 authored by unknown's avatar unknown
Browse files

build fix for solaris 10 sparc -max


sql/ha_ndbcluster.cc:
  ndbcluster_fill_files_table should return int
parent 921ceda3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}