File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ set(INTERCEPT_INCLUDE_PATH "${INTERCEPT_CLIENT_PATH}/headers" "${INTERCEPT_CLIEN
2222
2323if (USE_64BIT_BUILD)
2424 set (INTERCEPT_PLUGIN_NAME "${CMAKE_PROJECT_NAME} _x64" PARENT_SCOPE )
25+ set (INTERCEPT_PLUGIN_NAME "${CMAKE_PROJECT_NAME} _x64" )
2526else ()
2627 set (INTERCEPT_PLUGIN_NAME "${CMAKE_PROJECT_NAME} " PARENT_SCOPE )
28+ set (INTERCEPT_PLUGIN_NAME "${CMAKE_PROJECT_NAME} " )
2729endif ()
2830
2931add_definitions (/DINTERCEPT_NO_THREAD_SAFETY )
Original file line number Diff line number Diff line change 11#include " connection.h"
22#include < mysqlx/xdevapi.h>
33#include " query.h"
4- #include " result .h"
4+ #include " res .h"
55
66using namespace intercept ::client;
77using namespace mysqlx ;
Original file line number Diff line number Diff line change 11#include < intercept.hpp>
22// #include <mysqlx/xdevapi.h>
3- #include " result .h"
3+ #include " res .h"
44#include " query.h"
55#include " connection.h"
66
Original file line number Diff line number Diff line change 1- #include " result .h"
1+ #include " res .h"
22#include < mysqlx/xdevapi.h>
33
44using namespace intercept ::client;
Original file line number Diff line number Diff line change 44using namespace intercept ;
55using namespace intercept ::types;
66
7+ // #TODO rename sourcefile to queryResult. Cannot use result.cpp because mysql connector already uses that
8+
79class Result {
810public:
911
You can’t perform that action at this time.
0 commit comments