1b418b517c
Custom parsing for trx state is now the default
...
The possibility for turning on query_classifier parsing using
an environment variable is retained as a backdoor for sorting
out potential issues.
2017-03-17 12:30:20 +02:00
5e39268e37
Remove support for TrxBoundaryMatcher
...
For the general case, regex matching simply will not do. The
regex becomes so hairy so it turns write-only, i.e. unmaintainable.
Regex matching is also slower than a handwritten custom parser.
2017-03-15 10:39:26 +02:00
87d84bc81c
Ignore implicit commits
2017-03-15 09:35:15 +02:00
35132f3afe
Take TrxBoundaryMatcher into use
...
The code that used to be in query_classifier.cc is now in
trxboundarymatcher.cc.
2017-03-15 09:35:15 +02:00
a85ce2e915
Take TrxBoundaryParser into use
2017-03-15 09:35:15 +02:00
ddca19767c
Compile query_classifier.c as C++
...
In preparation for some modifications that are easier done using
C++.
2017-03-15 09:35:15 +02:00