mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Bug#25668 mysqld may core if cluster disconnected
- recommit in 4.1
This commit is contained in:
parent
f6e70c1453
commit
292ba83f40
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue