Remove forced loading of Store/MySQL.pm
commit346676d533d535b06cb1b0401c5e2d2ee5834369
authordormando <dormando@rydia.net>
Tue, 7 Jun 2011 02:03:45 +0000 (6 19:03 -0700)
committerdormando <dormando@rydia.net>
Wed, 27 Jul 2011 20:32:34 +0000 (27 13:32 -0700)
tree2b301aebf0c23629b219687d1f92ec12815efb80
parent2470024e75eafdcad145de5b63713e5aab5cb757
Remove forced loading of Store/MySQL.pm

So that line was annoying Postgres/etc users since it forces you to have
DBD::mysql. I removed it, but left a note saying that we have to ensure the DB
driver gets preloaded before daemonization.

It actually does already: ->check_database happens right before the daemonize,
which initializes a store, which kicks off the appropriate `use`. So all we
had to do all this time was remove the stupid line, sorry.
lib/MogileFS/Server.pm