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
GetInterrupted returned bool instead of bool * (#2085)
This commit is contained in:
@ -74,7 +74,7 @@ public:
|
|||||||
{
|
{
|
||||||
return bInterrupted;
|
return bInterrupted;
|
||||||
}
|
}
|
||||||
bool getInterruptedPtr()
|
bool * getInterruptedPtr()
|
||||||
{
|
{
|
||||||
return &bInterrupted;
|
return &bInterrupted;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user