diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2007-03-28 20:46:42 +0300 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2007-03-28 20:46:42 +0300 |
commit | 3c3b0391f89fe6deb30766ec8214fe83f5f64cef (patch) | |
tree | 01b854c3dd1a084153c24fd76a88701c7371a0c4 /client/mysqlbinlog.cc | |
parent | cc83bb07845eede90a713d93ae332a885dc0519b (diff) | |
parent | e12ad391b5b8ee54c65e6fb3d0b95bbf4247f887 (diff) | |
download | mariadb-git-3c3b0391f89fe6deb30766ec8214fe83f5f64cef.tar.gz |
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-main
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-marvel
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 1ab90e0eb6d..bb417293e8c 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -1105,7 +1105,7 @@ could be out of memory"); } if (len < 8 && net->read_pos[0] == 254) break; // end of data - DBUG_PRINT("info",( "len: %lu, net->read_pos[5]: %d\n", + DBUG_PRINT("info",( "len: %lu net->read_pos[5]: %d\n", len, net->read_pos[5])); if (!(ev= Log_event::read_log_event((const char*) net->read_pos + 1 , len - 1, &error_msg, |