List:General Discussion« Previous MessageNext Message »
From:Egor Egorov Date:August 23 2004 1:57pm
Subject:Re: about creation error of full text index
View as plain text  
°ν ¿μΑΎ <j_strane@stripped> wrote:

> mysql> select count(*) from pages;
> ERROR 1016 (HY000): Can't open file: 'pages.MYI' (errno: 144)
> mysql> repair tables pages;
>
> +---------------+--------+----------+-------------------------------------------------+
> 
> | Table         | Op     | Msg_type | Msg_text                              
>          |
>
> +---------------+--------+----------+-------------------------------------------------+
> 
> | search2.pages | repair | error    | 121 when fixing table                 
>          |
> | search2.pages | repair | error    | Can't copy datafile-header to 
> tempfile, error 9 |
> | search2.pages | repair | status   | Operation failed                      
>          |
>
> +---------------+--------+----------+-------------------------------------------------+


[egor@blend egor]$ perror 9
Error code   9:  Bad file descriptor

Are you sure this is not a problem with your OS and/or MySQL build? 

This may be a MySQL error in which case I will ask you to prepare a testcase
for us to fix the bug. 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   Egor.Egorov@stripped
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



Thread
about creation error of full text index°ν ΏμΑΎ23 Aug
  • Re: about creation error of full text indexEgor Egorov23 Aug
Re: about creation error of full text indexKoh Woojong23 Aug