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
anozdrin/alik@booka. b534ca4bc0 Fix for the following bugs:
- BUG#22306: STOP INSTANCE can not be applied for instances in Crashed,
    Failed and Abandoned;
  - BUG#23476: DROP INSTANCE does not work
  - BUG#23215: STOP INSTANCE takes too much time

BUG#22306:
The problem was that STOP INSTANCE checked that mysqld is up and running.
If it was not so, STOP INSTANCE reported an error. Now, STOP INSTANCE
reports an error if the instance has been started (mysqld can be down).

BUG#23476:
The problem was that DROP INSTANCE tried to stop inactive instance. The fix is
trivial.

BUG#23215:
The problem was that locks were not acquired properly, so the
instance-monitoring thread could not acquire the mutex, holded by the
query-processing thread.

The fix is to simplify locking scheme by moving instance-related information to
Instance-class out of Guardian-class. This allows to get rid of storing a
separate list of Instance-information in Guardian and keeping it synchronized
with the original list in Instance_map.
2006-11-30 12:23:55 +03:00
BitKeeper Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 11:44:37 +03:00
BUILD Removed compiler warnings 2006-11-27 18:16:08 +02:00
client Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 14:28:05 +01:00
cmd-line-utils Fixed portablity problem 2006-11-28 05:43:30 +02:00
config/ac-macros Many files: 2006-11-29 18:36:51 +01:00
dbug Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
Docs Merge mysql.com:/home/kent/bk/mysql-5.0-build 2006-11-29 14:35:59 +01:00
extra Merge kahlann.erinye.com:/home/df/mysql/build/51 2006-11-28 19:53:43 +01:00
include Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 23:36:26 +03:00
libmysql Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 23:36:26 +03:00
libmysql_r Merge mysql.com:/home/kent/bk/mysql-4.1 2006-11-27 18:47:07 +01:00
libmysqld Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 23:36:26 +03:00
man Makefile.am, configure.in: 2006-07-28 23:12:40 +02:00
mysql-test A post-merge fix. 2006-11-30 02:51:41 +03:00
mysys Disabled syncronization test at it fails on multiple platforms. (Bug #24529) 2006-11-27 23:19:53 +02:00
netware Merge mysql.com:/home/kent/bk/mysql-5.0-build 2006-11-29 14:35:59 +01:00
plugin Fixed a LOT of compiler warnings 2006-11-27 01:47:38 +02:00
pstack Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
regex Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
scripts Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-21 23:12:45 +02:00
server-tools Fix for the following bugs: 2006-11-30 12:23:55 +03:00
sql A post-merge fix: fix the failing trigger-grant.test. 2006-11-30 03:34:10 +03:00
sql-common Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 14:28:05 +01:00
storage Many files: 2006-11-29 18:36:51 +01:00
strings Merge bk-internal:/home/bk/mysql-5.1 2006-11-28 17:14:16 +01:00
support-files Merge trift2.:/MySQL/M50/bug22081-5.0 2006-11-16 15:16:51 +01:00
tests Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-11-29 11:44:37 +03:00
unittest Fixed a LOT of compiler warnings 2006-11-27 01:47:38 +02:00
vio Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
win Deleted old storage directories (introduced by a buggy 5.0 -> 5.1 merge). 2006-09-21 08:57:47 +02:00
zlib Merge mysql.com:/usr/home/ram/work/mysql-5.0-maint 2006-09-18 10:43:06 +05:00
.bzrignore Merge mysql.com:/home/my/mysql-5.0 2006-11-22 14:11:36 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
CMakeLists.txt Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0.27-release 2006-10-21 01:13:50 +02:00
configure.in gen_rec.awk: 2006-11-27 18:29:50 +01:00
COPYING - manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all 2005-04-13 11:51:38 +02:00
Makefile.am fix for the merge of --mem support in autopush.pl in 5.1-opt 2006-11-20 13:42:22 +02:00
README make_binary_distribution.sh: 2006-11-07 22:26:37 +01: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 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.