Hi!
On Aug 07, Nils Valentin wrote:
> [Warning: LNG TEXT - enjoy ;-)]
>
> Hi Victoria,
>
> sorry for the misunderstanding. I just tried to reproduce the sample. While I
> have records what I did I did not write down all commands exactly as they
> are.
>
> The problem(s) occured on Redhat
Hi Victoria,
Victoria Reznichenko wrote:
"Nils Valentin" <[EMAIL PROTECTED]> wrote:
I have a problem understanding why MySQL is deleting a unique key instead of
a primary key.
from Documentation: DROP PRIMARY KEY drops the primary index. If no such index
exists, it drops the first UNIQUE i
[Warning: LNG TEXT - enjoy ;-)]
Hi Victoria,
sorry for the misunderstanding. I just tried to reproduce the sample. While I
have records what I did I did not write down all commands exactly as they
are.
The problem(s) occured on Redhat 8 or 9 and Mysql server-max 4.0.13 (tar
format) from
"Nils Valentin" <[EMAIL PROTECTED]> wrote:
>
> I have a problem understanding why MySQL is deleting a unique key instead of
> a primary key.
>
> from Documentation: DROP PRIMARY KEY drops the primary index. If no such index
> exists, it drops the first UNIQUE index in the table.
>
> When I d
"Nils Valentin" <[EMAIL PROTECTED]> wrote:
> Hi Victoria,
>
> Victoria Reznichenko wrote:
>
>>"Nils Valentin" <[EMAIL PROTECTED]> wrote:
>>
>>
>>>I have a problem understanding why MySQL is deleting a unique key instead of
>>>a primary key.
>>>
>>>from Documentation: DROP PRIMARY KEY drops th
Update:
2003年 8月 7日 木曜日 17:06、Nils Valentin さんは書きました:
> [Warning: LNG TEXT - enjoy ;-)]
>
> Hi Victoria,
>
> sorry for the misunderstanding. I just tried to reproduce the sample. While
> I have records what I did I did not write down all commands exactly as they
> are.
>
> The problem(s) occur
I have a problem understanding why MySQL is deleting a unique key
instead of a primary key.
from Documentation: DROP PRIMARY KEY drops the primary index. If no
such index exists, it drops the first UNIQUE index in the table.
When I do it then I get this:
mysql> desc uksample4;
+---+---