summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-01-20 16:25:38 +0100
committerlenz@mysql.com <>2005-01-20 16:25:38 +0100
commit9675b0698f911b2f9120a99ef959202908b40244 (patch)
tree494fdb1c73bba60775912dac736c61ac8e28b1aa /libmysql
parent187dce645bb4cdb1f511f58c104bdd7f28290b6b (diff)
downloadmariadb-git-9675b0698f911b2f9120a99ef959202908b40244.tar.gz
- renamed client_test -> mysql_client_test
- renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/libmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 206fd8f77b4..3d84059e981 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -2978,7 +2978,7 @@ static my_bool int_is_null_false= 0;
values and mysql_stmt_execute() the statement.
See also: mysql_stmt_send_long_data() for sending long text/blob
- data in pieces, examples in tests/client_test.c.
+ data in pieces, examples in tests/mysql_client_test.c.
Next steps you might want to make:
- execute statement with mysql_stmt_execute(),
- reset statement using mysql_stmt_reset() or reprepare it with