#At file:///home/msvensson/mysql/7.0/ based on revid:magnus.blaudd@stripped
4203 Magnus Blåudd 2011-02-18
ndb
- remove unused ha_ndbcluster::ha_initialise()
modified:
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.h
=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc 2011-02-16 10:06:16 +0000
+++ b/sql/ha_ndbcluster.cc 2011-02-18 10:19:20 +0000
@@ -9521,16 +9521,6 @@ ha_ndbcluster::ha_ndbcluster(handlerton
}
-int ha_ndbcluster::ha_initialise()
-{
- DBUG_ENTER("ha_ndbcluster::ha_initialise");
- if (check_ndb_in_thd(current_thd))
- {
- DBUG_RETURN(FALSE);
- }
- DBUG_RETURN(TRUE);
-}
-
/**
Destructor for NDB Cluster table handler.
*/
=== modified file 'sql/ha_ndbcluster.h'
--- a/sql/ha_ndbcluster.h 2011-02-16 06:02:34 +0000
+++ b/sql/ha_ndbcluster.h 2011-02-18 10:19:20 +0000
@@ -379,7 +379,6 @@ class ha_ndbcluster: public handler
ha_ndbcluster(handlerton *hton, TABLE_SHARE *table);
~ha_ndbcluster();
- int ha_initialise();
#ifndef NDB_WITHOUT_READ_BEFORE_WRITE_REMOVAL
void column_bitmaps_signal(uint sig_type);
#endif
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110218101920-f0cy3coia5x26tjf.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:4203) | Magnus Blåudd | 18 Feb |