From 2e1daaa219dc0364edac9829f17bcf37dc475465 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 22 Apr 2002 10:34:46 +0300 Subject: Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive. Added copyright messages to some files that was missing it. Docs/manual.texi: Changelog dbug/Makefile.am: Added missing dbug_analyze.c dbug/monty.doc: Added copyright message mysql-test/t/func_test.test: Moved test of IF to new file sql/item_cmpfunc.cc: Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive. strings/bfill.c: Added copyright message strings/bmove.c: Added copyright message strings/ctype-ujis.c: Added copyright message strings/strend.c: Added copyright message strings/strstr.c: Added copyright message strings/strxmov.c: Added copyright message strings/strxnmov.c: Added copyright message --- dbug/monty.doc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dbug/monty.doc') 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 -- cgit v1.2.1