Commit 15057901 authored by unknown's avatar unknown

manual.texi fix oops in mysql_data_seek() prototype.


Docs/manual.texi:
  fix oops in mysql_data_seek() prototype.
parent 406845c8
......@@ -41762,7 +41762,7 @@ if(mysql_create_db(&mysql, "my_database"))
@findex @code{mysql_data_seek()}
@code{void mysql_data_seek(MYSQL_RES *result, my_ulonglong long offset)}
@code{void mysql_data_seek(MYSQL_RES *result, my_ulonglong offset)}
@subsubheading Description
Seeks to an arbitrary row in a query result set. This requires that the
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment