diff options
author | monty@tik.mysql.fi <> | 2002-04-22 10:34:46 +0300 |
---|---|---|
committer | monty@tik.mysql.fi <> | 2002-04-22 10:34:46 +0300 |
commit | 1016a08dc9b1ad075aaa2718707e14e3c5d9c0e2 (patch) | |
tree | ae6589609a463d0d9d61c642283bc90fe0ef99b4 /dbug/monty.doc | |
parent | f98bf0a06514fbdefa4f4fe9a8cd98aefb83f266 (diff) | |
download | mariadb-git-1016a08dc9b1ad075aaa2718707e14e3c5d9c0e2.tar.gz |
Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.
Added copyright messages to some files that was missing it.
Diffstat (limited to 'dbug/monty.doc')
-rw-r--r-- | dbug/monty.doc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dbug/monty.doc b/dbug/monty.doc index f6d8bdff9cd..1c102e1c31e 100644 --- a/dbug/monty.doc +++ b/dbug/monty.doc @@ -10,3 +10,11 @@ giving a double ':'. (As in "O,c::\tmp\log") DBUG_DUMP("keyword",memory-position,length) writes a hexdump of the given memory-area to the outputfile. + +All changes that I or other people at MySQL AB have done to all files +in the dbug library (Mainly in dbug.c, dbug_analyze.c, dbug_long.h, +dbug.h) are put in public domain, as the rest of the dbug.c library) + +To my knowledge, all code in dbug library are in public domain. + +Michael Widenius |