Don't bother putting distributions in the DB, they aren't really

supported.

--HG--
extra : convert_revision : a732fa169962632937ace368430cb3733c0e3cc6
This commit is contained in:
Ali Saidi 2005-11-02 14:48:49 -05:00
parent 07ef1170e0
commit f36b854ca5

View file

@ -839,6 +839,7 @@ MySql::visit(const VectorData &data)
void
MySql::visit(const DistData &data)
{
return;
if (!configured)
configure(data);
else
@ -848,6 +849,7 @@ MySql::visit(const DistData &data)
void
MySql::visit(const VectorDistData &data)
{
return;
if (!configured)
configure(data);
else
@ -857,6 +859,7 @@ MySql::visit(const VectorDistData &data)
void
MySql::visit(const Vector2dData &data)
{
return;
if (!configured)
configure(data);
else