Commit 292ba83f authored by tomas@poseidon.mysql.com's avatar tomas@poseidon.mysql.com
Browse files

Bug#25668 mysqld may core if cluster disconnected

- recommit in 4.1
parent f6e70c14
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);
      }