summaryrefslogtreecommitdiff
path: root/mysys/charset2html.c
Commit message (Collapse)AuthorAgeFilesLines
* charset2html.c:unknown2004-03-261-3/+15
| | | | | | | | Don't print control characters mysys/charset2html.c: Don't print control characters
* Removed compiler warningunknown2004-03-181-8/+8
| | | | | | | | | | | | | | | | | | Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X include/m_ctype.h: Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X include/mysql.h: Removed compiler warning libmysqld/lib_sql.cc: Removed compiler warning mysys/charset2html.c: Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X regex/regcomp.c: Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X sql-common/client.c: Indentation fix
* Fix for Bug#2151:unknown2003-12-191-1/+1
| | | | | | | | | | | "USE db" affected the character set of further CREATE DATABASEs, which should have not happened. mysys/charset2html.c: It's earier to operate hex values when editing charset configuration file BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* charset2html.c:unknown2003-04-011-2/+37
| | | | | | | | It's now working under HTTPD as a CGI. Very convenient! mysys/charset2html.c: It's now working under HTTPD as a CGI. Very convenient!
* set_default_charset() is not used anymoreunknown2003-03-161-2/+3
| | | | | | | | Some system_charset_info were removed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* More readable outputunknown2002-08-141-7/+36
|
* New file to generate a html page to review a charsetunknown2002-08-061-0/+100
BitKeeper/etc/ignore: Added mysys/charset2html to the ignore list