Commit 753b44e5 authored by unknown's avatar unknown
Browse files

Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table

parent 8373ba05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ handlerton ndbcluster_hton = {
  NULL, /* create_cursor_read_view */
  NULL, /* set_cursor_read_view */
  NULL, /* close_cursor_read_view */
  HTON_NO_FLAGS
  HTON_CAN_RECREATE
};

#define NDB_AUTO_INCREMENT_RETRIES 10