logo       

bk commit into 4.0 tree (1.1469): msg#00362

db.mysql.devel

Subject: bk commit into 4.0 tree (1.1469)

Below is the list of changes that have just been committed into a local
4.0 repository of heikki. When heikki does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
1.1469 03/04/25 21:12:44 heikki@xxxxxxxxxxxxxxx +1 -0
ut0dbg.h:
Print the failing assertion if it fails; helps to analyze bug reports

innobase/include/ut0dbg.h
1.9 03/04/25 21:12:15 heikki@xxxxxxxxxxxxxxx +3 -2
Print the failing assertion if it fails; helps to analyze bug reports

# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: heikki
# Host: hundin.mysql.fi
# Root: /home/heikki/mysql-4.0

--- 1.8/innobase/include/ut0dbg.h Tue Aug 6 22:53:13 2002
+++ 1.9/innobase/include/ut0dbg.h Fri Apr 25 21:12:15 2003
@@ -20,7 +20,6 @@

extern ulint* ut_dbg_null_ptr;

-
#define ut_a(EXPR)\
{\
ulint dbg_i;\
@@ -31,8 +30,10 @@
" InnoDB: Assertion failure in thread %lu in file %s line %lu\n",\
os_thread_pf(os_thread_get_curr_id()), IB__FILE__,\
(ulint)__LINE__);\
+ fprintf(stderr,\
+ "InnoDB: Failing assertion: " #EXPR);\
fprintf(stderr,\
- "InnoDB: We intentionally generate a memory trap.\n");\
+ "\nInnoDB: We intentionally generate a memory trap.\n");\
fprintf(stderr,\
"InnoDB: Send a detailed bug report to mysql@xxxxxxxxxxxxxxx\n");\
ut_dbg_stop_threads = TRUE;\

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise