MySQL Forums
Forum List  »  Partitioning

Re: Partitioned table causes open_files errror
Posted by: Phil Hildebrand
Date: June 09, 2008 09:12PM

Also -

does mysql have any files open more than once?

lsof -u mysql -F n |sort|uniq -c | grep -v " 1 "

(I haven't seen this issue, but we're running 5.1.24-rc, and primarily innodb partitions)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitioned table causes open_files errror
3010
June 09, 2008 09:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.