1
0
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:
drrtuy
2025-04-18 20:03:09 +00:00
committed by Leonid Fedorov
parent 25fd400288
commit e9973c46e4
2 changed files with 40 additions and 0 deletions

View File

@ -432,6 +432,11 @@ class IdbOrderBy : public IdbCompare
{
return *fOrderByQueue;
}
uint64_t getErrorCode() const
{
return fErrorCode;
}
void returnAllRGDataMemory2RM()
{
while (!fOrderByQueue->empty())