Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2121 06/02/01 12:01:52 tomas@stripped +1 -0
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
correction
sql/ha_ndbcluster.cc
1.253 06/02/01 12:01:44 tomas@stripped +1 -2
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
correction
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql51
--- 1.252/sql/ha_ndbcluster.cc 2006-02-01 11:56:13 +01:00
+++ 1.253/sql/ha_ndbcluster.cc 2006-02-01 12:01:44 +01:00
@@ -8920,8 +8920,7 @@
}
if (!ndbtab->getTablespace(&id))
{
- ndberr= ndbdict->getNdbError();
- goto err;
+ return 0;
}
{
NdbDictionary::Tablespace ts= ndbdict->getTablespace(id);
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2121) BUG#16466 | tomas | 1 Feb |