summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/mysql.hh1
-rw-r--r--base/traceflags.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/base/mysql.hh b/base/mysql.hh
index 89bec73d0..23edb878c 100644
--- a/base/mysql.hh
+++ b/base/mysql.hh
@@ -180,6 +180,7 @@ class Connection
bool
query(const std::string &sql)
{
+ DPRINTF(SQL, "Sending SQL query to server:\n%s", sql);
error.clear();
if (mysql_real_query(&mysql, sql.c_str(), sql.size()))
error.set(mysql_error(&mysql));
diff --git a/base/traceflags.py b/base/traceflags.py
index e073f96c1..4be61d7ee 100644
--- a/base/traceflags.py
+++ b/base/traceflags.py
@@ -121,7 +121,8 @@ baseFlags = [
'IdeDisk',
'Tsunami',
'Uart',
- 'Split'
+ 'Split',
+ 'SQL'
]
#