mariadb/storage
unknown f5f2a8a112 fix for memory leak in _ma_scan_init_block_record() (Valgrind error):
make Maria support multiple calls to rnd_init() without an rnd_end()
call in between.


storage/maria/ma_blockrec.c:
  as explained in sql/handler.h, multiple calls to rnd_init() without
  a rnd_end() in between, are possible, and engine must be prepared to
  that. So in _ma_scan_init_block_record(), we allocate a buffer
  only if we have not yet one.
2007-06-07 22:07:44 +02:00
..
archive Fixed compiler warnings 2007-02-23 13:13:55 +02:00
blackhole
csv
example
federated
heap
innobase Fix (last) compiler warnings 2007-02-27 20:06:37 +02:00
maria fix for memory leak in _ma_scan_init_block_record() (Valgrind error): 2007-06-07 22:07:44 +02:00
myisam Fixes after review of guilhem of block record patch 2007-04-19 13:18:56 +03:00
myisammrg merge from MyISAM into Maria (last step of merge of 5.1 into Maria). 2007-03-01 18:23:58 +01:00
ndb Remove compiler warnings 2007-02-27 19:31:49 +02:00
Makefile.am Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-maria 2007-02-28 17:50:51 +01:00