* MaxConcurrentTransactions were not cleared when config is wrong (#2093)
* Wrong concatenation in between predicate (#2092)
* We forgot to initilize longdoublenull value (#2091)
* WriteBatchFieldMariaDB m_type was wrong (#2090)
* moda returned local object pointer (#2089)
* Wrong power of 2 in esimator` (#2088)
* targetDbroot should be assined, not compared (#2087)
* obviously wrong bytesTx assignment (#2086)
* GetInterrupted returned bool instead of bool * (#2085)
Squashed commit of the following:
commit faaee9141a
Author: Patrick LeBlanc <patrick.leblanc@mariadb.com>
Date: Wed Oct 3 13:03:02 2018 -0500
Commented a debugging printout.
commit e47e784c53
Author: Patrick LeBlanc <patrick.leblanc@mariadb.com>
Date: Wed Oct 3 12:13:23 2018 -0500
Moved the SKIP_OAM_INIT check for cleanliness, added 'config.h' to
other places that need it.
commit 6626045535
Author: Patrick LeBlanc <patrick.leblanc@mariadb.com>
Date: Tue Oct 2 16:33:06 2018 -0500
WIP. First cut of excising OAM and root access from the dev process.
This passes most tests; need to make sure that the tests that fail
have nothing to do with this change.
DMLProc is doing something that results in a sudo password prompt.
Will obliterate that next.