Adding support for Percona (MySQL) fork

This commit is contained in:
Miroslav Stampar
2020-01-27 23:47:47 +01:00
parent d227413a14
commit 186b3920e7
3 changed files with 4 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ class DBMS_DIRECTORY_NAME(object):
class FORK(object):
MARIADB = "MariaDB"
MEMSQL = "MemSQL"
PERCONA = "Percona"
COCKROACHDB = "CockroachDB"
TIDB = "TiDB"