You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
ad80ab40aa
commit
0ab03c7258
@ -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;
|
||||
|
Reference in New Issue
Block a user