projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ef117
)
Don't bother putting distributions in the DB, they aren't really
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 2 Nov 2005 19:48:49 +0000
(14:48 -0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 2 Nov 2005 19:48:49 +0000
(14:48 -0500)
supported.
--HG--
extra : convert_revision :
a732fa169962632937ace368430cb3733c0e3cc6
base/stats/mysql.cc
patch
|
blob
|
history
diff --git
a/base/stats/mysql.cc
b/base/stats/mysql.cc
index 27212b2c27ad4bbaf798a9aa29151d1e40c9d56c..95aa53241019b0f6a19f55487e30e04942d05b6f 100644
(file)
--- 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