1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Init theSCAN_TABREQ

This commit is contained in:
joreland@mysql.com
2004-09-25 10:22:27 +02:00
parent 106d203f25
commit 309416de84

View File

@@ -47,6 +47,7 @@ NdbScanOperation::NdbScanOperation(Ndb* aNdb) :
m_sent_receivers = 0;
m_receivers = 0;
m_array = new Uint32[1]; // skip if on delete in fix_receivers
theSCAN_TABREQ = 0;
}
NdbScanOperation::~NdbScanOperation()