1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(codestyle): mark virtual methods as override

This commit is contained in:
Aleksei Antipovskii
2024-09-12 12:27:02 +02:00
committed by Leonid Fedorov
parent ad80ab40aa
commit 0ab03c7258
303 changed files with 4085 additions and 4886 deletions

View File

@ -48,13 +48,13 @@ class XMLGenData
// Valid parms that can be stored and retrieved from XMLGenData
EXPORT const static std::string DELIMITER;
EXPORT const static std::string DESCRIPTION;
EXPORT const static std::string ENCLOSED_BY_CHAR;
EXPORT const static std::string ESCAPE_CHAR;
EXPORT const static std::string JOBID;
EXPORT const static std::string ENCLOSED_BY_CHAR;
EXPORT const static std::string ESCAPE_CHAR;
EXPORT const static std::string JOBID;
EXPORT const static std::string MAXERROR;
EXPORT const static std::string NAME;
EXPORT const static std::string PATH;
EXPORT const static std::string RPT_DEBUG;
EXPORT const static std::string RPT_DEBUG;
EXPORT const static std::string USER;
EXPORT const static std::string NO_OF_READ_BUFFER;
EXPORT const static std::string READ_BUFFER_CAPACITY;