You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Various typo fixes
Includes fixes from PR-201.
This commit is contained in:
@@ -3262,7 +3262,7 @@ static int test_mem_overun(MYSQL *mysql)
|
||||
int rc, i, length;
|
||||
|
||||
/*
|
||||
Test a memory ovverun bug when a table had 1000 fields with
|
||||
Test a memory overrun bug when a table had 1000 fields with
|
||||
a row of data
|
||||
*/
|
||||
rc= mysql_query(mysql, "drop table if exists t_mem_overun");
|
||||
|
Reference in New Issue
Block a user