Bug #75426 Documentation is unclear about interactive option
Submitted: 6 Jan 2015 21:56 Modified: 8 Jul 2015 16:21
Reporter: Andrew Ziem Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Daniel So CPU Architecture:Any

[6 Jan 2015 21:56] Andrew Ziem
Description:
The documentation about the option "interactive" is unclear how to turn it on.  

Documentation URL:
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-
connection-parameters.html

Current language: 
"Enables the CLIENT_INTERACTIVE connection option of mysql_real_connect."

How to repeat:
Add "interactive" to connection string, and nothing happens.

Add "interactive=1" to connection string, and now it is interactive mode.

Suggested fix:
It would be more clear and consistent to emulate "sslverify" or "prefetch" by starting "When set to any nonzero value..."
[7 Jan 2015 5:10] MySQL Verification Team
Hello Andrew Ziem,

Thank you for the report.

Thanks,
Umesh
[8 Jul 2015 16:21] Daniel So
The description for the option has been modified to read: 

"If set to 1, the CLIENT_INTERACTIVE connection option of mysql_real_connect is enabled."

Thanks for the suggestion!