summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ / | |/| |
| | * | add check of __NT__ definition for shared_memory for tree 4.1unknown2003-05-211-0/+6
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-261-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Portability fixunknown2003-05-261-1/+2
* | | | ixed wrong unlock of tables (new bug)unknown2003-05-264-19/+18
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-265-46/+62
|\ \ \ \
| * | | | ha_innodb.cc:unknown2003-05-265-46/+62
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-268-70/+87
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setunknown2003-05-268-70/+87
* | | | | Index.xml:unknown2003-05-261-1/+3
| |/ / / |/| | |
* | | | latin7.xml:unknown2003-05-232-4/+4
* | | | BINARY collations for every character setunknown2003-05-231-2/+37
* | | | CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-236-45/+48
* | | | Character set sets now check if required non-dynamic charsets were really com...unknown2003-05-231-3/+12
* | | | convert.cc was removedunknown2003-05-232-466/+1
* | | | SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility:unknown2003-05-233-45/+34
* | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-05-231-1/+3
|\ \ \ \
| * | | | CREATE TABLE t1 SELECT left(_latin2'a',1) didn't work, the charset got lostunknown2003-05-231-1/+3
* | | | | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-231-43/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Translation English -> Protugueseunknown2003-05-231-43/+43
* | | | | Automatic conversion into supersets (utf8, ucs2) for comparison in some casesunknown2003-05-233-7/+65
|/ / / /
* | | | USER, DATABASE and VERSION functions returns now IMPLICIT coercibilityunknown2003-05-222-3/+3
* | | | mysqld.cc:unknown2003-05-221-0/+6
* | | | Variables were rename, binary collation names were addedunknown2003-05-222-5/+5
* | | | Index.xml:unknown2003-05-221-3/+3
|/ / /
* | | Updated results & after merge fixunknown2003-05-221-4/+5
* | | mergeunknown2003-05-2278-1338/+1859
|\ \ \
| * | | After merge fixesunknown2003-05-2127-379/+523
| * | | Merge with 4.0.13unknown2003-05-1971-1012/+1394
| |\ \ \