nvidhive / mycheckpoint

Automatically exported from code.google.com/p/mycheckpoint
0 stars 1 forks source link

custom_query.custom_query_id should be an auto increment #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Right. I've been meaning to do so, and have takes a test on that a couple 
months back. I've found that this may break backwards compatibility; but I'll 
need to do more testing.
Will continue to look into this.

Original comment by shlomi.n...@gmail.com on 7 Mar 2012 at 1:23