-
Magnus Blåudd authored
- re: WL#6629 Performance Schema, Status Variables - avoid deprecation warnings by creating an include file which read the requested status variable into a mysqltest variable and then prints it. Also produces a less cluttered result file. - rewrite the read of server_id to not use information_schema.global_variables but instead use @@server_id direct.
Magnus Blåudd authored- re: WL#6629 Performance Schema, Status Variables - avoid deprecation warnings by creating an include file which read the requested status variable into a mysqltest variable and then prints it. Also produces a less cluttered result file. - rewrite the read of server_id to not use information_schema.global_variables but instead use @@server_id direct.
Loading