Skip to content
  • Magnus Blåudd's avatar
    570070e0
    WL#6815 Adapt MySQL Cluster to 5.7 · 570070e0
    Magnus Blåudd authored
     - re: WL#6629 Performance Schema, Status Variables
     - ignore deprecation warnings which occurs when reading
       values from information_schema.session_status
     - ignore deprecation warnings which occurs when reading
       values from information_schema.global_status
     - rewrite queries which used information_schema.global_variables
       to read the server_id to not use information_schema and instead
       read the variable direct, update .result files.
     - revert unneccessary disabling of warnings
       -- three cases where no warning was produced
       --one case where it was better to record the deprecation
         warning in the result file
     - change formatting of some of the queries to improve
       readability
     - change usage of LIKE to = since the comparison should be exact
       matching only one variable
    570070e0
    WL#6815 Adapt MySQL Cluster to 5.7
    Magnus Blåudd authored
     - re: WL#6629 Performance Schema, Status Variables
     - ignore deprecation warnings which occurs when reading
       values from information_schema.session_status
     - ignore deprecation warnings which occurs when reading
       values from information_schema.global_status
     - rewrite queries which used information_schema.global_variables
       to read the server_id to not use information_schema and instead
       read the variable direct, update .result files.
     - revert unneccessary disabling of warnings
       -- three cases where no warning was produced
       --one case where it was better to record the deprecation
         warning in the result file
     - change formatting of some of the queries to improve
       readability
     - change usage of LIKE to = since the comparison should be exact
       matching only one variable
Loading