Displaying 3 results from an estimated 3 matches for "increm".
Did you mean:
incred
2006 Feb 18
2
Newbie question on id
Our existing database uses id as primary key. Our current application, not the
database itself, determines the next unique id for a new entry.
How does Active Record create the unique integer? I.e, are we going to run
into problems with starting points and existing ids?
TIA.
2009 Nov 17
0
No subject
...iov_size - iov_count);
+ if (ret < 0) {
+ vq_err(vq, "Translation failure %d indirect idx %d\=
n",
+ ret, i);
+ return ret;
+ }
+ /* If this is an input descriptor, increment that count. */
+ if (desc.flags & VRING_DESC_F_WRITE) {
+ *in_num +=3D ret;
+ if (unlikely(log)) {
+ log[*log_num].addr =3D desc.addr;
+ log[*log_num].len =3D desc.len;
+...
2009 Nov 17
0
No subject
...iov_size - iov_count);
+ if (ret < 0) {
+ vq_err(vq, "Translation failure %d indirect idx %d\=
n",
+ ret, i);
+ return ret;
+ }
+ /* If this is an input descriptor, increment that count. */
+ if (desc.flags & VRING_DESC_F_WRITE) {
+ *in_num +=3D ret;
+ if (unlikely(log)) {
+ log[*log_num].addr =3D desc.addr;
+ log[*log_num].len =3D desc.len;
+...