mariadb/storage
Michael Widenius 50b43cf805 Fix for LP#614265 Crash in _ma_unpin_all_pages / _ma_search on DELETE with Aria search engine
Fixed compiler warnings

client/mysqlslap.c:
  Fixed compiler warnings
mysql-test/suite/maria/r/maria.result:
  Test case for LP#614265
mysql-test/suite/maria/t/maria.test:
  Test case for LP#614265
mysql-test/suite/pbxt/t/skip_name_resolve-master.opt:
  Ensure that we get restart before test (as test uses show processlist)
sql/handler.cc:
  Added cloned marker if clone was called (for safety checks & debugging)
sql/handler.h:
  Added cloned marker if clone was called (for safety checks & debugging)
storage/maria/ha_maria.cc:
  In clone call, set file->trn if cloned file had this set. This is needed as maria_create_trn_for_mysql() and thus file->trn is never set for cloned table.
  Ensure that file->trn is properly reset after calls to repair/check/zerofill.
  Increment locked table count if file->trn is set (as we decrement this in the unlock call)
tests/mysql_client_test.c:
  Fixed compiler warnings
2010-08-06 15:39:37 +03:00
..
archive Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
blackhole Bug #40877: multi statement execution fails in 5.1.30 2009-10-16 13:29:42 +03:00
csv Fixed trival bug introduced in last patch (buffer was not extended) 2010-06-23 10:33:00 +03:00
example Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
federated restore the unintentinally broken ABI 2010-07-23 22:37:21 +02:00
federatedx restore the unintentinally broken ABI 2010-07-23 22:37:21 +02:00
heap Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
ibmdb2i merging with mysql-5.1-bugteam 2009-12-11 17:27:12 +05:30
innobase Merge with MariaDB main 2010-08-02 12:40:01 +03:00
innodb_plugin Fixes to allow one to compile and test innodb_plugin 2010-08-04 00:26:17 +03:00
maria Fix for LP#614265 Crash in _ma_unpin_all_pages / _ma_search on DELETE with Aria search engine 2010-08-06 15:39:37 +03:00
myisam Fixed compiler warnings 2010-08-04 21:36:11 +03:00
myisammrg Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
ndb Bug #35250: readline check breaks when doing vpath build 2010-03-09 17:51:31 +02:00
pbxt Fixed compiler warnings 2010-05-27 20:18:31 +03:00
xtradb Merge with 5.1-merge (new XTRADB code updated up to MySQL 5.1.47) 2010-08-05 14:40:54 +03:00
Makefile.am Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00
mysql_storage_engine.cmake Install the storage engine plugins 2010-06-28 16:05:34 +02:00