~maria-captains/maria/+git/connector-c:master

Last commit made on 2018-01-08
Get this branch:
git clone -b master https://git.launchpad.net/~maria-captains/maria/+git/connector-c
Members of Maria-captains can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

5abcb1b... by Georg Richter

CONC-302:

Fix output of mariadb_config (if gssapi plugin was configured statically).

9345d74... by Georg Richter

Merge branch 'master' of https://github.com/MariaDB/mariadb-connector-c

72b38f5... by Georg Richter

removed unused function char_val from ma_password.c

74b1ba2... by Georg Richter

removed unused function char_val from ma_password.c

b00cdcd... by Georg Richter

Merge branch 'master' of https://github.com/MariaDB/mariadb-connector-c

2314598... by Georg Richter

Fix for CONC-301 (manually merged from 2.3.5)

3e164b5... by Georg Richter

Fix test failues if testing against server < 10.2

6d2fb01... by Georg Richter

MDEV-14647: Fixed crash when client receives extended ok packet with
            SESSION_TRACK_STATE_CHANGE information flag.

SESSION_TRACK_STATE_CHANGE flag only contains one length encoded string (length =1) which value is always "1".

434b67e... by Georg Richter

Fix for CONC-297:
MariaDB Connector/C was not compatible to libmysql when passing value for MYSQL_OPT_LOCAL_INFILE.
According to the documentatin local infile will be enabled if a NULL pointer was passed or a pointer to an unsigned integer which value is > 0. Connector/C expected a bool pointer, which ends up in wrong results on big endian systems.

87b863e... by Georg Richter

Windows build fix: init_once assignment needs to be casted (C99).