1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Fix authentication tests:

- specify correct plugin type for checks
- allow access to test schema for ed25519 user
This commit is contained in:
Georg Richter
2019-03-04 17:06:00 +01:00
parent af47d1beab
commit 8473246541
2 changed files with 7 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <errmsg.h>
#include <stdlib.h>
#include <ma_server_error.h>
#include <mysql/client_plugin.h>
#ifndef WIN32
#include <pthread.h>