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
Sergei Golubchik 942651ea6c wt: comments, OOM checks, test case for deadlock detection
include/waiting_threads.h:
  make wt_thd_dontwait private
mysql-test/r/maria.result:
  deadlock example
mysql-test/t/maria.test:
  deadlock example
mysys/waiting_threads.c:
  comments, OOM checks
sql/mysqld.cc:
  fix variables
sql/sql_class.cc:
  move wt_lazy_init to THD constructor
sql/sql_class.h:
  move wt_lazy_init to THD constructor
storage/maria/ha_maria.cc:
  backport from 6.0
storage/maria/ma_write.c:
  poset-review fixes, set thd->proc_info
storage/maria/trnman.c:
  bugfixing
storage/myisam/mi_check.c:
  warnings
storage/myisam/mi_page.c:
  warnings
storage/myisam/mi_search.c:
  warnings
storage/myisammrg/myrg_create.c:
  warnings
unittest/mysys/waiting_threads-t.c:
  fixes
2008-08-28 14:43:44 +02:00
.bzr-mysql
BitKeeper
BUILD
client merged 2008-08-02 08:09:28 +02:00
cmd-line-utils
config/ac-macros
dbug
Docs
extra Added versioning of Maria index 2008-06-26 08:18:28 +03:00
include wt: comments, OOM checks, test case for deadlock detection 2008-08-28 14:43:44 +02:00
libmysql
libmysql_r
libmysqld
man
mysql-test wt: comments, OOM checks, test case for deadlock detection 2008-08-28 14:43:44 +02:00
mysys wt: comments, OOM checks, test case for deadlock detection 2008-08-28 14:43:44 +02:00
netware
plugin
pstack
regex
scripts Added versioning of Maria index 2008-06-26 08:18:28 +03:00
server-tools
sql wt: comments, OOM checks, test case for deadlock detection 2008-08-28 14:43:44 +02:00
sql-bench
sql-common wt_thd_lazy_init(), per-thread deadlock search depths and timeouts 2008-08-08 13:11:27 +02:00
storage wt: comments, OOM checks, test case for deadlock detection 2008-08-28 14:43:44 +02:00
strings
support-files
tests
unittest wt: comments, OOM checks, test case for deadlock detection 2008-08-28 14:43:44 +02:00
vio
win
zlib
.bzrignore Added versioning of Maria index 2008-06-26 08:18:28 +03:00
.cvsignore
CMakeLists.txt
configure.in WL#3064 - waiting threads - wait-for graph and deadlock detection 2008-07-29 16:10:24 +02:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt - lifting a limit: INSERT|REPLACE SELECT and LOAD DATA always prevented versioning, now what do so is if 2008-07-09 14:07:38 +02:00
Makefile.am
README

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.