> Hi,

I have a Mysql database with one Master and one slave

> I have a problem with the following table "session":
> +----------+-------------+------+-----+---------+-------+
> | Field               | Type                      | Null      | 
> Key     | Default         |       Extra |
> +----------+-------------+------+-----+---------+-------+
> | indexation       | int(11)                  |               | MUL   
> |        0           |                   |
> | src                   | varchar(32)           |               | 
> MUL   |         |       |
> | time                | int(11)                   |               | 
> MUL  | 0       |       |
> | failure             | tinyint(1)              | YES      
> |             | NULL    |       |
> | service            | varchar(8)             | YES      |             
> | NULL    |       |
> | info                 | text                       | YES      
> |            | NULL    |       |
> | duration          | int(11)                  |               
> |            | 0       |       |
> | navigation      | char(2)                   | YES     |             
> | NULL    |       |
> | price               | int(11)                   | YES      
> |           | 0       |       |
> +----------+-------------+------+-----+---------+-------+
>
> The table have more than 10 millions rows, le file session.MYI exists but
> when I make "show index from session", there are Null in the field 
> Cardinality for each index
>
> Does anybody have an idea, how to solve this problem ?
> Thanks
>
>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to