Add `bool MySqlConnectionStringBuilder.InteractiveSession` (and its aliases: `Interactive`, `Interactive Session`). Its effect is to set `ProtocolCapabilities. Interactive` in the handshake response. This is needed by PeachPie; see #507.
Add
bool MySqlConnectionStringBuilder.InteractiveSession(and its aliases:Interactive,Interactive Session).Its effect is to set
ProtocolCapabilities. Interactivein the handshake response.This is needed by PeachPie; see #507.