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
MCOL-5021 Code changes based on review feedback.
This commit is contained in:
@ -84,6 +84,14 @@ class XMLJob : public XMLOp
|
||||
return fJob;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Get reference to job structure
|
||||
*/
|
||||
Job& getJob()
|
||||
{
|
||||
return fJob;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Load job information
|
||||
* @param fileName Name of Job XML file to be read
|
||||
|
Reference in New Issue
Block a user