Update index.py

pull/149/head
midoks 3 years ago
parent 656d9b6d89
commit fb843c3072
  1. 3
      plugins/mysql/index.py

@ -1428,6 +1428,9 @@ def setDbrunMode(version=''):
db = pMysqlDb()
if version == '5.6':
dbreload = 'yes'
else:
# The value of @@GLOBAL.GTID_MODE can only be changed one step at a
# time: OFF <-> OFF_PERMISSIVE <-> ON_PERMISSIVE <-> ON. Also note that
# this value must be stepped up or down simultaneously on all servers.

Loading…
Cancel
Save