What is the feature request?
custom_query.custom_query_id should be an auto increment. This would make it
easier to add custom_queries to a set of different hosts.
How will this change current behavior?
Remove the need to calculate the value by hand
What parameters/options will be required?
ALTER TABLE custom_query MODIFY custom_query_id int(10) unsigned NOT NULL
auto_increment;
Original issue reported on code.google.com by kor...@gmail.com on 6 Mar 2012 at 12:12