summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge work:/home/bk/mysqlunknown2002-05-261-1/+1
|\
| * quick fix for some optimizer glitch (it appears as ft+const bug, but it, prob...unknown2002-05-251-1/+1
* | Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)unknown2002-05-201-96/+96
* | Fix bug in CONCAT_WS()unknown2002-05-172-11/+11
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-05-164-20/+19
|\ \
| * | New my_gethostbyname_r() handlingunknown2002-05-164-20/+19
* | | Fixed sql_yacc.yy to be compatible with bison 1.31 and above.unknown2002-05-151-8/+8
|/ /
* | Fixed bug in datetime range optimizationunknown2002-05-152-2/+21
* | Corrected fix for DROP DATABASE on symbolic linkunknown2002-05-141-13/+14
* | DROP DATABASE with symlinks did not work beforeunknown2002-05-141-1/+8
* | Sergei's MyODBC fixunknown2002-05-124-8/+8
* | Fix for ISNULL()unknown2002-05-073-2/+9
* | Fixed bug in ISNULL(not_null_expression)unknown2002-05-041-19/+30
* | Backport of Sasha's fix to 3.23 from 4.0unknown2002-05-021-16/+7
* | Fixed problems with DECIMAL() type on overflow.unknown2002-05-021-11/+37
* | Don't change FLOAT(X+1,X) to FLOAT(X+2,X)unknown2002-04-261-2/+2
* | Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.unknown2002-04-221-0/+4
* | Fixed bug in @@unknown_variableunknown2002-04-191-1/+1
* | SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-1825-43/+63
* | Abort if 'listen()' on TCP/IP fails.unknown2002-04-171-6/+7
* | Fixed pthread_cond_timedwait() for HPUX and DCE threadsunknown2002-04-163-24/+31
* | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-04-131-0/+7
|\ \
| * | libwrap bug fix for Linux onlyunknown2002-04-131-0/+7
| |/
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-04-022-12/+16
|\ \ | |/ |/|
| * Fixed help typos in mysql.ccunknown2002-04-022-12/+16
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-04-0226-403/+352
|\ \ | |/
| * Two bug fixesunknown2002-03-281-1/+1
| * Fix compiler error on mysqld.ccunknown2002-03-261-1/+1
| * Fixed overflow bugunknown2002-03-261-15/+17
| * Fixed typounknown2002-03-261-1/+1
| * Fix for compilation on fast machineunknown2002-03-261-0/+1
| * Fixes for --enable-named-pipeunknown2002-03-251-28/+22
| * Changing on NT the default named pipe for an optional userunknown2002-03-241-9/+31
| * Fix for bug in WHERE key='j' or key='J'unknown2002-03-226-32/+51
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-03-225-10/+18
| |\
| | * Mergeunknown2002-03-222-5/+5
| | |\
| | | * Fix for load data infile when no active databaseunknown2002-03-222-5/+5
| | * | Quote names to SHOW CREATE for mysqldumpunknown2002-03-213-5/+13
| | |/
| * | sql_show.cc, handler.h, handler.cc:unknown2002-03-213-5/+18
| * | Many files:unknown2002-03-212-309/+194
| |/
| * Added help for --local-infileunknown2002-03-126-15/+18
| * Fixed bug in DATE_FORMAT when used with GROUP BYunknown2002-03-063-2/+3
| * Corrected fix for not freed memory when using corrupted tablesunknown2002-03-052-1/+2
| * Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-03-051-1/+1
| |\
| | * Update scripts for new POSIX specunknown2002-03-051-1/+1
* | | fts+const_tables bug fixedunknown2002-04-024-2/+7
* | | apply freebsd/alpha portability patchunknown2002-03-041-2/+7
|/ /
* | Changes for to control the tables and log clean up.unknown2002-02-202-34/+48
* | memory leak with broken tables fixedunknown2002-02-202-1/+1
|/
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-145-4/+19
|\