diff options
author | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2007-02-27 11:27:04 +0200 |
---|---|---|
committer | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2007-02-27 11:27:04 +0200 |
commit | 175507b766c471d7545165857debc0cd55d04422 (patch) | |
tree | 6a3fee1594ffd4bdb937f5f56c08a0b76745ae34 /sql/sql_repl.cc | |
parent | 1eb71c68cb1b2f335a8e6b393cdb3e724ea65a0a (diff) | |
download | mariadb-git-175507b766c471d7545165857debc0cd55d04422.tar.gz |
Fixes for compiler warnings.
include/my_dbug.h:
Added macro for fixing compiler warnings.
sql/field.cc:
Fixed compiler warnings.
sql/ha_ndbcluster.cc:
Fixed compiler warnings.
sql/ha_ndbcluster_binlog.cc:
Fixed compiler warnings.
Changed some tabs into spaces.
sql/rpl_injector.h:
Fixed compiler warnings.
sql/sql_binlog.cc:
Fixed compiler warnings.
sql/sql_repl.cc:
Fixed compiler warnings.
sql/sql_table.cc:
Fixed compiler warnings.
storage/myisammrg/ha_myisammrg.cc:
Fixed compiler warnings.
strings/ctype-ucs2.c:
Fixed compiler warnings.
strings/ctype-utf8.c:
Fixed compiler warnings.
support-files/compiler_warnings.supp:
Added suppressed warnings.
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r-- | sql/sql_repl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index 17163fb1940..1a8446a86e9 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -23,7 +23,9 @@ int max_binlog_dump_events = 0; // unlimited my_bool opt_sporadic_binlog_dump_fail = 0; +#ifndef DBUG_OFF static int binlog_dump_count = 0; +#endif /* fake_rotate_event() builds a fake (=which does not exist physically in any |