Bug #120321 Typo in 9.7 doc describing about offline_mode
Submitted: 22 Apr 8:52 Modified: 5 Aug 16:02
Reporter: Tsubasa Tanaka (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:9.7 OS:Any
Assigned to: CPU Architecture:Any

[22 Apr 8:52] Tsubasa Tanaka
Description:
There's a typo in this page.

https://dev.mysql.com/doc/refman/9.7/en/server-system-variables.html#sysvar_offline_mode

In 2nd Code-block in description of "offline_mode",

```
SELECT SET_TIME INTO @stime 
FROM performance.schema_variables_info
WHERE VARIABLE_NAME='offline_mode';
```

Not performance.schema_variables_info, but performance_schema.variables_info .

How to repeat:
See https://dev.mysql.com/doc/refman/9.7/en/server-system-variables.html#sysvar_offline_mode
[5 Aug 15:54] Edward Gilmore
Thank you for the bug report.
[5 Aug 16:02] Edward Gilmore
Posted by developer:
 
Documentation updated as requested.
Thank you for the bug report.