Bug #31252 ndb_binlog_discover.test throws warning
Submitted: 27 Sep 2007 17:55 Modified: 24 Aug 2010 7:37
Reporter: Ingo Strüwing Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Cluster: Replication Severity:S2 (Serious)
Version:mysql-5.1 OS:Linux (Debian GNU/Linux/x86_64)
Assigned to: CPU Architecture:Any
Tags: 5.1.23

[27 Sep 2007 17:55] Ingo Strüwing
Description:
After ndb_binlog_discover.test ran, warnings file contains:

master.err: ndb.ndb_binlog_discover: 070927 14:50:45 [Warning] NDB_SHARE: ./mysql/ndb_schema already exists  use_count=1. Moving away for safety, but possible memleak.

mysql-test-run.pl returns non-zero exit code.

How to repeat:
bk clone bk-internal.mysql.com:/home/bk/mysql-5.1 mysql-5.1-amain
cd mysql-5.1-amain
BUILD/compile-pentium-gcov --with-debug=full --prefix="/home/mydev/install-5.1-amain"
make test-force

I have also seen this with BUILD/compile-pentium-debug-max.