Don't bother putting distributions in the DB, they aren't really
supported. --HG-- extra : convert_revision : a732fa169962632937ace368430cb3733c0e3cc6
This commit is contained in:
parent
07ef1170e0
commit
f36b854ca5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue