Commit 00cbeb84 authored by pekka@mysql.com's avatar pekka@mysql.com
Browse files

ndb - minor fix to unhandled error, already in 5.1 [ auto-incr ]

parent 6ff1648d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3056,6 +3056,7 @@ void ha_ndbcluster::info(uint flag)
                        (ulong) err.code, err.message);
        auto_increment_value= ~(Uint64)0;
      }
      else
        auto_increment_value= (ulonglong)auto_increment_value64;
    }
  }