From 770aa9f2d10ac3b10d5e80c88cc154c3fa3cf81b Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Jun 2002 21:02:01 +0300 Subject: Added a lot of DBUG_xxx statements to be able to find replication bug. Fixed critical bug on 64 bit systems. Cleanups BUILD/compile-solaris-sparc-purify: Added --debug option. sql/log_event.cc: Added DBUG_xxx statements. Cleanup sql/opt_range.h: Dummy fix to remove warnings in purify sql/repl_failsafe.cc: Cleanup sql/slave.cc: Added DBUG statements to be able to find bugs. Optimized code. Fixed critical bug on 64 bit systems. sql/sql_repl.cc: Added DBUG_xx statements. --- BUILD/compile-solaris-sparc-purify | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'BUILD/compile-solaris-sparc-purify') diff --git a/BUILD/compile-solaris-sparc-purify b/BUILD/compile-solaris-sparc-purify index e0878da2099..2fb5c88cd7b 100755 --- a/BUILD/compile-solaris-sparc-purify +++ b/BUILD/compile-solaris-sparc-purify @@ -1,17 +1,30 @@ #! /bin/sh + +while test $# -gt 0 +do + case "$1" in + --debug) EXTRA_CONFIG_FLAGS=--with-debug; shift ;; + -h | --help ) cat <