mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
ndb - minor fix to unhandled error, already in 5.1 [ auto-incr ]
sql/ha_ndbcluster.cc: minor fix to unhandled error, already in 5.1
This commit is contained in:
parent
534c553271
commit
985795bdf9
1 changed files with 2 additions and 1 deletions
|
@ -3056,7 +3056,8 @@ void ha_ndbcluster::info(uint flag)
|
|||
(ulong) err.code, err.message);
|
||||
auto_increment_value= ~(Uint64)0;
|
||||
}
|
||||
auto_increment_value= (ulonglong)auto_increment_value64;
|
||||
else
|
||||
auto_increment_value= (ulonglong)auto_increment_value64;
|
||||
}
|
||||
}
|
||||
DBUG_VOID_RETURN;
|
||||
|
|
Loading…
Add table
Reference in a new issue