diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-05-12 18:14:03 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-05-12 18:14:03 +0200 |
commit | 8c9ce17359422c4cfe6c6c44e483d1b6ce9f8a56 (patch) | |
tree | 49fbbab05873de2472d4006ec57177fbca43ff16 /storage/connect/connect.cc | |
parent | 44cb1ce8a2d524c88cc8e2ea949cc933ba7a0832 (diff) | |
download | mariadb-git-8c9ce17359422c4cfe6c6c44e483d1b6ce9f8a56.tar.gz |
- Code cleaning.
modified:
storage/connect/connect.cc
storage/connect/tabutil.h
- Fix closing invalid tdbp in External_lock.
modified:
storage/connect/ha_connect.cc
- Fix closing null Tdbp
modified:
storage/connect/tabpivot.cpp*
- Fix regression error in table type TBL no more accepting missing
columns in sub-tables even when Accept was set to TRUE.
modified:
storage/connect/tabtbl.cpp
Diffstat (limited to 'storage/connect/connect.cc')
-rw-r--r-- | storage/connect/connect.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/connect/connect.cc b/storage/connect/connect.cc index 54816f80e5c..6ae730f20b2 100644 --- a/storage/connect/connect.cc +++ b/storage/connect/connect.cc @@ -657,11 +657,6 @@ int CntIndexInit(PGLOBAL g, PTDB ptdb, int id) cdp= tdbp->Key(k)->GetCdp(); valp= AllocateValue(g, cdp->GetType(), cdp->GetLength()); tdbp->To_Link[k]= new(g) CONSTANT(valp); - -//if (kdp->Klen && tdbp->To_Link[k]->GetResultType() == TYPE_STRING) -// ((XCOLBLK*)tdbp->To_Link[k])->SetLength(kdp->Klen); - -//((PCOL)tdbp->To_Link[k])->InitValue(g); } // endfor k // Make the index on xdp |