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 192bf819eb merge with 4.0
BitKeeper/etc/ignore:
  auto-union
VC++Files/comp_err/comp_err.dsp:
  Auto merged
VC++Files/my_print_defaults/my_print_defaults.dsp:
  Auto merged
VC++Files/myisampack/myisampack.dsp:
  Auto merged
acinclude.m4:
  Auto merged
innobase/buf/buf0buf.c:
  Auto merged
innobase/com/com0shm.c:
  Auto merged
innobase/data/data0data.c:
  Auto merged
innobase/ha/ha0ha.c:
  Auto merged
innobase/include/buf0buf.ic:
  Auto merged
innobase/include/dict0dict.h:
  Auto merged
innobase/include/ibuf0ibuf.h:
  Auto merged
innobase/include/lock0lock.h:
  Auto merged
innobase/include/mtr0log.h:
  Auto merged
innobase/include/mtr0mtr.h:
  Auto merged
innobase/include/os0proc.h:
  Auto merged
innobase/include/os0thread.h:
  Auto merged
innobase/include/srv0srv.h:
  Auto merged
innobase/include/sync0sync.h:
  Auto merged
innobase/lock/lock0lock.c:
  Auto merged
innobase/log/log0recv.c:
  Auto merged
innobase/mem/mem0dbg.c:
  Auto merged
innobase/mtr/mtr0mtr.c:
  Auto merged
innobase/os/os0proc.c:
  Auto merged
innobase/page/page0page.c:
  Auto merged
innobase/que/que0que.c:
  Auto merged
innobase/rem/rem0cmp.c:
  Auto merged
innobase/row/row0ins.c:
  Auto merged
innobase/row/row0mysql.c:
  Auto merged
innobase/srv/srv0start.c:
  Auto merged
innobase/sync/sync0sync.c:
  Auto merged
innobase/trx/trx0rec.c:
  Auto merged
innobase/trx/trx0trx.c:
  Auto merged
innobase/ut/ut0mem.c:
  Auto merged
innobase/ut/ut0ut.c:
  Auto merged
libmysql/libmysql.c:
  Auto merged
scripts/mysql_config.sh:
  Auto merged
sql/net_serv.cc:
  Auto merged
sql/sql_delete.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2004-02-22 09:50:59 +02:00
bdb
BitKeeper merge with 4.0 to get security fixes and latest bug fixes 2004-02-20 17:43:02 +02:00
BUILD Merge with public tree 2004-02-16 10:31:05 +02:00
Build-tools merge with 4.0 2004-02-22 09:50:59 +02:00
client Max open files handling moved to my_set_max_open_files() 2004-02-19 19:33:09 +02:00
cmd-line-utils
dbug
Docs
extra
heap
include Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-02-19 19:38:47 +02:00
innobase merge with 4.0 2004-02-22 09:50:59 +02:00
isam
libmysql Added missing argument to strxnmov() (Applies for windows debug mode) 2004-02-20 17:58:34 +02:00
libmysql_r
libmysqld Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
man
merge
myisam merge with 4.0 2004-02-22 09:50:59 +02:00
myisammrg
mysql-test merge with 4.0 2004-02-22 09:50:59 +02:00
mysys merge with 4.0 to get security fixes and latest bug fixes 2004-02-20 17:43:02 +02:00
netware
NEW-RPMS
os2
pstack
regex
scripts merge with 4.0 2004-02-22 09:50:59 +02:00
sql merge with 4.0 2004-02-22 09:50:59 +02:00
sql-bench
sql-common After merge fixes 2004-02-22 08:09:32 +02:00
SSL
strings - fixed C++-style comment in strings/strtod.c which caused a compile 2004-02-18 00:23:16 +01:00
support-files
tests Merge with public tree 2004-02-16 10:31:05 +02:00
tools
VC++Files merge with 4.0 2004-02-22 09:50:59 +02:00
vio
zlib
.bzrignore merge with 4.0 2004-02-22 09:50:59 +02:00
.cvsignore
acconfig.h
acinclude.m4 merge with 4.0 2004-02-22 09:50:59 +02:00
config.guess
config.sub
configure.in merge with 4.0 to get security fixes and latest bug fixes 2004-02-20 17:43:02 +02:00
depcomp
install-sh
ltconfig libtool tweaks 2004-02-17 21:46:40 +01:00
ltmain.sh libtool tweaks 2004-02-17 21:46:40 +01:00
Makefile.am
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'.