1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

GetInterrupted returned bool instead of bool * (#2085)

This commit is contained in:
Leonid Fedorov
2021-08-18 19:50:45 +03:00
committed by GitHub
parent 202885ae37
commit dbb1269d69

View File

@ -74,7 +74,7 @@ public:
{
return bInterrupted;
}
bool getInterruptedPtr()
bool * getInterruptedPtr()
{
return &bInterrupted;
}