Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5

into ziff.eecs.umich.edu:/z/binkertn/research/m5/current

--HG--
extra : convert_revision : 375f5dc9556fa12bd67915b8c348f35f49ca5049
This commit is contained in:
Nathan Binkert 2004-07-23 16:30:35 -04:00
commit a5b541150c
2 changed files with 3 additions and 1 deletions

View file

@ -180,6 +180,7 @@ class Connection
bool bool
query(const std::string &sql) query(const std::string &sql)
{ {
DPRINTF(SQL, "Sending SQL query to server:\n%s", sql);
error.clear(); error.clear();
if (mysql_real_query(&mysql, sql.c_str(), sql.size())) if (mysql_real_query(&mysql, sql.c_str(), sql.size()))
error.set(mysql_error(&mysql)); error.set(mysql_error(&mysql));

View file

@ -121,7 +121,8 @@ baseFlags = [
'IdeDisk', 'IdeDisk',
'Tsunami', 'Tsunami',
'Uart', 'Uart',
'Split' 'Split',
'SQL'
] ]
# #