[*] TMySQLDump component: performance optimization while ExtendedInsert property is set in TRUE. [*] TMySQLDatabase component: 2 new flags added to ConnectOptions property (coInteractive and coSSL). Please see these flags description in MySQL documentation. [+] New properties in TMySQLDump component added: - AddLock: adding locks around insert statements; - DisableKey: /*!40000 ALTER TABLE tb_name DISABLE KEYS */ and /*!40000 ALTER TABLE tb_name ENABLE KEYS */ will be put in the output. [+] Added support of default field values on a query open. [+] Added new MySQL version 4.1 passwords encryption mechanism support. [-] Fixed bug in uMySQLClient causing AV. [-] Fixed bug in TMySQLBatchExecute component in multiline SQL statements parsing. [-] Fixed bug in DATE and TIME fields processing.