未验证 提交 d119f22e 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #6569 from rafaeldtinoco/master

MySQL 8 integration requires previous declaration checks
......@@ -3,6 +3,8 @@
#include <cstdint>
#include <string>
#ifndef _mysql_h
struct st_mysql;
using MYSQL = st_mysql;
......@@ -14,7 +16,7 @@ using MYSQL_ROW = char**;
struct st_mysql_field;
using MYSQL_FIELD = st_mysql_field;
#endif
namespace mysqlxx
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册