Adding support for MemSQL (MySQL fork)

This commit is contained in:
Miroslav Stampar
2020-01-20 23:11:37 +01:00
parent 9f85412017
commit b25181f061
7 changed files with 30 additions and 4 deletions

View File

@@ -65,6 +65,10 @@ class DBMS_DIRECTORY_NAME(object):
MONETDB = "monetdb"
DERBY = "derby"
class FORK(object):
MARIADB = "MariaDB"
MEMSQL = "MemSQL"
class CUSTOM_LOGGING(object):
PAYLOAD = 9
TRAFFIC_OUT = 8