Fix usage of tests deps MySQL connector for some tests

pull/4672/head
Javier Jaramago Fernández 2 years ago
parent b5fa72510d
commit d78065da88

@ -12,11 +12,7 @@
#include <vector>
#include <thread>
#ifdef LIBMYSQL_HELPER8
#include "mysql/mysql.h"
#else
#include "mysql.h"
#endif
#include "utils.h"
#include "tap.h"

@ -13,7 +13,7 @@
#include "json.hpp"
#include "mysql.h"
#include "mysql/mysqld_error.h"
#include "mysqld_error.h"
#include "tap.h"
#include "command_line.h"
#include "utils.h"

Loading…
Cancel
Save