summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* system_charset_info has been moved to /sql directoryunknown2003-03-161-0/+1
* set_default_charset() is not used anymoreunknown2003-03-161-1/+2
* Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-03-152-8/+8
|\
| * sql_parse.cc, sql_db.cc:unknown2003-03-152-8/+8
* | Mergeunknown2003-03-1522-275/+377
|\ \
| * \ Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-151-4/+5
| |\ \ | | |/
| | * sql_lex.cc:unknown2003-03-151-4/+5
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-151-1/+8
| |\ \ | | |/ | |/|
| | * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-151-1/+8
| | |\
| | | * fix of illegal usage aggregate functionsunknown2003-02-151-1/+8
| * | | fixed typo (double ++ in assert)unknown2003-03-151-12/+20
| * | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-03-143-12/+7
| |\ \ \ | | |/ / | |/| |
| | * | cleanupunknown2003-03-143-12/+7
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-141-1/+3
| |\ \ \
| | * | | Fix for not to assert in DBUG mode when the result type is INT24 as data is s...unknown2003-03-141-1/+3
| * | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-03-143-191/+131
| |\ \ \ \
| | * | | | Every charset now have its own parser state arraysunknown2003-03-143-191/+131
| | |/ / /
| * | | | fixed uncachable union (bug #150)unknown2003-03-141-4/+6
| |/ / /
| * | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-03-136-33/+26
| |\ \ \
| | * | | sql_lex.cc:unknown2003-03-131-2/+2
| | * | | filesort.cc, sql_analyse.cc, item_func.cc, item_strfunc.cc, field.cc:unknown2003-03-135-31/+24
| * | | | Fix for embeded library compileunknown2003-03-133-0/+6
| |/ / /
| * | | Conflicts relsolvingunknown2003-03-1111-20/+168
| |\ \ \
| | * | | Added 'PURGE LOGS BEFORE' commandunknown2003-03-116-33/+33
| | * | | SCRUM: 'Replication: PURGE LOGS with date' taskunknown2003-02-1610-17/+164
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-111-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix for a bug with ROW(..) <=> ROW(...)unknown2003-03-101-3/+2
* | | | | fixed cached constsnt determination (bug #142 related)unknown2003-03-111-2/+12
* | | | | fixed cleanup bugunknown2003-03-101-1/+14
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-102-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fixed crash on non-well-constructed referenceunknown2003-03-102-1/+3
| | |/ / | |/| |
* | | | Fix for a crashing bugunknown2003-03-081-1/+1
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2003-03-0715-39/+76
|\ \ \ \
| * | | | item_func.cc, item_cmpfunc.cc, unireg.cc, table.cc, sql_base.cc:unknown2003-03-075-13/+12
| * | | | sql_load.cc:unknown2003-03-071-14/+16
| * | | | sql_acl.cc, item.h:unknown2003-03-077-11/+17
| * | | | New syntax to change client collation:unknown2003-03-071-1/+29
| * | | | Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4nhunknown2003-03-071-0/+2
| |\ \ \ \
| | * | | | URGENT fixed bug in shared memory (handler_count)unknown2003-03-021-0/+2
* | | | | | An interim code cleanup.unknown2003-03-072-5/+4
* | | | | | merge fixesunknown2003-03-0610-55/+74
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | three bug fixes and major code cleanupunknown2003-03-0610-51/+71
* | | | | | Bug fix: should use float8get() instead of (double *) type cast.unknown2003-03-061-71/+92
| |_|/ / / |/| | | |
* | | | | Fixed character set bug when replicating user variablesunknown2003-03-051-13/+17
* | | | | New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-15/+13
* | | | | SET NAMES has been extended to support optional collation:unknown2003-03-053-18/+38
* | | | | Merge work.mysql.com:/home/bk/mysql-4.1unknown2003-03-0470-306/+344
|\ \ \ \ \
| * | | | | SELECT BINARY expr unknown2003-03-045-19/+44
| * | | | | stringcmp() and sortcmp() have been unifiedunknown2003-03-0411-132/+102
| * | | | | Fix for reading variables from binary log.unknown2003-03-041-3/+9