diff options
author | jimw@mysql.com <> | 2005-01-24 13:48:48 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-01-24 13:48:48 -0800 |
commit | d11081bd6ff8e646ecfeff3526ccc6bc63e09f44 (patch) | |
tree | c3a261433ebe14a453233665edd8251485c39c4a /libmysql | |
parent | 736530afc8d679319c3ce616f2c3bfd6950c86eb (diff) | |
parent | 09aaba03cf5fb09068d1c3628009038afdba7cfb (diff) | |
download | mariadb-git-d11081bd6ff8e646ecfeff3526ccc6bc63e09f44.tar.gz |
Merge
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 7c6b4e31ab5..c6815d2a5ce 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -3077,7 +3077,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 |