You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Various typo fixes
Includes fixes from PR-201.
This commit is contained in:
@@ -1060,7 +1060,7 @@ static int test_conc160(MYSQL *mysql)
|
||||
result= mysql_store_result(mysql);
|
||||
field= mysql_fetch_field(result);
|
||||
|
||||
FAIL_UNLESS(field->flags & NUM_FLAG, "Numceric flag not set");
|
||||
FAIL_UNLESS(field->flags & NUM_FLAG, "Numeric flag not set");
|
||||
|
||||
mysql_free_result(result);
|
||||
return OK;
|
||||
|
Reference in New Issue
Block a user