mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:50:20 +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;
|
TMySQLClientOptions = set of TMySQLClientOption;
|
||||||
|
|
||||||
const
|
const
|
||||||
DEFAULT_MYSQLOPTIONS = [opCompress, opLocalFiles, opInteractive, opProtocol41];
|
DEFAULT_MYSQLOPTIONS = [opCompress, opLocalFiles, opInteractive, opProtocol41, opMultiStatements];
|
||||||
|
|
||||||
type
|
type
|
||||||
TMySQLQuery = class;
|
TMySQLQuery = class;
|
||||||
|
Reference in New Issue
Block a user