2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00

Renamed conenction_params => async_params

This commit is contained in:
Ruben Perez
2022-10-07 23:25:03 +02:00
parent 6cdcaeeb15
commit 4d57d2db08
21 changed files with 54 additions and 51 deletions

View File

@@ -9,7 +9,7 @@
#include <boost/mysql/connection.hpp>
#include <boost/test/tools/interface.hpp>
#include <boost/test/unit_test_suite.hpp>
#include "boost/mysql/connection_params.hpp"
#include "boost/mysql/handshake_params.hpp"
#include "boost/mysql/errc.hpp"
#include "integration_test_common.hpp"