#At file:///home/msvensson/mysql/7.0/ based on revid:magnus.blaudd@stripped
4347 Magnus Blåudd 2011-04-29
ndb
- mark ha_ndbcluster::eventSetAnyyValue as const
modified:
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.h
=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc 2011-04-12 16:14:41 +0000
+++ b/sql/ha_ndbcluster.cc 2011-04-29 09:06:21 +0000
@@ -3847,7 +3847,7 @@ ha_ndbcluster::get_hidden_fields_scan(Nd
inline void
ha_ndbcluster::eventSetAnyValue(THD *thd,
- NdbOperation::OperationOptions *options)
+ NdbOperation::OperationOptions *options) const
{
options->anyValue= 0;
if (unlikely(m_slow_path))
=== modified file 'sql/ha_ndbcluster.h'
--- a/sql/ha_ndbcluster.h 2011-04-12 16:06:13 +0000
+++ b/sql/ha_ndbcluster.h 2011-04-29 09:06:21 +0000
@@ -716,7 +716,8 @@ private:
NdbOperation::GetValueSpec gets[2]);
void get_hidden_fields_scan(NdbScanOperation::ScanOptions *options,
NdbOperation::GetValueSpec gets[2]);
- void eventSetAnyValue(THD *thd, NdbOperation::OperationOptions *options);
+ void eventSetAnyValue(THD *thd,
+ NdbOperation::OperationOptions *options) const;
bool check_index_fields_in_write_set(uint keyno);
const NdbOperation *pk_unique_index_read_key(uint idx,
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110429090621-q0nx6n38lpxx5vll.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:4347) | Magnus Blåudd | 29 Apr |