Skip to content
  • Magnus Blåudd's avatar
    073e6fb6
    WL#6815 Adapt MySQL Cluster to 5.7 · 073e6fb6
    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.
    073e6fb6
    WL#6815 Adapt MySQL Cluster to 5.7
    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