Bug #67015 | SQLTablesW doesn't return schema in the MySQL ODBC driver 5.1.5 | ||
---|---|---|---|
Submitted: | 29 Sep 2012 6:32 | Modified: | 24 Oct 2012 9:30 |
Reporter: | yan zhou | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.1.5 | OS: | Any |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
[29 Sep 2012 6:32]
yan zhou
[24 Oct 2012 9:30]
Bogdan Degtyariov
Hello Yan, MySQL Database does not support schemas. That is why the results returned by SQLTables() function have empty strings for the table schema. There is no such thing in MySQL as table's owner. The catalog parameter is representing the table's database. This is not a bug, just MySQL is operating with different objects than MSSQL.