You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
* fix(compilation): New warn
AKA 3919c541
backport
* fix(compilation): `New warn` AKA 3919c541
backport
* chore: Bump version to 6.4.8-2
This commit is contained in:
@@ -545,4 +545,3 @@ void WEClients::addDataToOutput(SBS sbs, uint32_t connIndex)
|
||||
|
||||
} // namespace WriteEngine
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include <boost/scoped_array.hpp>
|
||||
|
||||
#include "bytestream.h"
|
||||
//#include "we_message.h"
|
||||
// #include "we_message.h"
|
||||
#include "threadsafequeue.h"
|
||||
#include "rwlock_local.h"
|
||||
#include "resourcemanager.h"
|
||||
@@ -181,5 +181,4 @@ class WEClients
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif
|
||||
// vim:ts=4 sw=4:
|
||||
#endif
|
@@ -52,4 +52,3 @@ void Redistribute::handleRedistributeMessage(ByteStream& bs, IOSocket& ios)
|
||||
|
||||
} // namespace redistribute
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -45,6 +45,4 @@ class Redistribute
|
||||
|
||||
} // namespace redistribute
|
||||
|
||||
#endif // WE_REDISTRIBUTE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
#endif // WE_REDISTRIBUTE_H
|
@@ -698,4 +698,3 @@ void RedistributeControl::logMessage(const string& msg)
|
||||
|
||||
} // namespace redistribute
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -126,5 +126,3 @@ class RedistributeControl
|
||||
} // namespace redistribute
|
||||
|
||||
#endif // WE_REDISTRIBUTECONTROL_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -838,4 +838,3 @@ void RedistributeControlThread::doStopAction()
|
||||
|
||||
} // namespace redistribute
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -127,5 +127,3 @@ class RedistributeControlThread
|
||||
} // namespace redistribute
|
||||
|
||||
#endif // WE_REDISTRIBUTECONTROLTHREAD_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -1520,4 +1520,3 @@ void RedistributeWorkerThread::logMessage(const string& msg, int line)
|
||||
|
||||
} // namespace redistribute
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -142,6 +142,4 @@ class RedistributeWorkerThread
|
||||
|
||||
} // namespace redistribute
|
||||
|
||||
#endif // WE_REDISTRIBUTEWORKERTHREAD_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
#endif
|
@@ -4952,4 +4952,3 @@ void WE_DDLCommandProc::purgeFDCache()
|
||||
}
|
||||
|
||||
} // namespace WriteEngine
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -1741,4 +1741,3 @@ int BRMWrapper::getExtentCPMaxMin(const BRM::LBID_t lbid, BRM::CPMaxMin& cpMaxMi
|
||||
}
|
||||
|
||||
} // namespace WriteEngine
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -2667,4 +2667,3 @@ int ChunkManager::checkFixLastDictChunk(const FID& fid, uint16_t root, uint32_t
|
||||
}
|
||||
} // namespace WriteEngine
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -572,4 +572,3 @@ int main(int argc, char** argv)
|
||||
|
||||
return SPLTR_EXIT_STATUS;
|
||||
}
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -1910,4 +1910,3 @@ int ColumnOp::writeRowsValues(Column& curCol, uint64_t totalRow, const RIDList&
|
||||
}
|
||||
|
||||
} // namespace WriteEngine
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -109,4 +109,3 @@ ColsExtsInfoMap& TableMetaData::getColsExtsInfoMap()
|
||||
return fColsExtsInfoMap;
|
||||
}
|
||||
} // namespace WriteEngine
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -99,5 +99,4 @@ class TableMetaData
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif
|
||||
// vim:ts=4 sw=4:
|
||||
#endif // WE_TABLEMETADATA_H__
|
@@ -6628,4 +6628,3 @@ int WriteEngineWrapper::RemoveTxnFromLBIDMap(const TxnID txnid)
|
||||
}
|
||||
|
||||
} // end of namespace
|
||||
// vim:ts=4 sw=4:
|
||||
|
Reference in New Issue
Block a user