mariadb/storage
Sergey Vojtovich 21779b35ea BUG#58205 - Valgrind failure in fn_format when called from
archive_discover

Fixed buffer underrun in cleanup_dirname().

Also fixed that original (unencoded) database and table
names were used to discover archive tables.

mysql-test/r/archive.result:
  A test case for BUG#58205.
mysql-test/t/archive.test:
  A test case for BUG#58205.
mysys/mf_pack.c:
  Fixed buffer underrun in cleanup_dirname(), when
  it gets path like "a/../" (relative path, where
  first directory is to be cut off).
storage/archive/ha_archive.cc:
  Handler discover method gets database and table
  names as is. It must use build_table_filename()
  to get name similar to what it gets on create()
  and open().
2010-12-01 15:56:46 +03:00
..
archive BUG#58205 - Valgrind failure in fn_format when called from 2010-12-01 15:56:46 +03:00
blackhole WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
csv WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
example WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
federated WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
heap WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
innobase WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
myisam WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
myisammrg WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
ndb Fixed compilation error. 2010-11-08 14:52:10 +01:00
perfschema local merge 2010-11-21 14:32:48 +01:00