Move QueryResult-class to a separate file

The maxsql/src/mariadb.cc-file contains only general utility functions.
This commit is contained in:
Esa Korhonen
2019-06-05 16:01:02 +03:00
parent 655e5fab5b
commit 926f0057c2
7 changed files with 460 additions and 410 deletions

View File

@ -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>