MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
unknown a53b80b3f3 Bug#27636 mysqlbinlog-cp932 and ctype_cp932 tests fails if LC_* variables set to *_*.UTF-8
As MySQL character set tests can print results in many character sets
(latin1, utf8-8, sjis, cp932 and others) - its output can be incompatible
with the current locale settings, which makes PERL confuse.

Fix: reset LC_ALL and LC_CTYPE to "C", which is compatible with
any character set.


mysql-test/mysql-test-run.pl:
  Ignore current locale settings, because "mysqltest" output
  can be not compatible with the locale.
2007-05-23 17:32:40 +05:00
bdb
BitKeeper
BUILD Merge mysql.com:/home/kent/bk/sotest/mysql-4.1-build 2007-04-05 08:30:49 +02:00
client Merge romeo.(none):/home/bkroot/mysql-5.0-rpl 2007-04-20 10:35:27 +02:00
cmd-line-utils
config/ac-macros Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-25601 2007-04-11 13:32:40 +02:00
dbug
Docs
extra Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0 2007-04-02 10:50:39 +02:00
heap Fixing crash when compiled using -DNEW_HASH_FUNCTIONS 2007-05-08 17:04:56 +05:00
include Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2007-04-13 09:04:34 +03:00
innobase
libmysql
libmysql_r
libmysqld
man
myisam Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint 2007-04-02 10:42:08 +02:00
myisammrg
mysql-test Bug#27636 mysqlbinlog-cp932 and ctype_cp932 tests fails if LC_* variables set to *_*.UTF-8 2007-05-23 17:32:40 +05:00
mysys Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2007-04-13 09:04:34 +03:00
ndb Bug#27775 mediumint auto_increment with ndb_restore 2007-04-13 01:37:24 +02:00
netware
os2
pstack
regex
scripts Merge trift2.:/MySQL/M50/mysql-5.0 2007-04-07 20:46:43 +02:00
server-tools
sql BUG#17233 : LOAD DATA INFILE: failure causes mysqld dbug_assert, binlog not flushed 2007-05-07 20:43:19 -04:00
sql-bench
sql-common Merge pilot.blaudden:/home/msvensson/mysql/bug24121/my50-bug24121 2007-03-29 13:37:40 +02:00
SSL
strings
support-files mysql.spec.sh: 2007-04-07 04:14:44 +02:00
tests
tools
VC++Files
vio
win
zlib my_memmem.c: 2007-04-11 01:47:42 +02:00
.bzrignore
.cvsignore
CMakeLists.txt
configure.in Raise version number after cloning 5.0.40 2007-04-17 15:22:48 +02:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am
README

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.