Part 2: The 32-Bit/64-Bit Drivers : The MySQL Wire Protocol Driver : Connection Options Descriptions : Interactive Client

Interactive Client
Attribute
InteractiveClient (IC)
Purpose
Determines how long a connection can be idle before the server disconnects it.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), the driver initializes the wait_time session variable for the connection with the value of the global interactive_timeout variable.
If set to 0 (Disabled), the driver initializes the wait_timeout session variable with the value of the global wait_timeout variable.
Notes
Default
0 (Disabled)
GUI tab
Advanced tab

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.