Move QueryResult-class to a separate file
The maxsql/src/mariadb.cc-file contains only general utility functions.
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <maxsql/mariadb.hh>
|
||||
#include <maxsql/queryresult.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/server.hh>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user