mariadb/storage/ndb/src
unknown 7e6ab3a006 Ndb.hpp, Ndb.cpp, ha_ndbcluster.cc:
Add a check if setting an auto_increment field will change it's next value before retrieving tuple_id_range lock. This avoids hitting locks when updating auto_increment values to a lower value than the current maximum. This is useful in loading a table with auto_increment where one loads the highest numbered pk's first and then proceeds backwards to the first. This can then be achieved with the same performance as a normal insert without auto_increment.
ndb_restore.result:
  Updated result file


mysql-test/suite/ndb/r/ndb_restore.result:
  Updated result file
sql/ha_ndbcluster.cc:
  Add a check if setting an auto_increment field will change it's next value before retrieving tuple_id_range lock. This avoids hitting locks when updating auto_increment values to a lower value than the current maximum. This is useful in loading a table with auto_increment where one loads the highest numbered pk's first and then proceeds backwards to the first. This can then be achieved with the same performance as a normal insert without auto_increment.
storage/ndb/include/ndbapi/Ndb.hpp:
  Add a check if setting an auto_increment field will change it's next value before retrieving tuple_id_range lock. This avoids hitting locks when updating auto_increment values to a lower value than the current maximum. This is useful in loading a table with auto_increment where one loads the highest numbered pk's first and then proceeds backwards to the first. This can then be achieved with the same performance as a normal insert without auto_increment.
storage/ndb/src/ndbapi/Ndb.cpp:
  Add a check if setting an auto_increment field will change it's next value before retrieving tuple_id_range lock. This avoids hitting locks when updating auto_increment values to a lower value than the current maximum. This is useful in loading a table with auto_increment where one loads the highest numbered pk's first and then proceeds backwards to the first. This can then be achieved with the same performance as a normal insert without auto_increment.
2008-01-23 11:40:06 +01:00
..
common ndb - bug#32359 2007-11-14 10:46:34 +01:00
cw Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca 2007-10-08 15:22:25 +02:00
external/WIN32.x86/sci/lib Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
kernel Merge mysql.com:/home/marty/MySQL/mysql-5.0-ndb 2007-12-07 10:46:12 +01:00
mgmapi [PATCH] Bug#30681 mgmapi CHECK_TIMEDOUT_RET should be DBUG_CHECK_TIMEDOUT_RET 2007-08-29 14:30:21 +10:00
mgmclient [PATCH] BUG#29509 ndb_mgm help needs to list the -a option for DN restart 2007-10-03 17:26:17 +10:00
mgmsrv Merge whalegate.ndb.mysql.com:/home/tomas/cge-5.1 2007-12-10 10:32:21 +01:00
ndbapi Ndb.hpp, Ndb.cpp, ha_ndbcluster.cc: 2008-01-23 11:40:06 +01:00
libndb.ver.in Add code to actually version the symbols in the library, and not just the library. bug #13522 2007-01-18 16:31:43 -08:00
Makefile.am Merge qualinost.(none):/home/mtaylor/src/mysql-5.0-maint 2007-01-19 16:58:03 -08:00