1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-02 06:13:16 +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:
Andrew Hutchings
2018-10-08 07:56:20 +01:00
committed by GitHub

View File

@@ -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;