You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Remove variable-length arrays (-Wvla)
This commit is contained in:
@ -87,7 +87,7 @@ void cpuMonitor()
|
||||
ml.logErrorMessage(msg);
|
||||
}
|
||||
*/
|
||||
int periodCount = 5;
|
||||
const int periodCount = 5;
|
||||
float cpuPeriod[periodCount];
|
||||
int periodCounter = 0;
|
||||
float averageCpuUsage = 0;
|
||||
|
Reference in New Issue
Block a user