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
Kristofer Pettersson 75ba3c6a4b Bug#45336 --enable-foobar doesn't work for any plugin foobar.
Because of a regression introduced by bug#19027 the option --enable-foobar
doesn't work anymore for any plugin 'foobar'. The reason is that plugin
names are tristate options variables with optional parameters and integer
values are not accepted. Since the 'enable' prefix attempts to assign '1'
to the option the operation fails.

This patch translates any number n assigned to a plugin variable of type ENUM
to be the corresponding enumerated item. As a side effect --enable-foobar and
--disable-foobar will also start working again.
2009-06-25 15:55:26 +02:00
.bzr-mysql fixed .bzr-mysql/default.conf 2009-05-29 13:10:20 +02:00
BitKeeper
BUILD Merge the bashism removal from 5.0 up to 5.1-build 2008-12-28 16:18:08 +01:00
client Bug#44834 strxnmov is expected to behave as you'd expect 2009-06-19 13:24:43 +05:00
cmd-line-utils Addendum to Bug #45286: backport macro name form other tree 2009-06-06 15:05:44 +02:00
config/ac-macros Automerge 2009-03-25 16:23:47 +03:00
dbug automerge 2009-06-05 15:30:57 +03:00
Docs
extra Fix incorrect filename in verbose output of innochecksum. (Bug #44484, 2009-05-05 11:07:26 -07:00
include merging with mysql-5.0-bugteam 2009-06-19 17:58:46 +05:30
libmysql auto-merge 2009-03-19 09:44:58 -04:00
libmysql_r
libmysqld Bug #43715 Link errors when trying to link mysql_embedded.exe 2009-03-17 23:28:24 +01:00
man
mysql-test Merge 5.0 -> 5.1 of fixes for various funcs_1 related bugs 2009-06-19 17:44:29 +02:00
mysys Bug#45336 --enable-foobar doesn't work for any plugin foobar. 2009-06-25 15:55:26 +02:00
netware Auto-merge up from 5.0 2009-02-07 16:50:31 +01:00
plugin Add the IBM DB2 for i storage engine. 2009-02-15 03:18:30 +01:00
pstack
regex
scripts automerge 2009-06-19 18:32:10 +03:00
server-tools auto-merge 2009-03-19 09:42:36 -04:00
sql Bug #32223 SETting max_allowed_packet variable 2009-06-19 11:27:19 +02:00
sql-bench Merge up 5.0-build into 5.1-build: 2009-05-29 15:40:55 +02:00
sql-common Merge from mysql-5.0-bugteam. 2009-06-10 11:05:07 -03:00
storage Merge from 5.0-bugteam 2009-06-17 16:56:44 +02:00
strings Addendum to Bug #45286: backport macro name form other tree 2009-06-06 15:05:44 +02:00
support-files automerge 2009-06-12 17:07:47 +03:00
tests Workaround a compiler that does not support certain C99 features for C code. 2009-05-23 10:19:58 -03:00
unittest
vio Bug#33899: Deadlock in mysql_real_query with shared memory connections 2009-03-26 20:25:10 -03:00
win Updates to build with community features enabled for community builds. 2009-05-20 23:04:34 +02:00
zlib
.bzrignore Bug#40446 - mysql-test-run --gcov is broken 2009-02-27 12:20:53 +01:00
.cvsignore
CMakeLists.txt merged 5.0-bugteam 2009-05-27 18:14:09 +03:00
configure.in Bug#42599: error: `pthread_setschedprio' was not declared in this scope 2009-06-18 20:21:47 -03:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am merge: 5.1 -> 5.1-rpl 2009-01-08 19:03:56 +00:00
README Added clarification about GPL v2, changed to Sun Microsystems, Inc. 2009-05-05 16:27:35 +02:00

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

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.

GPLv2 Disclaimer
For the avoidance of doubt, except that if any license choice
other than GPL or LGPL is available it will apply instead, Sun
elects to use only the General Public License version 2 (GPLv2)
at this time for any software where a choice of GPL license versions
is made available with the language indicating that GPLv2 or any
later version may be used, or where a choice of which version of
the GPL is applied is otherwise unspecified.

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.