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:
@@ -755,7 +755,7 @@ static int test_bug11656(MYSQL *mysql)
|
||||
return OK;
|
||||
}
|
||||
|
||||
/* Cursors: opening a cursor to a compilicated query with ORDER BY */
|
||||
/* Cursors: opening a cursor to a complicated query with ORDER BY */
|
||||
|
||||
static int test_bug11901(MYSQL *mysql)
|
||||
{
|
||||
@@ -1700,7 +1700,7 @@ static int test_bug9478(MYSQL *mysql)
|
||||
return OK;
|
||||
}
|
||||
|
||||
/* Crash when opening a cursor to a query with DISTICNT and no key */
|
||||
/* Crash when opening a cursor to a query with DISTINCT and no key */
|
||||
|
||||
static int test_bug9520(MYSQL *mysql)
|
||||
{
|
||||
|
Reference in New Issue
Block a user