From: Ali Saidi Date: Wed, 2 Nov 2005 19:48:49 +0000 (-0500) Subject: Don't bother putting distributions in the DB, they aren't really X-Git-Tag: m5_2.0_beta1~321 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f36b854ca51c8e74442026f40c7e37bb2051772b;p=gem5.git Don't bother putting distributions in the DB, they aren't really supported. --HG-- extra : convert_revision : a732fa169962632937ace368430cb3733c0e3cc6 --- diff --git a/base/stats/mysql.cc b/base/stats/mysql.cc index 27212b2c2..95aa53241 100644 --- a/base/stats/mysql.cc +++ b/base/stats/mysql.cc @@ -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