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 06e8697d04 Another long patch to remove the rest of the OS2 support.
include/config-win.h:
  Removing OS2 stuff
include/errmsg.h:
  Removing OS2 stuff
include/m_string.h:
  OS2 removal
include/my_global.h:
  OS2 removal
include/my_net.h:
  OS2 removal
include/my_no_pthread.h:
  OS2 removal
include/my_pthread.h:
  OS2 removal
include/thr_alarm.h:
  OS2 removal
mysys/default.c:
  OS2 removal
mysys/mf_path.c:
  OS2 removal
mysys/mf_tempdir.c:
  OS2 removal
mysys/mf_tempfile.c:
  OS2 removal
mysys/my_access.c:
  OS2 removal
mysys/my_clock.c:
  OS2 removal
mysys/my_copy.c:
  OS2 removal
mysys/my_create.c:
  OS2 removal
mysys/my_dup.c:
  OS2 removal
mysys/my_file.c:
  OS2 removal
mysys/my_getwd.c:
  OS2 removal
mysys/my_init.c:
  OS2 removal
mysys/my_lib.c:
  OS2 removal
mysys/my_lock.c:
  OS2 removal
mysys/my_mkdir.c:
  OS2 removal
mysys/my_open.c:
  OS2 removal
mysys/my_pthread.c:
  OS2 removal
mysys/my_redel.c:
  OS2 removal
mysys/my_sleep.c:
  OS2 removal
mysys/my_static.c:
  OS2 removal
mysys/my_thr_init.c:
  OS2 removal
mysys/thr_alarm.c:
  OS2 removal
storage/myisam/myisamchk.c:
  OS2 removal
2006-04-15 08:49:00 -07:00
BitKeeper post-commit: 2006-03-13 16:16:46 +01:00
BUILD fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00
client Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-13 10:48:24 +02:00
cmd-line-utils
config/ac-macros fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00
dbug Add missing files for CMake build. 2006-03-27 11:23:50 +02:00
Docs Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new, 2006-04-11 18:54:24 -07:00
extra fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00
include Another long patch to remove the rest of the OS2 support. 2006-04-15 08:49:00 -07:00
libmysql Merge 192.168.0.10:mysql/mysql-5.1 2006-04-11 12:19:28 +02:00
libmysql_r fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00
libmysqld Auto merged 2006-04-12 14:14:03 +02:00
man
mysql-test update 2006-04-13 23:26:02 +03:00
mysys Another long patch to remove the rest of the OS2 support. 2006-04-15 08:49:00 -07:00
netware Merge 2006-04-04 23:37:44 +02:00
plugin fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00
pstack
regex Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
scripts Merge mysql.com:/home/jimw/my/mysql-5.1-refactor 2006-04-12 08:24:20 -07:00
server-tools Merge bk-internal:/home/bk/mysql-5.1-new 2006-04-12 13:01:26 -07:00
sql Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-13 15:34:39 +02:00
sql-bench
sql-common Update implementation of new function 'mysql_get_ssl_cipher' after review 2006-04-10 12:23:20 +02:00
storage Another long patch to remove the rest of the OS2 support. 2006-04-15 08:49:00 -07:00
strings Merge mysql.com:/usr/home/bar/mysql-5.1-new 2006-04-11 17:12:29 +05:00
support-files Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new, 2006-04-11 18:54:24 -07:00
tests Fix incorrect merge: put '/*' comment start back. 2006-03-30 22:35:50 +04:00
unittest WL#3208 (Adding TAP support): 2006-04-12 21:14:32 +02:00
VC++Files Remove Windows project files for mysql_test_run_new. 2006-04-11 18:59:43 -07:00
vio Manual merge. 2006-03-28 10:07:03 +02:00
win Update readme file with instructions for VCExpress and Platform SDK 2006-04-10 18:44:55 +02:00
zlib Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
.bzrignore Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new, 2006-04-11 18:54:24 -07:00
.cvsignore
cmakelists.txt Add CSV storage engine to cmake files 2006-04-10 18:18:29 +02:00
configure.in Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-13 17:48:53 +02:00
COPYING
Makefile.am Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-13 17:48:53 +02:00
README README: 2006-04-01 04:13:33 +02:00

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.
- For commercial distributions, see the MySQLEULA.txt 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 Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  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.