| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Johan De Meersman | Date: | April 22 2010 11:12am |
| Subject: | Re: Auto Increment in InnoDB | ||
| View as plain text | |||
Kudos for managing to drag up such an obscure piece of functionality :-) I
can see where it would be useful, though.
As to your question, though: given that that page indicates that it will
reuse deleted sequence numbers, I think your best bet would be select @id :=
count(*)+1 from table where cluster='clusterA' AND file='fileA' ; - should
be slightly faster than a max(), I think. That in a trigger on your table
should emulate the behaviour pretty closely.
Am I mistaken, or does your code try to start from sequence 0 ?
--
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel
| Thread | ||
|---|---|---|
| • Auto Increment in InnoDB | Aveek Misra | 22 Apr |
| • Re: Auto Increment in InnoDB | Johan De Meersman | 22 Apr |
| • Re: Auto Increment in InnoDB | Aveek Misra | 22 Apr |
| • Re: Auto Increment in InnoDB | Johan De Meersman | 22 Apr |
| • Re: Auto Increment in InnoDB | Aveek Misra | 22 Apr |
| • Re: Auto Increment in InnoDB | Johan De Meersman | 22 Apr |
| • Re: Auto Increment in InnoDB | Aveek Misra | 22 Apr |
| • Re: Auto Increment in InnoDB | Johan De Meersman | 22 Apr |
| • Re: Auto Increment in InnoDB | Carsten Pedersen | 22 Apr |
| • Re: Auto Increment in InnoDB | Johan De Meersman | 22 Apr |
| • Re: Auto Increment in InnoDB | Chris W | 22 Apr |
| • Re: Auto Increment in InnoDB | Johan De Meersman | 23 Apr |
| • Re: Auto Increment in InnoDB | mos | 22 Apr |
