You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
obviously wrong bytesTx assignment (#2086)
This commit is contained in:
@ -213,7 +213,7 @@ public:
|
|||||||
void setBytesTx(uint32_t BytesTx)
|
void setBytesTx(uint32_t BytesTx)
|
||||||
{
|
{
|
||||||
boost::mutex::scoped_lock aLock(fTxMutex);
|
boost::mutex::scoped_lock aLock(fTxMutex);
|
||||||
BytesTx = BytesTx;
|
fBytesTx = BytesTx;
|
||||||
aLock.unlock();
|
aLock.unlock();
|
||||||
}
|
}
|
||||||
void updateBytesTx(uint32_t fBytes)
|
void updateBytesTx(uint32_t fBytes)
|
||||||
|
Reference in New Issue
Block a user