Remove mysql_nextval script

This function does not work on binary logging enabled servers,
as MySQL is unable to execute the function on slaves without
causing possible corruption. Drop the function since it was only
created to help administrators, and is unsafe.

Change-Id: I986ac9aee5479d3c1d2ed629eeba284e940704eb
5 files changed