mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Prepar using indexes in MAP mode (not used yet)
modified: storage/connect/tabdos.cpp storage/connect/xindex.cpp storage/connect/xindex.h
This commit is contained in:
@@ -554,9 +554,7 @@ int TDBDOS::MakeIndex(PGLOBAL g, PIXDEF pxdf, bool add)
|
||||
if (!x->Make(g, sxp)) {
|
||||
// Retreive define values from the index
|
||||
xdp->SetMaxSame(x->GetMaxSame());
|
||||
// xdp->SetOffset(x->GetDefoff());
|
||||
// xdp->SetOffhigh(x->GetDefhigh());
|
||||
xdp->SetSize(x->GetSize());
|
||||
// xdp->SetSize(x->GetSize());
|
||||
|
||||
// store KXYCOL Mxs in KPARTDEF Mxsame
|
||||
xdp->SetMxsame(x);
|
||||
@@ -565,7 +563,7 @@ int TDBDOS::MakeIndex(PGLOBAL g, PIXDEF pxdf, bool add)
|
||||
printf("Make done...\n");
|
||||
#endif // TRACE
|
||||
|
||||
if (x->GetSize() > 0)
|
||||
// if (x->GetSize() > 0)
|
||||
sxp = xdp;
|
||||
|
||||
xdp->SetInvalid(false);
|
||||
|
Reference in New Issue
Block a user