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 5a7bbcd571 Bug#16228/Bug#20697 - related.
Bug#23831  deadlock not noticed

RBR bug in that when replicated msta (multi-statement-trans-action) deadlocks
with a local at write row event or gets timed-out, the event handler did not return
the correct error code.
Wrong error code stops slave sql thread instead of to proceed with
rollback and replay.

The correct code is typed in error log and stored for error handling rotine
to conduct rollback and replay of the transaction. The handling for the rbr
remains the same as for the sbr events.
Particularly, timed-out transaction still is rolled back - look at the related bugs.


mysql-test/extra/rpl_tests/rpl_deadlock.test:
  fixing deadlock stimulation, commented on potential race condition and left todo.
mysql-test/r/rpl_deadlock_innodb.result:
  changed
sql/log_event.cc:
  returning the correct errors for write row event type;
  storing DL, TO error codes to check at grand-caller in step with sbr.
2006-11-03 14:26:40 +02:00
BitKeeper Merge bk-internal:/home/bk/mysql-5.0-runtime 2006-10-03 14:26:11 +02:00
BUILD Merge brian@dib.tangent.org:/export/home/brian/mysql/gnu-5.1 2006-09-13 22:09:05 -07:00
client Merge mysql.com:/home/bkroot/mysql-5.1-new-rpl 2006-10-10 21:59:23 +02:00
cmd-line-utils
config/ac-macros WL#3504 "plugin actions for engines' and plugins' unit tests" 2006-09-15 15:15:24 +02:00
dbug Merge maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/50 2006-09-13 09:03:52 +02:00
Docs Merge trift2.:/MySQL/M50/mysql-5.0 2006-09-22 17:24:06 +02:00
extra Merge neptunus.(none):/home/msvensson/mysql/work/my51-work 2006-09-28 09:38:26 +02:00
include Merge bk-internal:/home/bk/mysql-5.1 2006-10-20 11:12:35 +02:00
libmysql Merge maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/50 2006-09-13 09:03:52 +02:00
libmysql_r
libmysqld Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-09-14 23:53:35 +04:00
man
mysql-test Bug#16228/Bug#20697 - related. 2006-11-03 14:26:40 +02:00
mysys Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-10-19 10:15:08 +02:00
netware Merge neptunus.(none):/home/msvensson/mysql/netware/my50-netware_libmysql_imp 2006-09-28 11:05:28 +02:00
plugin Added license information display to output of plugins schema, and tagged all plugins with GPL flag. 2006-10-05 00:41:29 -07:00
pstack
regex
scripts Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-10-11 10:01:43 +02:00
server-tools Merge alik.:/mnt/raid/alik/MySQL/devel/5.0-rt 2006-09-28 15:10:18 +04:00
sql Bug#16228/Bug#20697 - related. 2006-11-03 14:26:40 +02:00
sql-common Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2006-09-28 14:09:31 +05:00
storage Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl 2006-10-25 17:12:09 +02:00
strings Merge mysql.com:/home/hf/mysql-5.0.mrg 2006-10-12 15:42:05 +05:00
support-files Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-09-28 10:15:32 -04:00
tests Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-real-bug21726 2006-10-02 15:01:19 +04:00
unittest Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl 2006-10-06 15:31:05 +02:00
vio Merge neptunus.(none):/home/msvensson/mysql/work/my50-work 2006-09-28 16:22:54 +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 neptunus.(none):/home/msvensson/mysql/netware/my50-netware_libmysql_imp 2006-09-28 11:05:28 +02:00
.cvsignore
CMakeLists.txt Bug#22224: Windows build depends on ib_config.h 2006-09-28 15:18:33 -04:00
configure.in Raise version number 2006-10-11 12:53:15 +02:00
COPYING
Makefile.am Back port change from 5.1 that adds the Windows database files to the source package. 2006-10-02 23:05:52 -04:00
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.
- 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.