mysql: Fix sequence generators

Some versions of MySQL database server and/or the JDBC driver
refuse to return the auto increment primary key column of the last
INSERT statement unless we specifically ask for it when we execute
the statement.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed