Jeff Miccolis: Congratulations for the 180,000 commit to Drupal

Sponsored Links

Jeff Miccolis: Congratulations for the 180,000 commit to Drupal

It 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

  • All spam and irrelevant comments will be deleted.
  • Comments posted here will take some time to appear on the site. Do not post your comment again if you do not see it. Just be patient and it will be published.
  • Note that what you post here will be publicly available on the web and will be indexed in search engines.
  • We reserve the right to unpublish any comments without stating the reasons for that.
  • All postings are subject to our Terms of use
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.

More information about formatting options