-
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
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