Added support for server_version and server_info attributes.

Minor fixes in setup.py
This commit is contained in:
Georg Richter
2018-07-24 10:09:55 +02:00
parent e41f0713ae
commit fdc607123e
8 changed files with 187 additions and 121 deletions

View File

@ -24,7 +24,6 @@
#include <mysql.h>
#include <errmsg.h>
#include <mysqld_error.h>
#include <mariadb_dyncol.h>
#include <time.h>
#if defined(_WIN32) && defined(_MSVC)