Move packet_tracker.cc under maxscale

It depends on MaxScale-types. This also removes the maxsql-pcre2-dependency.
This commit is contained in:
Esa Korhonen
2019-09-16 15:15:59 +03:00
parent 1f26189ddd
commit 78cc5b2445
8 changed files with 7 additions and 10 deletions

View File

@ -1,6 +1,5 @@
add_library(maxsql STATIC
mariadb.cc
packet_tracker.cc
queryresult.cc
)