mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:00:16 +08:00
Enable multi statements by default for db connection. Fixes issue #274 (again)
This commit is contained in:
@ -58,7 +58,7 @@ type
|
||||
TMySQLClientOptions = set of TMySQLClientOption;
|
||||
|
||||
const
|
||||
DEFAULT_MYSQLOPTIONS = [opCompress, opLocalFiles, opInteractive, opProtocol41];
|
||||
DEFAULT_MYSQLOPTIONS = [opCompress, opLocalFiles, opInteractive, opProtocol41, opMultiStatements];
|
||||
|
||||
type
|
||||
TMySQLQuery = class;
|
||||
|
Reference in New Issue
Block a user