summaryrefslogtreecommitdiff
path: root/dbug
Commit message (Collapse)AuthorAgeFilesLines
* Simple fixes (nothing notable)monty@mashka.mysql.fi2003-03-121-1/+0
|
* added DBUG_ENTER/RETURN tags, dbug_add_tags.pl bugfixserg@sergbook.mysql.com2002-11-051-2/+1
|
* DBUG_ENTER/RETURN tags addedserg@sergbook.mysql.com2002-11-051-0/+74
| | | | perl script to tag all the functions in a C/C++ file automatically
* - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-9/+0
| | | | | - some additional small fixes - added "depcomp" for automake 1.5
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-4/+5
| | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* mergemonty@hundin.mysql.fi2002-04-252-3/+12
|\
| * Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.monty@tik.mysql.fi2002-04-222-3/+12
| | | | | | | | Added copyright messages to some files that was missing it.
* | replication updates. This changeset seems to be working fine on test systems.sasha@mysql.sashanet.com2002-03-301-4/+4
| | | | | | | | | | If no problems are discovered in the next week, this will make the replication code ready for 4.0.2 release.
* | coverted my_thread_init() /end to use my_malloc()/my_free() to help tracksasha@mysql.sashanet.com2002-03-261-6/+22
| | | | | | | | down replication corruption
* | Increase max package length to 512M for mysql and mysqldump.monty@hundin.mysql.fi2002-01-231-1/+1
| | | | | | | | | | | | Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-148-8/+8
|/ | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Portability fixesmonty@hundin.mysql.fi2001-08-301-1/+1
|
* Fixes for OS2.monty@hundin.mysql.fi2001-08-222-95/+88
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
| | | | (For glibc 2.2)
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Fix "dosen't" for someone who mailed us. :)jcole@jcole.burghcom.com2000-08-161-4/+4
|
* Import changesetbk@work.mysql.com2000-07-3119-0/+4398