summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc
index c2fadb9d845..2b75bda2d70 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -2680,6 +2680,8 @@ int MYSQL_LOG::flush_and_set_pending_rows_event(THD *thd, Rows_log_event* event)
DBUG_ASSERT(trx_data);
+ DBUG_PRINT("info", ("trx_data->pending=%p", trx_data->pending));
+
if (Rows_log_event* pending= trx_data->pending)
{
IO_CACHE *file= &log_file;