summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Fixed core dump bug when shuting down mysqldunknown2003-05-261-3/+4
| | | * | | | Added testing of LOAD DATA ... STARTING BYunknown2003-05-263-6/+3
| | * | | | | log.cc:unknown2003-05-251-1/+46
| | | |_|_|/ | | |/| | |
| | * | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-05-211-2/+10
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | fixed 'STARTING BY' in replicationunknown2003-05-211-2/+10
| * | | | | Added SQLSTATE to client/server protocolunknown2003-06-0426-306/+897
* | | | | | Windows build fixups (Fix for slave_net_timeout)unknown2003-06-032-2/+7
* | | | | | Fix windows build after applyiing the changes from new client.c(sql-common)unknown2003-06-032-9/+8
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-034-6/+2
|\ \ \ \ \ \
| * | | | | | Windows build fixups with the latest sourceunknown2003-06-034-6/+2
* | | | | | | SPACE() is now ucs2 compatibleunknown2003-06-031-1/+14
* | | | | | | LTRIM, RTRIM and TRIM now honors coercibilityunknown2003-06-034-28/+55
* | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-039-24/+24
|\ \ \ \ \ \ \
| * | | | | | | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-039-24/+24
* | | | | | | | Obsolete files removedunknown2003-06-032-147/+0
* | | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-0319-1085/+1079
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | "Collation" has been moved to SHOW FULL FIELDSunknown2003-06-021-6/+8
| * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-301-6/+8
| |\ \ \ \ \ \ \
| | * | | | | | | after review changesunknown2003-05-301-6/+8
| * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-3028-1398/+1772
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | mysqlshow and mysqldump now send their vharacter set to serverunknown2003-05-305-8/+15
| | * | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-3011-81/+184
| | |\ \ \ \ \ \ \
| | * | | | | | | | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-3010-1052/+1016
| | * | | | | | | | Merge mysql.r18.ru:/usr/home/bk/mysql-4.1unknown2003-05-301-2/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Fix for the bug #537 (UDF example broken on 4.1).unknown2003-05-301-2/+2
| * | | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-282-11/+30
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | added mem_root switching for subselect if it is necessaryunknown2003-05-282-11/+30
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
* | | | | | | | | | | SCRUM:unknown2003-06-033-7/+9
* | | | | | | | | | | SCRUM:unknown2003-05-315-11/+45
* | | | | | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-3016-349/+757
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-301-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fix some warnings in sql_help.ccunknown2003-05-301-2/+2
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | SET character_set_results=NULL is now workingunknown2003-05-302-5/+14
| * | | | | | | | | | set_var.cc, set_var.h:unknown2003-05-302-0/+28
| * | | | | | | | | | character_set_server is now updatableunknown2003-05-3010-75/+141
| |/ / / / / / / / /
| * | | | | | | | | new version of helpunknown2003-05-294-256/+556
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | manual types casting to satisfy gcc 3.2.1 compilerunknown2003-05-281-2/+2
| |/ / / / / / /
| * | | | | | | CAST(expr AS char) now supports character set with conversion:unknown2003-05-283-14/+19
| * | | | | | | --with-collation argument for configure. Now one can for example use this:unknown2003-05-281-2/+2
* | | | | | | | resolving of merging conflictunknown2003-05-284-1414/+94
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Lots of conflicts resolvedunknown2003-05-284-1414/+94
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | SCRUMunknown2003-05-024-1414/+94
* | | | | | | | "mysql" now sends client character set to server.unknown2003-05-281-0/+9
|/ / / / / / /
* | | | | | | after-review fixunknown2003-05-281-44/+45
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-281-10/+44
|\ \ \ \ \ \ \
| * | | | | | | fixed priority checking bug in sub select handlingunknown2003-05-281-10/+44
| | |/ / / / / | |/| | | | |
* | | | | | | ORDER BY optimizationunknown2003-05-274-15/+32
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-272-2/+14
|\ \ \ \ \ \ \
| * | | | | | | Index.xml:unknown2003-05-271-2/+8
| * | | | | | | Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4smunknown2003-05-271-0/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |