jdworske 0 Newbie Poster

I am running a MySQL cluster test on 3 nodes. 1 management node 2 storage nodes. I can't seem to get mysql to start successfully.

All 3 nodes are running Ubuntu Server 8.04 with MySQL 5.1 ... I know this is totally new, however, we are trying to test out new partiioning features with 5.1 ...

Has anyone tried this yet ..? Below is the error I get each time trying to start mysqld ...

[0xb7f6b420]
/usr/sbin/mysqld(push_warning_printf(THD*, MYSQL_ERROR::enum_warning_level, unsigned int, char const*, ...)+0x4e) [0x82e2f7e]
/usr/sbin/mysqld(MYSQL_BIN_LOG::purge_logs_before_date(long)+0x263) [0x82f2943]
/usr/sbin/mysqld [0x8255ebb]
/usr/sbin/mysqld(main+0x4c6) [0x8259e26]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7c84450]
/usr/sbin/mysqld [0x8193261]

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
080529 16:38:13 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

Thanks in Advance for any help !!!

John Dworske