You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
chore(build): fixes to satisfy clang19 warnings
This commit is contained in:
committed by
Leonid Fedorov
parent
9fd7f342a7
commit
a0bee173f6
@ -57,20 +57,10 @@ SlaveDBRMNode::SlaveDBRMNode() throw()
|
||||
locked[2] = false;
|
||||
}
|
||||
|
||||
SlaveDBRMNode::SlaveDBRMNode(const SlaveDBRMNode& brm)
|
||||
{
|
||||
throw logic_error("WorkerDBRMNode: Don't use the copy constructor.");
|
||||
}
|
||||
|
||||
SlaveDBRMNode::~SlaveDBRMNode() throw()
|
||||
{
|
||||
}
|
||||
|
||||
SlaveDBRMNode& SlaveDBRMNode::operator=(const SlaveDBRMNode& brm)
|
||||
{
|
||||
throw logic_error("WorkerDBRMNode: Don't use the = operator.");
|
||||
}
|
||||
|
||||
int SlaveDBRMNode::lookup(OID_t oid, LBIDRange_v& lbidList) throw()
|
||||
{
|
||||
try
|
||||
@ -713,7 +703,7 @@ int SlaveDBRMNode::beginVBCopy(VER_t transID, uint16_t vbOID, const LBIDRange_v&
|
||||
}
|
||||
}
|
||||
|
||||
int SlaveDBRMNode::endVBCopy(VER_t transID, const LBIDRange_v& ranges) throw()
|
||||
int SlaveDBRMNode::endVBCopy(VER_t /*transID*/, const LBIDRange_v& ranges) throw()
|
||||
{
|
||||
LBIDRange_v::const_iterator it;
|
||||
|
||||
|
Reference in New Issue
Block a user