Binlog in 5.0.45

2009-05-25 Thread Hitesh Shah
Does 5.0.45 honor absolute path in bin-log? I got a warning when I tried it and docs say default handling was problematic and was fixed in 5.0.51 Thanks Hitesh -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch

MySQL command line remote monitoring tool for 5.0

2009-04-16 Thread Hitesh Shah
Hello, I'd like to know if there is a command line tool I can run to collect vital health information for a remote mysql server (just like mysqltop) for 5.0 - I often see mysql swapping to disk and would like to know what causes that. Thanks Hitesh -- MySQL General Mailing List For list archives

ScrollableResults causing OutOfMemory

2008-06-24 Thread Hitesh Shah
Hello, I have a Company table with 50 million rows that I am trying to index with Hibernate search with fullTextSession.setFlushMode(FlushMode.MANUAL); fullTextSession.setCacheMode(CacheMode.IGNORE); ScrollableResults results = fullTextSession.createCriteria( Company.class ).setFetchSize(100).scr