Debian 10: MySQL/MariaDB related fixes
Change-Id: I538caf6dedaa785061194a87c7e4965df3839088
This commit is contained in:
committed by
Horst Schirmeier
parent
198a2dde97
commit
c34917ca80
@ -32,7 +32,7 @@ if (BUILD_LLVM_DISASSEMBLER)
|
||||
endif(BUILD_LLVM_DISASSEMBLER)
|
||||
|
||||
find_package(MySQL REQUIRED)
|
||||
include_directories(${MYSQL_INCLUDE_DIR})
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MYSQL_CFLAGS}")
|
||||
|
||||
add_executable(import-trace main.cc ${SRCS})
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __IMPORTER_H__
|
||||
#define __IMPORTER_H__
|
||||
|
||||
#include <mysql/mysql.h>
|
||||
#include <mysql.h>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include "util/ProtoStream.hpp"
|
||||
|
||||
@ -6,7 +6,7 @@ set(SRCS
|
||||
)
|
||||
|
||||
find_package(MySQL REQUIRED)
|
||||
include_directories(${MYSQL_INCLUDE_DIR})
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MYSQL_CFLAGS}")
|
||||
|
||||
## This is the example's campaign server distributing experiment parameters
|
||||
add_executable(prune-trace main.cc ${SRCS})
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include <mysql/mysql.h>
|
||||
#include <mysql.h>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user