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:
commit
a5b541150c
2 changed files with 3 additions and 1 deletions
|
@ -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));
|
||||||
|
|
|
@ -121,7 +121,8 @@ baseFlags = [
|
||||||
'IdeDisk',
|
'IdeDisk',
|
||||||
'Tsunami',
|
'Tsunami',
|
||||||
'Uart',
|
'Uart',
|
||||||
'Split'
|
'Split',
|
||||||
|
'SQL'
|
||||||
]
|
]
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue