mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Add or correct some tracing code
modified: storage/connect/odbconn.cpp storage/connect/tabodbc.cpp
This commit is contained in:
@@ -483,6 +483,9 @@ char *TDBODBC::MakeSQL(PGLOBAL g, bool cnt)
|
||||
|
||||
if (To_CondFil)
|
||||
strcat(strcat(sql, " WHERE "), To_CondFil->Body);
|
||||
|
||||
if (trace)
|
||||
htrc("sql: '%s'\n", sql);
|
||||
|
||||
return sql;
|
||||
} // end of MakeSQL
|
||||
|
Reference in New Issue
Block a user