Commit 12bf4a08 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

manual.texi fix capitalization, clarify context for

manual.texi	LAST_INSERT_ID() usage.
parent 8a5ef8dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56117,7 +56117,8 @@ Added partly-translated Dutch error messages.
@item
Fixed bug in @code{ORDER BY} and @code{GROUP BY} with @code{NULL} columns.
@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
@code{mysql_insert_id()} API function, but can be used by any client.
@item