summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix for a bug with mysql_select_db() on manually createdSinisa@sinisa.nasamreza.org2002-12-141-0/+3
* Added back -max to server name if we are using InnoDB.monty@mashka.mysql.fi2002-12-111-3/+3
* Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-12-112-5/+9
|\
| * Fixed rare bug in show processlist which could cause core dump if a new threa...monty@mashka.mysql.fi2002-12-112-5/+9
* | Update Windows binaries prefix according MySQL Pro release packagemiguel@hegel.br2002-12-101-2/+2
* | row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc:heikki@hundin.mysql.fi2002-12-051-1/+5
|/
* some code cleanupSinisa@sinisa.nasamreza.org2002-12-041-1/+0
* Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-12-044-3/+12
|\
| * A fix for double free'd pointer bug ...Sinisa@sinisa.nasamreza.org2002-12-041-1/+7
| * Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-12-041-4/+4
| |\
| * \ Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-12-023-2/+5
| |\ \
| | * | Proper fix for SHOW VARS on 64-bit systemsSinisa@sinisa.nasamreza.org2002-12-023-3/+6
| | * | moving fix elsewhere ...Sinisa@sinisa.nasamreza.org2002-12-021-1/+1
* | | | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)lenz@mysql.com2002-12-041-1/+1
| |_|/ |/| |
* | | proper casting in COM_TABLE_DUMP (backported from 4.0)serg@serg.mysql.com2002-12-041-2/+2
* | | Security bug: password length check should be in check_user, not check_connec...serg@serg.mysql.com2002-12-041-2/+2
|/ /
* | Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-12-023-0/+54
|\ \ | |/ |/|
| * Fixed bug in MAX() optimization when used with JOIN and ON expressionsmonty@hundin.mysql.fi2002-12-023-0/+54
* | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-12-021-1/+1
|\ \ | |/
| * Fixed bug in <=> NULL handlingmonty@hundin.mysql.fi2002-12-021-1/+1
* | Fix for sum_func IN (..)Sinisa@sinisa.nasamreza.org2002-12-022-2/+7
* | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-11-301-0/+1
|\ \ | |/
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-281-0/+1
| |\
| | * chroot() need chdir("/") afterwards to workserg@serg.mysql.com2002-11-281-0/+1
* | | a fix for a bug with HAVING sum_func IN (...)Sinisa@sinisa.nasamreza.org2002-11-302-0/+10
* | | Better fix for 64 bit CPU ..Sinisa@sinisa.nasamreza.org2002-11-281-1/+1
* | | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-11-281-1/+1
|\ \ \ | |/ / |/| |
| * | fix for SHOW VARS for IA64 and other 64 bit systemsSinisa@sinisa.nasamreza.org2002-11-271-1/+1
* | | Fix for shutdown on several instances servers started as standalonemiguel@hegel.br2002-11-271-12/+13
* | | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-11-222-6/+16
|\ \ \ | |/ / |/| |
| * | Fixed bug with indexed NULL column <=> NULLmonty@mashka.mysql.fi2002-11-222-6/+16
* | | A fix for --bind-address=hostnameSinisa@sinisa.nasamreza.org2002-11-211-2/+1
|/ /
* | ha_innobase.cc:heikki@hundin.mysql.fi2002-11-191-1/+3
|/
* - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-10/+0
* better fix for OPTIMIZE bugserg@serg.mysql.com2002-11-141-10/+6
* optimize table corruption fixed, though more clean fix is desired.serg@serg.mysql.com2002-11-131-2/+10
* IGNORE/USE INDEX now work with HA_EXTRA_KEYREADserg@serg.mysql.com2002-11-091-0/+1
* Fixed rare core dump bug when using complicated GROUP BY query that didn't re...monty@hundin.mysql.fi2002-11-081-0/+2
* Merge work:/home/bk/mysqlserg@sergbook.mysql.com2002-11-054-3/+5
|\
| * Removed wrong bug fix for problem with timestamp and BETWEEN.monty@hundin.mysql.fi2002-11-052-2/+0
| * Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-11-052-1/+5
| |\
| | * Fix to get core file on Linuxmonty@hundin.mysql.fi2002-11-052-1/+5
* | | TEMPORARY MERGE tables are allowedserg@sergbook.mysql.com2002-11-051-1/+22
* | | fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was >serg@sergbook.mysql.com2002-11-021-3/+3
|/ /
* | ha_innobase.cc:heikki@hundin.mysql.fi2002-10-311-12/+24
* | - Applied fix made in 4.0 tree to fix a bug when comparing a datetimelenz@mysql.com2002-10-302-0/+2
|/
* Merge mysql.com:/home/nick/mysql/repository/mysql-3.23nick@mysql.com2002-10-292-10/+16
|\
| * moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()nick@mysql.com2002-10-292-10/+16
* | Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-242-3/+12
* | - fixed typo in mysqld.cc: "agaist" -> "against"lenz@mysql.com2002-10-171-1/+1