mariadb/storage/archive
Sergey Vojtovich 91f0212c68 BUG#48757 - missing .ARZ file causes server crash
Server crashes when accessing ARCHIVE table with missing
.ARZ file.

When opening a table, ARCHIVE didn't properly pass through
error code from lower level azopen() to higher level open()
method.

mysql-test/r/archive.result:
  A test case for BUG#48757.
mysql-test/t/archive.test:
  A test case for BUG#48757.
storage/archive/ha_archive.cc:
  Pass through error code from azopen().
2010-02-12 16:33:03 +04:00
..
archive_reader.c mysql-test/r/partition.result 2008-11-25 03:04:58 +01:00
archive_test.c Modified read buffer to see if performance difference existed. 2007-03-20 22:13:55 -07:00
azio.c fix for pb2 failure after bug#47012 push. 2009-11-17 17:44:27 +05:30
azlib.h Bug#29125 Windows Server X64: so many compiler warnings 2009-02-13 11:41:47 -05:00
CMakeLists.txt Bug#47382 'mysqladmin debug' crash on 64-bit Windows 2009-11-10 13:41:43 -06:00
ha_archive.cc BUG#48757 - missing .ARZ file causes server crash 2010-02-12 16:33:03 +04:00
ha_archive.h Fixed locking issues around flushes. 2007-07-12 17:39:07 -07:00
Makefile.am Use pkglibdir to simplify pkgplugindir, and fix the path in a 2008-01-02 13:00:46 +00:00
plug.in auto-set MYSQL_PLUGIN_DIRECTORY for plug.in files 2006-05-06 07:43:18 -04:00