summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix for a bug with ROW(..) <=> ROW(...)unknown2003-03-101-3/+2
* | 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
| * | | | Fix for using unitialized mutex when running version compiled with --debugunknown2003-03-043-12/+8
| * | | | Fix for SHOW, it didn't display CHARACTER SET and COLLATE clauseunknown2003-03-043-18/+14
| * | | | Every character set now has binary collationunknown2003-03-0423-115/+85
| * | | | Do not give an error when the user does START SLAVE on an alreadyunknown2003-03-0324-7/+82
* | | | | sql_prepare.cc:unknown2003-03-041-5/+0
* | | | | Fix EXPLAIN bug with binary protocolunknown2003-03-041-23/+31
|/ / / /
* | | | Coercibility is now stored in user varsunknown2003-03-035-10/+17
* | | | Strings which appear without charset context, unknown2003-03-0311-111/+111
* | | | sql_yacc.yy:unknown2003-03-021-1/+14
| |/ / |/| |
* | | New error message for situation like:unknown2003-03-0224-1/+33
* | | Replication: give the slave I/O thread a higher priority than the slave SQL t...unknown2003-03-012-4/+8
* | | Merge work:/home/bk/mysql-4.1unknown2003-03-011-1/+1
|\ \ \
| * | | error message fixedunknown2003-02-261-1/+1
| |/ /
* | | Added GeometryFromText, MultiPointFromText aliases.unknown2003-02-282-1/+6
* | | item_func.cc:unknown2003-02-281-4/+23
* | | item_strfunc.cc:unknown2003-02-281-0/+1
* | | sql_yacc.yy:unknown2003-02-282-1/+2
* | | Many files:unknown2003-02-288-6/+43
* | | Merge work:/my/mysql-4.1 into narttu.mysql.fi:/my/mysql-4.1unknown2003-02-287-9/+9
|\ \ \
| * \ \ Merge with 3.23 -> 4.0unknown2003-02-287-9/+9
| |\ \ \