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

159 Commits

Author SHA1 Message Date
holzboote@googlemail.com
b5db6c127f Fixed crash/undefined behaviour when running large amount of threads:
replaced select() with poll()
Added conneciton timeout support for windows platforms
2013-08-01 09:56:36 +02:00
holzboote@googlemail.com
7fd247bb3b Fixed compiler warnings 2013-07-01 05:27:17 +02:00
Georg Richter
a1c12629e4 CONC-26: CLIENT_REMEMBER_OPTIONS is not supported 2013-05-10 10:27:42 +02:00
Georg Richter
f6d4749279 Fixed CONC-9: removed winsock2 from mysql.h
Fixed CONC-24: reconnect failed
  mysql_reconnect didn't set reconnect flag for new connection
2013-05-09 14:11:33 +02:00
Georg Richter
d99bccf5eb Fix for CONC-21:
Ignore the 5.5.5- prefix for MariaDB 10 and report correct version numbers
2013-04-25 18:24:21 +02:00
Georg Richter
20f87f29c6 Fix for unbuffered stmt fetch: increase number of rows
Added Test for CONC-24
2013-04-24 17:02:03 +02:00
Georg Richter
7afc51d9aa more test fixes 2013-03-13 21:43:39 +01:00
Georg Richter
d1b93bd17e Fixed bug in character set autodetection
Fixed compiler warnings in test suite
Skipped change_users tests: They don't work anymore (mysql_change_user) security fix
Applied patch from John Schember
2013-03-13 11:00:56 +01:00
Georg Richter
2968f5dc19 - Fix for mysql_stmt_next_result:
obtain number of fields from mysql structure
  added test case (ps_new.c)
- Added additional parameter cipher for mysql_ssl_set
- some cosmetics for test cases
2012-11-29 17:27:56 +01:00