mysqlshell-plugins icon indicating copy to clipboard operation
mysqlshell-plugins copied to clipboard

config.get_persisted_variables could not work correctlly

Open gilbertwu opened this issue 1 year ago • 0 comments

config.get_persisted_variables use performance_schema.variables_info where VARIABLE_SOURCE = 'PERSISTED' condition to check variables, which source info is not collect any more (i chould not find the reason but i do check), i suggest should use performance_schema.persisted_variables to check variables instead.

e. image

gilbertwu avatar Jul 25 '24 09:07 gilbertwu