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
Fix miscellaneous typos
This commit is contained in:
@@ -4030,7 +4030,7 @@ static int test_rename(MYSQL *mysql)
|
||||
check_stmt_rc(rc, stmt);
|
||||
|
||||
rc= mysql_stmt_execute(stmt);
|
||||
FAIL_IF(!rc, "Errr expected");
|
||||
FAIL_IF(!rc, "Error expected");
|
||||
|
||||
rc= mysql_query(mysql, "rename table t2 to t1, t4 to t3");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
Reference in New Issue
Block a user