Bug #27064 | Catastrophic Failure in odbc connector 3.51.14 Windows | ||
---|---|---|---|
Submitted: | 13 Mar 2007 4:54 | Modified: | 3 Apr 2007 8:19 |
Reporter: | andrew turnbull | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3,51.14 | OS: | Windows (Windows Server) |
Assigned to: | CPU Architecture: | Any |
[13 Mar 2007 4:54]
andrew turnbull
[3 Apr 2007 8:19]
Tonci Grgin
Hi and thanks for your report. Environment: - MySQL server 5.0.38BK on WinXP Pro SP2 localhost - MyODBC 3.51.14GA with SystemDSN (myodbc1) - MS VS2005 Pro I slightly modified test case from another report. Here's the code: Dim I As Long Dim cx As New ADODB.Connection Dim rs As New ADODB.Recordset Dim stm As ADODB.Stream cx.ConnectionString = "DSN=myodbc1" '"DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=test;UID=root;PWD=;OPTION=16427" cx.Open() cx.Execute("DROP TABLE IF EXISTS bug27117") ... and, as can be observed from general query log, all works fine: 070403 10:14:57 90 Connect root@localhost on test 90 Query SET SQL_AUTO_IS_NULL=0 90 Query select database() 070403 10:15:17 90 Query DROP TABLE IF EXISTS bug27117 If you can provide me with more info, please reopen the report.