mariadb/storage/archive
Michael Widenius 2045c54f59 Fixed bug in Archive with insert delayed
storage/archive/ha_archive.cc:
  Fixed bug that caused archive.test to fail with: Warning: Found locks from different threads for lock 't2' in 'write' at 'start of release lock'...
  The reason was that the TL_WRITE_DELAYED lock was changed to TL_WRITE_ALLOW_WRITE which conflicted with how the lock was used in sql_insert.cc (in particular with thr_upgrade_write_delay_lock())
2011-02-03 02:11:58 +02:00
..
archive_reader.c Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
archive_test.c Modified read buffer to see if performance difference existed. 2007-03-20 22:13:55 -07:00
azio.c Enable archive tables to work with mysql_upgrade / repair 2010-09-03 20:55:56 +03:00
azlib.h Removed compiler warnings 2010-01-06 23:27:53 +02:00
CMakeLists.txt Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
ha_archive.cc Fixed bug in Archive with insert delayed 2011-02-03 02:11:58 +02:00
ha_archive.h Enable archive tables to work with mysql_upgrade / repair 2010-09-03 20:55:56 +03:00
Makefile.am Fixed compiler and gmake warnings 2010-11-29 11:27:52 +02:00
plug.in MWL#74: Shared libmysqld.so library. 2010-11-17 13:24:20 +01:00