summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New character setsunknown2002-08-158-0/+651
* More readable outputunknown2002-08-141-7/+36
* Fixunknown2002-08-142-1/+2
* server-key.pem regeneratedunknown2002-08-086-139/+137
* New CRC32() SQL functionunknown2002-08-065-0/+30
* - Added missing files to distributionunknown2002-08-063-153/+2
* Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-08-063-1/+106
|\
| * New file to generate a html page to review a charsetunknown2002-08-063-1/+106
* | Merge work:/home/bk/mysql-4.1unknown2002-08-051-1/+2
|\ \
| * | make SEARCH_PREFIX to work with complex (use_strcoll) charsetsunknown2002-08-051-1/+2
* | | Some updates to the logging section.unknown2002-08-032-37/+30
| |/ |/|
* | Move operation to logically better place unknown2002-07-311-1/+1
* | Some more speedup in charsets handlingunknown2002-07-312-28/+24
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-07-313-5/+27
|\ \
| * | fixed bug reported by Walrus & Miguel in exists subselectunknown2002-07-313-5/+27
* | | Removed unused strucureunknown2002-07-301-43/+39
* | | Renamed some charset related constantunknown2002-07-308-155/+187
* | | move _print_charset to proper placeunknown2002-07-302-39/+32
|/ /
* | Rows order has been made more explicitunknown2002-07-293-257/+258
|/
* CREATE ... SELECT extension (WL 317)unknown2002-07-207-19/+91
* Stupid bug has been fixedunknown2002-07-122-0/+2
* Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1unknown2002-07-1064-560/+8693
|\
| * cleanupunknown2002-07-052-3/+3
| * server-cfg.sh remove %smds, remove conversation from date to int for mysql,unknown2002-07-032-171/+6
| * SHOW CREATE DATABASE name;unknown2002-07-025-2/+115
| * Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-07-013-2/+20
| |\
| | * typo fixedunknown2002-07-011-1/+1
| | * subselect clean upunknown2002-07-013-2/+20
| * | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-07-0123-99/+177
| |\ \ | | |/
| | * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-07-0123-99/+177
| | |\
| | | * subselect in having clauseunknown2002-07-0123-99/+177
| * | | Added test for new charset featuresunknown2002-06-272-0/+1523
| |/ /
| * | Fixunknown2002-06-271-0/+1
| * | Now database default character is changed during ALTER DATABASEunknown2002-06-271-6/+16
| * | ALTER DATABASE DEFAULT CHARACTER SET latin1;unknown2002-06-275-79/+195
| * | SELECT DISTINCT CONVERT(field USING charset) now works properlyunknown2002-06-261-0/+1
| * | This now correctly substitutes charset to new table:unknown2002-06-261-2/+2
| * | Several problems were fixed (mostly BLOB+charset related)unknown2002-06-267-34/+77
| |/
| * Database default charset now works:unknown2002-06-245-9/+45
| * database default character set is now stored in database directoryunknown2002-06-214-4/+59
| * Fixed charset problem on UPDATE in non-default-charset fieldunknown2002-06-211-1/+3
| * New CHARSET() functionunknown2002-06-203-0/+27
| * SELECT left(non_default_charset_field,n) GROUP BY 1unknown2002-06-204-1/+17
| * New syntax for string with charset: _latin1'string'unknown2002-06-202-40/+32
| * Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-06-201-0/+5
| |\
| | * Now it is possible to drop default charset from table:unknown2002-06-191-0/+5
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-06-197-14/+39
| |\ \ | | |/
| | * Default table character set has been added:unknown2002-06-197-14/+39
| * | mergedunknown2002-06-198-79/+235
| |\ \ | | |/ | |/|
| | * EXISTS type of subselectunknown2002-06-198-79/+235