Jeff Miccolis: Congratulations for the 180,000 commit to Drupal
Sponsored Links
Jeff Miccolis: Congratulations for the 180,000 commit to Drupal
Submitted by Khalid on Sat, 2009/03/07 - 14:38It is only fitting that someone from Washington DC gets to commit the 180,000th commit to the Drupal repository, during the code sprint at DrupalCon DC 2009.
Congratulations to Jeff Miccolis from Development Seed.
[Edit: Changed Jim to Jeff]
»





Make that Jeff Miccolis
Make that Jeff Miccolis
I got the J right ... good enough?
Sorry about that, but I got that from the J in jmiccolis.
Congrats Jim again err.. Jeff.
Change?
At least you could change the title and content of the post...
Jeff!
It's Jeff Miccolis, not Jim!
No
He legally changed his name to Jim after this post. Google for Jim Miccolis and see what comes up! Google is always right.
Not really 180,000 commits, just commit ID # 180,000
Alas, you are somewhat mistaken. Ever since the D6 upgrade, cvs.module is using a true auto-increment field for the CVS message ID instead of the dreaded {sequences} table. Ever since d.o started using split master DB replication, we've been using only even auto-increment values (to avoid collisions if the primary master goes down and the other master has to take over). You'll notice that node ids are all even these days, for example. So:
mysql> select count(*) from cvs_messages;
+----------+
| count(*) |
+----------+
| 176792 |
+----------+
1 row in set (0.06 sec)
mysql> select count(*) from node;
+----------+
| count(*) |
+----------+
| 376908 |
+----------+
1 row in set (0.13 sec)
mysql> select count(*) from users;
+----------+
| count(*) |
+----------+
| 441942 |
+----------+
1 row in set (0.19 sec)
...
Post new comment