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
mleich@mysql.com 3b5a741aff Small bug fix
ps-modify1 used the user variables @1, @2, @100 set within ps_query and 
           ps_modify. That architecture was wrong, because the dependence
           of ps_modify1 on ps_query and ps_modify makes the test script
           maintenance and the use of these test cases during bug fixing/
           debugging of single sub test cases very uncomfortable.
Therefore these user variables (@1, @2, @100) are also set within ps-modify1.

The result files of the test cases ps_2myisam, ps_3innodb, ps_4heap, ps_6bdb,
ps_7ndb will be affected by that change and show 3 additional lines, but
nothing else will change.
2004-12-13 21:00:43 +01:00
bdb
BitKeeper Add (optional) endian parameter to 'get nodeid' to warn on endian conflicts. 2004-12-06 11:41:16 +11:00
BUILD - fixed file permissions (need execute bits set) 2004-12-02 10:11:28 +01:00
Build-tools Do-compile: 2004-12-09 19:47:41 +01:00
client Makefile.am: 2004-12-10 13:06:58 +01:00
cmd-line-utils Fixed a bug in vis.c 2004-10-22 19:21:54 +03:00
dbug More debugging 2004-11-10 18:07:39 +02:00
Docs Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.0 2004-11-12 14:15:51 -06:00
extra Bug #6748 heap_rfirst() doesn't work (and never did!) 2004-11-22 14:53:18 +01:00
heap A fix (bug #6878: Crash with engine=memory). 2004-12-02 15:06:15 +04:00
include Fix for bug #6516 (Server crash loading spatial data) 2004-12-10 16:06:49 +04:00
innobase Merge hundin.mysql.fi:/home/marko/k/mysql-4.0 2004-12-10 23:38:44 +02:00
isam
libmysql A fix (bug #7129: Test failure: 'type_ranges' when using '--ps-protocol' 2004-12-10 20:07:00 +04:00
libmysql_r
libmysqld Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 2004-11-16 14:49:21 +04:00
man
merge
myisam Fix for bug #6516 (Server crash loading spatial data) 2004-12-10 16:06:49 +04:00
myisammrg
mysql-test Small bug fix 2004-12-13 21:00:43 +01:00
mysys Bug #6737: REGEXP gives wrong result with case sensitive collation: 2004-11-22 11:58:40 +04:00
ndb BackupInit.cpp: 2004-12-13 14:26:39 +01:00
netware Some fixes for Netware. 2004-12-13 14:19:34 +02:00
NEW-RPMS
os2
pstack
regex Bugs: #7111: server crashes when regexp is used 2004-12-09 15:56:19 +04:00
scripts Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-12-09 12:50:37 +02:00
sql Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-12-13 14:19:20 +00:00
sql-bench
sql-common Manual merge of fix for bug #6266 "Invalid DATETIME value is not handled 2004-11-19 18:35:36 +03:00
SSL
strings Bug #6819 Some ujis characters cannot be inserted into table 2004-12-10 16:08:18 +04:00
support-files Added possibility to use [GNR...] optional argument for 2004-10-09 13:57:27 +03:00
tests Fix for a bug #6996 2004-12-07 19:12:29 +02:00
tools
VC++Files Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-12-06 14:51:37 +01:00
vio
zlib
.bzrignore Fix for a bug #6996 2004-12-07 19:12:29 +02:00
.cvsignore
acinclude.m4 wixed ndb-debug option for configure 2004-12-06 08:49:34 +00:00
config.guess
config.sub
configure.in Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-12-06 08:54:53 +00:00
depcomp
install-sh
ltconfig
ltmain.sh
Makefile.am changed compile order, mysqladmin with ndbcluster extensions needs ndb to be compiled first 2004-11-15 12:40:32 +00:00
missing
mkinstalldirs
README

This is a release of MySQL, a GPL (free) SQL database server (more
licence information in the PUBLIC file and in the reference manual).

Please read the "Upgrading from..." section in the manual first, if you are
migrating from older versions of MySQL!

The latest information about MySQL can be found at:
http://www.mysql.com

To see what it can do take a look at the features section in the
manual.

For installation instructions see the Installation chapter in the
manual.

For future plans see the TODO appendix in the manual.

New features/bug fixes history is in the news appendix in the manual.

For the currently known bugs/misfeatures (known errors) see the bugs
appendix in the manual.

For examples of SQL and benchmarking information see the bench
directory.

The manual mentioned above can be found in the Docs directory. The
manual is available in the following formats: as plain ASCII text in
Docs/manual.txt, in HTML format in Docs/manual_toc.html, as GNU Info in
Docs/mysql.info and as PostScript in Docs/manual.ps.

MySQL is brought to you by the MySQL team at MySQL AB

For a list of developers and other contributors, see the Credits appendix
in the manual.

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

IMPORTANT:

Send bug (error) reports, questions and comments to the mailing list
at mysql@lists.mysql.com

Please use the 'mysqlbug' script when posting bug reports or questions
about MySQL. mysqlbug will gather some information about your system
and start your editor with a form in which you can describe your
problem. Bug reports might be silently ignored by the MySQL
maintainers if there is not a good reason included in the report as to
why mysqlbug has not been used. A report that says 'MySQL does not
work for me. Why?' is not considered a valid bug report.

The mysqlbug script can be found in the 'scripts' directory of the
distribution, that is '<where-you-installed-mysql>/scripts'.