diff options
author | unknown <guilhem@mysql.com> | 2003-08-20 23:25:58 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-08-20 23:25:58 +0200 |
commit | d52145da3dbdd2458e1591ee7e813154f33e2822 (patch) | |
tree | 01321ec479718e41844caf12e1ed528510e4e482 /sql/log.cc | |
parent | 7b9018920bde4eebd52d272f198c4aec53bdf581 (diff) | |
parent | 1542fffb345693565a32f9a2e6a1eba980aeaaf2 (diff) | |
download | mariadb-git-d52145da3dbdd2458e1591ee7e813154f33e2822.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.0
sql/log.cc:
Auto merged
sql/log_event.cc:
Auto merged
sql/slave.cc:
Auto merged
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index 7e12297d8ae..ee774ea3700 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -1068,6 +1068,7 @@ bool MYSQL_LOG::write(Log_event* event_info) #else IO_CACHE *file = &log_file; #endif + DBUG_PRINT("info",("event type=%d",event_info->get_type_code())); /* In the future we need to add to the following if tests like "do the involved tables match (to be implemented) |