--- sql.drush.inc.ORIG  2009-06-06 00:51:04.000000000 +0000
+++ sql.drush.inc.ORIG.3        2009-06-06 02:04:28.000000000 +0000
@@ -371,7 +371,6 @@
 function _drush_sql_get_spec_from_settings($file, $prefix) {
   // Reset global databases to whatever is defined in $file
   global $databases, $db_url;
-  require $file;
   
   // Translate the custom options for sql load into ones usually recognized (i.e. no prefix).
   if ($database = drush_get_option($prefix . '_database')) {