BDB table creation fails under NetBSD 1.6 for bad file descriptor

2003-01-15 Thread don+mysql
>Description: When trying to create a type=BDB table under NetBSD 1.6, mysql reports: ERROR 1005: Can't create table './test/test.frm' (errno: 9) and the error log shows: 030114 17:10:19 bdb: fstat: Bad file descriptor 030114 17:10:19

Re: Bad file descriptor

2002-02-26 Thread Ken Menzel
To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 7:33 AM Subject: Bad file descriptor > Sometimes I have in my .err file Error in accept: Bad file descriptor > FreeBSD 4.4, mysql 3.23.47 > startup script: > -O key_buffer=256M -O table_cache=18000 -O sort_buffer=32M -O &

Bad file descriptor

2002-02-26 Thread Maxim V. Presnyakov
Sometimes I have in my .err file Error in accept: Bad file descriptor FreeBSD 4.4, mysql 3.23.47 startup script: -O key_buffer=256M -O table_cache=18000 -O sort_buffer=32M -O record_buffer=16M --log-slow-queries -O long_query_time=180 -O max_connect_errors=50 -O back_log=500 --warnings -O

Error in accept: Bad file descriptor

2002-01-24 Thread Michael Widenius
7; Todd> I have even tried to manually copy the files in the db Todd> ie: cp -R /usr/local/mysql/var/db1/ /usr/local/var/db2/ Todd> When done this way, mysql crashes when I query the db: Todd> SQL-query : Todd> SHOW TABLE STATUS FROM `sample` Todd> MySQL said: Todd> Can'

Error in accept: Bad file descriptor

2002-01-22 Thread Todd Ratson
'Password',0,0,0, 0,0,0,0,0,0,0,0,0,0,1,''); MySQL said: Can't create/write to file './test/nuke_authors.frm' I have even tried to manually copy the files in the db ie: cp -R /usr/local/mysql/var/db1/ /usr/local/var/db2/ When done this way, mysql crashes wh