Commit 457d4315 authored by unknown's avatar unknown
Browse files

Bug#25668 mysqld may core if cluster disconnected

- recommit in 4.1

parent 077840fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5373,7 +5373,7 @@ ndb_get_table_statistics(ha_ndbcluster* file, bool report_error, Ndb* ndb,
retry:
    if(report_error)
    {
      if (file)
      if (file && pTrans)
      {
        reterr= file->ndb_err(pTrans);
      }