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-1771 Removed extra debug output from release builds.
This commit is contained in:
@ -64,7 +64,7 @@ const int CALPONT_INTERNAL_ERROR = -1007;
|
||||
//extern std::ofstream smlog;
|
||||
//#define SMDEBUGLOG smlog
|
||||
//#else
|
||||
#define SMDEBUGLOG if (true) std::cerr
|
||||
#define SMDEBUGLOG if (false) std::cout
|
||||
//#endif
|
||||
extern const std::string DEFAULT_SAVE_PATH;
|
||||
|
||||
|
Reference in New Issue
Block a user