diff options
author | unknown <guilhem@gbichot4.local> | 2008-03-21 22:29:05 +0100 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2008-03-21 22:29:05 +0100 |
commit | b8c56780b601563735f4d6880573cfa6cb96bf2c (patch) | |
tree | 9d3beda714d10e9658e635d6c03d41b75992e044 /.bzrignore | |
parent | b29d8bd22fb8288b796481e040aaf253e73863df (diff) | |
download | mariadb-git-b8c56780b601563735f4d6880573cfa6cb96bf2c.tar.gz |
Fix for pushbuild problems: innocuous Valgrind error (uninitialized
bytes in unimportant, unused pieces of index pages) and test failure
because test requires Maria. Compiler warning.
About Valgrind error, two of the three bzero() added here are
needed to silence the error (the third is added for symmetry).
mysql-test/t/maria-gis-rtree.test:
requires Maria
storage/maria/ma_loghandler.c:
"uint64->uint16 possible loss of precision" on Windows
storage/maria/ma_rt_index.c:
We bzero the entire new page, as is done in _ma_enlarge_root()
for B-tree pages. This silences Valgrind warnings and allows
better compression.
storage/maria/ma_rt_split.c:
We bzero the entire new page, as is done in _ma_enlarge_root()
for B-tree pages. This silences Valgrind warnings and allows
better compression.
Diffstat (limited to '.bzrignore')
0 files changed, 0 insertions, 0 deletions