diff options
author | jimw@mysql.com <> | 2005-08-31 15:24:06 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-08-31 15:24:06 -0700 |
commit | 1d997477aa848779ea38526e18aaf824fd0ac3de (patch) | |
tree | 63161ccb51465f90409872099f902b79a9d23837 /tests | |
parent | 41fc00641cf0bcab8bf52059c4e482c964f261fc (diff) | |
parent | e0f3c5c0fb936fd0ebeee54c07ae16265e9537b9 (diff) | |
download | mariadb-git-1d997477aa848779ea38526e18aaf824fd0ac3de.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
into mysql.com:/home/jimw/my/mysql-5.0-clean
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 4bf03938f03..84a32b52284 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -9483,7 +9483,7 @@ static void test_create_drop() rc= mysql_stmt_execute(stmt_drop); check_execute(stmt_drop, rc); if (!opt_silent) - fprintf(stdout, "droped %i\n", i); + fprintf(stdout, "dropped %i\n", i); rc= mysql_stmt_execute(stmt_create_select); check_execute(stmt_create, rc); @@ -9498,7 +9498,7 @@ static void test_create_drop() rc= mysql_stmt_execute(stmt_drop); check_execute(stmt_drop, rc); if (!opt_silent) - fprintf(stdout, "droped %i\n", i); + fprintf(stdout, "dropped %i\n", i); } mysql_stmt_close(stmt_create); |