1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
Vladislav Vaintroub
ab70a87972 Fix my_atoll for older Visual C++ compilers 2016-02-29 14:56:00 +01:00
Georg Richter
c014b9f6ae 10.2 integration fixes:
- renamed/prefixed password functions
- prepared statement fixes for mysql_client_test
2016-02-19 22:23:00 +01:00
Georg Richter
56f9809365 10.2-fixes:
export asynchronous version of mysql_list_fields
don't convert days to hours when fetch date in bind with type
MYSQL_TYPE_TIME
2016-02-18 14:03:17 +01:00
Georg Richter
74ce606c77 Fix for CONC155: return trailing zero when fetching from binary columns
into string
2016-02-09 08:54:31 +01:00
Georg Richter
4ca933bb81 Global cleanup:
removed global locks
  removed dead code and files
  removed dbug
2016-02-08 18:43:02 +01:00