1
0
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:
drrtuy
2024-04-24 12:33:13 +01:00
committed by GitHub
parent fcd637addc
commit baae1f66a5
323 changed files with 138 additions and 474 deletions

View File

@@ -545,4 +545,3 @@ void WEClients::addDataToOutput(SBS sbs, uint32_t connIndex)
} // namespace WriteEngine
// vim:ts=4 sw=4:

View File

@@ -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

View File

@@ -52,4 +52,3 @@ void Redistribute::handleRedistributeMessage(ByteStream& bs, IOSocket& ios)
} // namespace redistribute
// vim:ts=4 sw=4:

View File

@@ -45,6 +45,4 @@ class Redistribute
} // namespace redistribute
#endif // WE_REDISTRIBUTE_H
// vim:ts=4 sw=4:
#endif // WE_REDISTRIBUTE_H

View File

@@ -698,4 +698,3 @@ void RedistributeControl::logMessage(const string& msg)
} // namespace redistribute
// vim:ts=4 sw=4:

View File

@@ -126,5 +126,3 @@ class RedistributeControl
} // namespace redistribute
#endif // WE_REDISTRIBUTECONTROL_H
// vim:ts=4 sw=4:

View File

@@ -838,4 +838,3 @@ void RedistributeControlThread::doStopAction()
} // namespace redistribute
// vim:ts=4 sw=4:

View File

@@ -127,5 +127,3 @@ class RedistributeControlThread
} // namespace redistribute
#endif // WE_REDISTRIBUTECONTROLTHREAD_H
// vim:ts=4 sw=4:

View File

@@ -1520,4 +1520,3 @@ void RedistributeWorkerThread::logMessage(const string& msg, int line)
} // namespace redistribute
// vim:ts=4 sw=4:

View File

@@ -142,6 +142,4 @@ class RedistributeWorkerThread
} // namespace redistribute
#endif // WE_REDISTRIBUTEWORKERTHREAD_H
// vim:ts=4 sw=4:
#endif

View File

@@ -4952,4 +4952,3 @@ void WE_DDLCommandProc::purgeFDCache()
}
} // namespace WriteEngine
// vim:ts=4 sw=4:

View File

@@ -1741,4 +1741,3 @@ int BRMWrapper::getExtentCPMaxMin(const BRM::LBID_t lbid, BRM::CPMaxMin& cpMaxMi
}
} // namespace WriteEngine
// vim:ts=4 sw=4:

View File

@@ -2667,4 +2667,3 @@ int ChunkManager::checkFixLastDictChunk(const FID& fid, uint16_t root, uint32_t
}
} // namespace WriteEngine
// vim:ts=4 sw=4:

View File

@@ -572,4 +572,3 @@ int main(int argc, char** argv)
return SPLTR_EXIT_STATUS;
}
// vim:ts=4 sw=4:

View File

@@ -1910,4 +1910,3 @@ int ColumnOp::writeRowsValues(Column& curCol, uint64_t totalRow, const RIDList&
}
} // namespace WriteEngine
// vim:ts=4 sw=4:

View File

@@ -109,4 +109,3 @@ ColsExtsInfoMap& TableMetaData::getColsExtsInfoMap()
return fColsExtsInfoMap;
}
} // namespace WriteEngine
// vim:ts=4 sw=4:

View File

@@ -99,5 +99,4 @@ class TableMetaData
#undef EXPORT
#endif
// vim:ts=4 sw=4:
#endif // WE_TABLEMETADATA_H__

View File

@@ -6628,4 +6628,3 @@ int WriteEngineWrapper::RemoveTxnFromLBIDMap(const TxnID txnid)
}
} // end of namespace
// vim:ts=4 sw=4: