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

@ -1,6 +1,7 @@
add_library(maxsql STATIC
mariadb.cc
packet_tracker.cc
queryresult.cc
)
target_link_libraries(maxsql maxbase ${MARIADB_CONNECTOR_LIBRARIES})