Commit f73d9b51 authored by unknown's avatar unknown

manual.texi fix capitalization, clarify context for

manual.texi	LAST_INSERT_ID() usage.


Docs/manual.texi:
  fix capitalization, clarify context for
  LAST_INSERT_ID() usage.
parent 55e5a6b8
...@@ -56117,7 +56117,8 @@ Added partly-translated Dutch error messages. ...@@ -56117,7 +56117,8 @@ Added partly-translated Dutch error messages.
@item @item
Fixed bug in @code{ORDER BY} and @code{GROUP BY} with @code{NULL} columns. Fixed bug in @code{ORDER BY} and @code{GROUP BY} with @code{NULL} columns.
@item @item
Added function @code{last_insert_id()} to retrieve last @code{AUTO_INCREMENT} Added function @code{LAST_INSERT_ID()} SQL function to retrieve last
@code{AUTO_INCREMENT}
value. This is intended for clients to ODBC that can't use the value. This is intended for clients to ODBC that can't use the
@code{mysql_insert_id()} API function, but can be used by any client. @code{mysql_insert_id()} API function, but can be used by any client.
@item @item
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