You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-03 17:13:17 +03:00
Merge pull request #585 from drrtuy/MCOL-1771
MCOL-1771 Removed extra debug output from sm.cpp in release builds.
This commit is contained in:
@@ -64,7 +64,7 @@ const int CALPONT_INTERNAL_ERROR = -1007;
|
|||||||
//extern std::ofstream smlog;
|
//extern std::ofstream smlog;
|
||||||
//#define SMDEBUGLOG smlog
|
//#define SMDEBUGLOG smlog
|
||||||
//#else
|
//#else
|
||||||
#define SMDEBUGLOG if (true) std::cerr
|
#define SMDEBUGLOG if (false) std::cout
|
||||||
//#endif
|
//#endif
|
||||||
extern const std::string DEFAULT_SAVE_PATH;
|
extern const std::string DEFAULT_SAVE_PATH;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user