You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(TNS): change ORDER BY out-of-memory error message. Replaced bad_alloc with IDBExcept in TNS.
This commit is contained in:
@ -432,6 +432,11 @@ class IdbOrderBy : public IdbCompare
|
||||
{
|
||||
return *fOrderByQueue;
|
||||
}
|
||||
uint64_t getErrorCode() const
|
||||
{
|
||||
return fErrorCode;
|
||||
}
|
||||
|
||||
void returnAllRGDataMemory2RM()
|
||||
{
|
||||
while (!fOrderByQueue->empty())
|
||||
|
Reference in New Issue
Block a user