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

Removed automatic detection of program name

This commit is contained in:
Georg Richter
2018-02-16 11:43:32 +01:00
parent 67cc3438a8
commit eefaadfe21
5 changed files with 7 additions and 33 deletions

View File

@@ -1079,7 +1079,7 @@ static int test_mdev12965(MYSQL *unused __attribute__((unused)))
fp= fopen(cnf_file1, "w");
FAIL_IF(!fp, "fopen");
fprintf(fp, "[misc]\ndefault-character-set=latin2\n[client]\nreconnect=1\n");
fprintf(fp, "[client]\ndefault-character-set=latin2\nreconnect=1\n");
fclose(fp);
mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, NULL);