Bugs fixed:
- mysql_list_dbcolumns()and- insert_fields()were retrieving all rows from a table. Fixed the queries generated by these functions to return no rows. (Bug#8198)
- SQLGetTypoInfo()returned- tinyblobfor- SQL_VARBINARYand nothing for- SQL_BINARY. Fixed to return- varbinaryfor- SQL_VARBINARY,- binaryfor- SQL_BINARY, and- longblobfor- SQL_LONGVARBINARY. (Bug#8138)