mariadb/mysql-test/suite/rpl
Alexey Botchkov 1a600125ff MDEV-3917 multiple use locks (GET_LOCK) in one connection.
The patch contributed by Konstantin Osipov applied.
    Native comments:
      Implement multiple user-level locks per connection.

      GET_LOCK() function in MySQL allows a connection  to hold at most
      one user level lock. Taking a new lock automatically releases the
      old lock, if any.

      The limit of one lock per session existed since  early versions
      of MySQL didn't have a deadlock detector for SQL locks.
      MDL patches in MySQL 5.5 added a deadlock detector,
      so starting from 5.5 it became possible to take multiple locks
      in any order -- a deadlock, should it occur, would be detected
      and an error returned to the client which closed the wait chain.

      This is exactly what is done in this patch: ULLs are moved
      to use MDL subsystem.
2013-04-12 18:06:51 +05:00
..
extension Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
include Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00
r MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
t MDEV-3917 multiple use locks (GET_LOCK) in one connection. 2013-04-12 18:06:51 +05:00
disabled.def merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
my.cnf
README
rpl_1slave_base.cnf merge with 5.3 2011-10-19 21:45:18 +02:00

How to run.
===========

./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed