Introduce common SQLite header
The header declares the missing v2 handle closing function for older versions of SQLite.
This commit is contained in:
@ -18,7 +18,6 @@
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/secrets.h>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include <sqlite3.h>
|
||||
#include "../gssapi_auth.h"
|
||||
|
||||
/** Default timeout is one minute */
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <gssapi.h>
|
||||
#include <sqlite3.h>
|
||||
#include <maxscale/sqlite3.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user