Quote:
Btw. about your neko_mysql4. Did you change the location of the my.cnf? Otherwise you are not able to run more than one mysqld on your machine (without hacking some scripts).
Yup.

Quote:
And as we already talking about mysql. Can you runs the mysql-test-run script from the mysql-test directory?
Sure.
I only have 256 megs in this Indigo2 and had Firefox running so I think I ran out of ram which caused the error at the bottom. Also I'm not sure why I kept getting "master not cooperating with mysqladmin, will try manual kill master responded to SIGTERM".
Code:
# ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
running ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables --basedir=. --datadir=./var/master-data --skip-innodb --skip-ndbcluster --skip-bdb --language=../sql/share/english/ --character-sets-dir=../sql/share/charsets/
Installing Slave Databases
running ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables --basedir=. --datadir=./var/slave-data --skip-innodb --skip-ndbcluster --skip-bdb --language=../sql/share/english/ --character-sets-dir=../sql/share/charsets/
Manager disabled, skipping manager start.
Loading Standard Test Databases
Starting Tests
TEST RESULT
-------------------------------------------------------
alias [ pass ]
alter_table [ pass ]
analyse [ pass ]
analyze [ pass ]
ansi [ pass ]
archive [ skipped ]
auto_increment [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
backup [ pass ]
bdb-alter-table-1 [ skipped ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
bdb-alter-table-2 [ skipped ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
bdb-crash [ skipped ]
bdb-deadlock [ skipped ]
bdb [ skipped ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
bdb_cache [ skipped ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
bench_count_distinct [ pass ]
bigint [ pass ]
binary [ pass ]
blackhole [ skipped ]
bool [ pass ]
bulk_replace [ pass ]
case [ pass ]
cast [ pass ]
check [ pass ]
comments [ pass ]
compare [ pass ]
connect [ pass ]
consistent_snapshot [ pass ]
constraints [ pass ]
count_distinct [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
count_distinct2 [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
count_distinct3 [ pass ]
create [ pass ]
create_select_tmp [ pass ]
csv [ skipped ]
ctype_big5 [ pass ]
ctype_collate [ pass ]
ctype_cp1250_ch [ pass ]
ctype_cp1251 [ pass ]
ctype_cp932 [ pass ]
ctype_create [ pass ]
ctype_gbk [ pass ]
ctype_latin1 [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
ctype_latin1_de [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
ctype_latin2 [ pass ]
ctype_many [ pass ]
ctype_mb [ pass ]
ctype_recoding [ pass ]
ctype_sjis [ pass ]
ctype_tis620 [ pass ]
ctype_uca [ pass ]
ctype_ucs [ pass ]
ctype_ucs_binlog [ pass ]
ctype_ujis [ pass ]
ctype_utf8 [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
date_formats [ pass ]
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
delayed [ pass ]
delete [ pass ]
derived [ pass ]
dirty_close [ pass ]
distinct [ pass ]
drop [ pass ]
drop_temp_table [ pass ]
empty_table [ pass ]
endspace [ pass ]
errors [ pass ]
exampledb [ skipped ]
explain [ pass ]
flush [ pass ]
flush_block_commit [ pass ]
flush_table [ pass ]
foreign_key [ pass ]
fulltext [ pass ]
fulltext2 [ pass ]
fulltext_cache [ pass ]
fulltext_distinct [ pass ]
fulltext_left_join [ pass ]
fulltext_multi [ pass ]
fulltext_order_by [ pass ]
fulltext_update [ pass ]
fulltext_var [ pass ]
func_compress [ fail ]
Errors are (from /usr/people/dieter/mysql-4.1.15-PATCHED/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 46: query 'select compress(repeat('aaaaaaaaaa', IF('', 10, 10000000))) is null' failed: 5: Out of memory (Needed 120000024 bytes)
(the last lines may be the most important ones)
Aborting: func_compress failed in default mode. To continue, re-run with '--force'.
Ending Tests
Shutting-down MySQL daemon
master not cooperating with mysqladmin, will try manual kill
master responded to SIGTERM
Master shutdown finished
Slave shutdown finished