mariadb/storage
unknown 48083d73d3 After-merge fixes for problems seen in buildbot after merging MySQL-5.1.35.
- Version number.
 - Valgrind false alarms in libz.
 - New variant of suppression for Valgrind warning in dlclose().
 - Fix double free() in plugin init error case.

configure.in:
  Fix version number. We should reset the maria variant back to `1' when the MySQL version
  number increases.
include/my_sys.h:
  Fix false alarms in Valgrind for zlib.
  
  Apply same fix as for archive storage handler also to the cases of compression in the
  client protocol, and to the compression SQL function.
mysql-test/valgrind.supp:
  A new variant of the dlclose() suppression is needed now.
mysys/my_compress.c:
  Fix false alarms in Valgrind for zlib.
  
  Apply same fix as for archive storage handler also to the cases of compression in the
  client protocol, and to the compression SQL function.
sql/handler.cc:
  Fix a double free() in error case for plugin initialisation.
sql/item_strfunc.cc:
  Fix false alarms in Valgrind for zlib.
  
  Apply same fix as for archive storage handler also to the cases of compression in the
  client protocol, and to the compression SQL function.
2009-05-22 14:38:50 +02:00
..
archive After-merge fixes for problems seen in buildbot after merging MySQL-5.1.35. 2009-05-22 14:38:50 +02:00
blackhole Added "Sun Microsystems, Inc." to copyright headers on files modified 2008-11-10 21:21:49 +01:00
csv Merged with mysql-5.1 tree. 2009-04-25 13:05:32 +03:00
example Merge trift2.:/MySQL/M51/mysql-5.1 2008-03-14 14:41:08 +01:00
federated Merged with mysql-5.1 tree. 2009-04-25 13:05:32 +03:00
heap Merged with mysql-5.1 tree. 2009-04-25 13:05:32 +03:00
ibmdb2i Add new headers to noinst_HEADERS (ibmdb2i storage engine) 2009-04-01 22:18:49 +02:00
innobase Fixed problems in merge 2009-05-19 12:28:05 +03:00
maria Fixed problems in merge 2009-05-19 12:28:05 +03:00
myisam Fixed problems in merge 2009-05-19 12:28:05 +03:00
myisammrg Fixed problems in merge 2009-05-19 12:28:05 +03:00
ndb Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
pbxt Fixed problems in merge 2009-05-19 12:28:05 +03:00
Makefile.am Add the IBM DB2 for i storage engine. 2009-02-15 03:18:30 +01:00