summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | reverting a patchunknown2002-12-271-1/+1
* | many bug fixesunknown2002-12-233-2/+4
|/
* Moved lower_case_table_name check to right place.unknown2002-12-211-3/+2
* Optimization of CASE bug fixunknown2002-12-211-3/+2
* Merge work:/home/bk/mysqlunknown2002-12-201-1/+2
|\
| * removed chroot() bugfix, now --chroot in 3.23 is broken again :((unknown2002-12-201-1/+2
* | ha_innobase.cc:unknown2002-12-191-1/+8
* | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-162-2/+5
|\ \ | |/ |/|
| * fix for a bug in CASE ...WHEN ...unknown2002-12-162-2/+2
| * Fix for a bug with mysql_select_db() on manually createdunknown2002-12-141-0/+3
* | Make --lower-case-table-names default on MacOSXunknown2002-12-141-1/+6
* | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.unknown2002-12-141-0/+3
* | Forbid SLAVE STOP if the thread executing the query has lockedunknown2002-12-131-0/+18
|/
* Added back -max to server name if we are using InnoDB.unknown2002-12-111-3/+3
* Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23unknown2002-12-112-5/+9
|\
| * Fixed rare bug in show processlist which could cause core dump if a new threa...unknown2002-12-112-5/+9
* | Update Windows binaries prefix according MySQL Pro release packageunknown2002-12-101-2/+2
* | row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc:unknown2002-12-051-1/+5
|/
* some code cleanupunknown2002-12-041-1/+0
* Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-044-3/+12
|\
| * A fix for double free'd pointer bug ...unknown2002-12-041-1/+7
| * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-041-4/+4
| |\
| * \ Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-023-2/+5
| |\ \
| | * | Proper fix for SHOW VARS on 64-bit systemsunknown2002-12-023-3/+6
| | * | moving fix elsewhere ...unknown2002-12-021-1/+1
* | | | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)unknown2002-12-041-1/+1
| |_|/ |/| |
* | | proper casting in COM_TABLE_DUMP (backported from 4.0)unknown2002-12-041-2/+2
* | | Security bug: password length check should be in check_user, not check_connec...unknown2002-12-041-2/+2
|/ /
* | Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-12-023-0/+54
|\ \ | |/ |/|
| * Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-12-023-0/+54
* | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-021-1/+1
|\ \ | |/
| * Fixed bug in <=> NULL handlingunknown2002-12-021-1/+1
* | Fix for sum_func IN (..)unknown2002-12-022-2/+7
* | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-301-0/+1
|\ \ | |/
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-11-281-0/+1
| |\
| | * chroot() need chdir("/") afterwards to workunknown2002-11-281-0/+1
* | | a fix for a bug with HAVING sum_func IN (...)unknown2002-11-302-0/+10
* | | Better fix for 64 bit CPU ..unknown2002-11-281-1/+1
* | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-281-1/+1
|\ \ \ | |/ / |/| |
| * | fix for SHOW VARS for IA64 and other 64 bit systemsunknown2002-11-271-1/+1
* | | Fix for shutdown on several instances servers started as standaloneunknown2002-11-271-12/+13
* | | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23unknown2002-11-222-6/+16
|\ \ \ | |/ / |/| |
| * | Fixed bug with indexed NULL column <=> NULLunknown2002-11-222-6/+16
* | | A fix for --bind-address=hostnameunknown2002-11-211-2/+1
|/ /
* | ha_innobase.cc:unknown2002-11-191-1/+3
|/
* - Applied required modifications for automake 1.5unknown2002-11-171-10/+0
* better fix for OPTIMIZE bugunknown2002-11-141-10/+6
* optimize table corruption fixed, though more clean fix is desired.unknown2002-11-131-2/+10
* IGNORE/USE INDEX now work with HA_EXTRA_KEYREADunknown2002-11-091-0/+1
* Fixed rare core dump bug when using complicated GROUP BY query that didn't re...unknown2002-11-081-0/+2