1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-16 22:03:23 +03:00
Files
mariadb/sql
unknown 63cd7bdcd5 Fixed errors found by valgrind
Changed bitmaps to be written before unpinning of pages in write_block_record()
Log handler now assumes we never call it for not transactional tables
Fixed bug in ma_test_all that caused it to fail


sql/unireg.cc:
  Removed 'at', as this makes it hard to find valgrind errors from the debug log
storage/maria/ma_blockrec.c:
  Changed bzero() of blocks to get rid of a (non critical) valgrind error
  Changed bitmaps to be written before unpinning of pages in write_block_record()
  fixed that we don't log tails if table isn't transactional
storage/maria/ma_key_recover.c:
  Fixed wrong log_data[] that caused us to log uninitialized data
storage/maria/ma_loghandler.c:
  Replaced not needed test with DBUG_ASSERT()
storage/maria/ma_test_all.sh:
  Remove control file if block size changes
2007-11-21 12:13:27 +02:00
..
2007-03-15 23:39:07 -07:00
2007-08-16 21:14:47 +04:00
2007-11-14 19:08:06 +02:00
2007-03-20 17:07:53 +01:00
2007-10-12 10:22:49 +02:00
2007-08-15 17:43:08 +04:00
2007-11-14 19:08:06 +02:00
2007-10-09 21:09:50 +03:00
2007-10-08 20:55:44 +02:00
2007-04-13 19:23:02 +02:00
2007-08-17 13:22:31 +02:00
2007-02-23 13:13:55 +02:00
2007-02-23 13:13:55 +02:00
2007-10-12 10:22:49 +02:00
2007-09-27 20:00:40 +03:00
2007-06-10 14:43:57 +04:00
2007-09-01 00:12:00 +04:00
2007-08-15 17:43:08 +04:00
2007-08-15 17:43:08 +04:00
2007-07-30 19:02:21 +03:00
2007-10-08 20:57:37 +02:00
2007-06-12 18:41:56 +03:00
2007-09-04 16:40:27 -06:00
2007-09-13 02:09:29 +05:00
2007-11-14 19:08:06 +02:00
2007-11-21 12:13:27 +02:00