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

Fix for CONC-317:

Parsing of configuration file fails if key/value pairs contain white spaces.
This commit is contained in:
Georg Richter
2018-04-12 07:00:43 +02:00
parent 971fae75a8
commit 679b5b5cb7
3 changed files with 44 additions and 2 deletions

View File

@@ -4639,6 +4639,7 @@ static int test_mdev14165(MYSQL *mysql)
}
struct my_tests_st my_tests[] = {
{"test_conc208", test_conc208, TEST_CONNECTION_DEFAULT, 0, NULL, NULL},
{"test_mdev14165", test_mdev14165, TEST_CONNECTION_DEFAULT, 0, NULL, NULL},
{"test_conc208", test_conc208, TEST_CONNECTION_DEFAULT, 0, NULL, NULL},
{"test_conc217", test_conc217, TEST_CONNECTION_DEFAULT, 0, NULL, NULL},