1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

Adding xpand to test suite

This commit is contained in:
diego Dupin
2022-03-23 11:46:40 +01:00
parent e10c10f05b
commit fb85d99d13
14 changed files with 222 additions and 7 deletions

View File

@@ -91,6 +91,12 @@ static int test_logs(MYSQL *mysql)
my_bind[1].buffer_length= 255;
my_bind[1].length= (unsigned long *)&length;
// https://jira.mariadb.org/browse/XPT-266
if (IS_XPAND()) {
rc= mysql_query(mysql, "SET NAMES UTF8");
check_mysql_rc(rc, mysql);
}
id= 9876;
strcpy((char *)data, "MySQL - Open Source Database");
length= strlen(data);