List:Commits« Previous MessageNext Message »
From:tomas Date:February 1 2006 9:37pm
Subject:bk commit into 5.1 tree (tomas:1.2123)
View as plain text  
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.2123 06/02/01 22:37:25 tomas@stripped +1 -0
  bug, ndb onject on thread unitialized on handlerton call in files information schema  

  sql/ha_ndbcluster.cc
    1.255 06/02/01 22:37:19 tomas@stripped +1 -2
    bug, ndb onject on thread unitialized on handlerton call in files information schema  

# 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/mysql-5.1-release

--- 1.254/sql/ha_ndbcluster.cc	2006-02-01 14:52:27 +01:00
+++ 1.255/sql/ha_ndbcluster.cc	2006-02-01 22:37:19 +01:00
@@ -9605,8 +9605,7 @@
 static int ndbcluster_fill_files_table(THD *thd, TABLE_LIST *tables, COND *cond)
 {
   TABLE* table= tables->table;
-  Thd_ndb *thd_ndb= get_thd_ndb(thd);
-  Ndb *ndb= thd_ndb->ndb;
+  Ndb *ndb= check_ndb_in_thd(thd);
   NdbDictionary::Dictionary* dict= ndb->getDictionary();
   NdbDictionary::Dictionary::List dflist;
 
Thread
bk commit into 5.1 tree (tomas:1.2123)tomas1 Feb