From 67fade84d313285ae6b219fddddb4868a7de203a Mon Sep 17 00:00:00 2001 From: click Date: Fri, 19 Nov 2010 13:13:07 +0100 Subject: Core/Commands: Enable SQL query logging by config and command )patch by leak) Closes issue 4853. --HG-- branch : trunk --- cmake/showoptions.cmake | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cmake/showoptions.cmake') diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 2883eda5dbc..cd629b8de41 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -70,13 +70,6 @@ else() message("* Use coreside debug : No (default)") endif() -if( WITH_SQLDEBUG ) - message("* Use SQL-query logging : Yes") - add_definitions(-DSQLQUERY_LOG) -else() - message("* Use SQL-query logging : No (default)") -endif() - if( WIN32 ) if( USE_MYSQL_SOURCES ) message("* Use MySQL sourcetree : Yes (default)") -- cgit v1.2.3