ndb - bug#16341
unknown authored
  create tablespace/logfile group should "back out changes"


mysql-test/r/ndb_dd_ddl.result:
  add testcase for bug#16341
mysql-test/t/ndb_dd_ddl.test:
  add testcase for bug#16341
sql/ha_ndbcluster.cc:
  If create data/undo file fails, check if filegroup is same version, and if it is drop it (wo/ checking error)
storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp:
  add version to createfileconf
storage/ndb/include/ndbapi/NdbDictionary.hpp:
  Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  add version to createfileconf
storage/ndb/src/ndbapi/NdbDictionary.cpp:
  Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
  Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
  Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
5499586e
Name Last commit Last update
BUILD Merge perch.ndb.mysql.com:/home/jonas/src/50-jonas
BitKeeper Loosen up crashed repo check a bit to allow merging 5.0 -> 5.1.
Docs Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new,
VC++Files Merge mysql.com:/home/my/mysql-5.0
client Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge
cmd-line-utils Merge neptunus.(none):/home/msvensson/mysql/bug16557/my50-bug16557
config/ac-macros Merge jonas@perch:src/51-jonas
dbug After-merge fixes.
extra Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge
include Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge
libmysql Re-apply missing changeset, orignally pushed by elliot
libmysql_r Re-apply missing changeset, orignally pushed by elliot
libmysqld Re-apply missing changeset, orignally pushed by elliot
man - Removed obsolete and outdated man page files from the man
mysql-test ndb - bug#16341
mysys Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge
netware Merge
plugin Incompatible ftparser plugin API change.
pstack Makefile.am, configure.in:
regex Rename cmakelists.txt -> CMakeLists.txt
scripts Merge rurik.mysql.com:/home/igor/tmp_merge
server-tools Re-apply missing changeset, orignally pushed by elliot
sql-common Bug#18997: DATE_ADD and DATE_SUB perform year2K autoconversion magic on 4-digit year value
sql ndb - bug#16341
storage ndb - bug#16341
strings
support-files
tests
unittest
vio
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
COPYING
Makefile.am
README
configure.in
This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file.
- For commercial distributions, see the MySQLEULA.txt file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.