mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge poseidon.mysql.com:/home/tomas/mysql-5.0-telco-gca
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb
This commit is contained in:
commit
b7c3aeae2c
1 changed files with 1 additions and 1 deletions
|
@ -3243,7 +3243,7 @@ int ha_ndbcluster::info(uint flag)
|
|||
if (flag & HA_STATUS_AUTO)
|
||||
{
|
||||
DBUG_PRINT("info", ("HA_STATUS_AUTO"));
|
||||
if (m_table)
|
||||
if (m_table && table->found_next_number_field)
|
||||
{
|
||||
Ndb *ndb= get_ndb();
|
||||
|
||||
|
|
Loading…
Reference in a new issue