Commit 150e6619 authored by Danny Auble's avatar Danny Auble
Browse files

Change mysql_db_insert_ret_id to return uint64_t instead of an int

mysql_insert_id was always returning a my_ulonglong so we are just
making it more compliant.

This is needed primarily for a following commit that will change the
job db_index to be be 64bit.
parent 1406b9f0
Supports Markdown
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