same ;)
Regards,
Jocelyn
- Original Message -
From: "Dicky Wahyu Purnomo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 2:11 AM
Subject: Re: ERROR 1030: Got error 124 from table handler
Pada Fri, 08 Nov 2002 01:59:20 +
David Herring
Pada Fri, 8 Nov 2002 02:20:56 -
"Jocelyn Fournier" <[EMAIL PROTECTED]> menulis:
> Hi,
>
> In fact, it's :
>
> joce@forum:~$ perror 124
> Error code 124: Wrong medium type
> 124 = Wrong index given to function
>
> but the solution to resolve the problem remains the same ;)
ups ... sorry ..
PROTECTED]>
Sent: Friday, November 08, 2002 2:29 AM
Subject: Re: ERROR 1030: Got error 124 from table handler
>
>
> Dicky,
>
> Thank you for the quick response - but it appears tables created as
> unions do not support these repair commands:-
>
> # bin/mysqlcheck -r -p test
Pada Fri, 08 Nov 2002 02:29:49 +
David Herring <[EMAIL PROTECTED]> menulis:
>
>
> Dicky,
>
> Thank you for the quick response - but it appears tables created as
> unions do not support these repair commands:-
>
> # bin/mysqlcheck -r -p test Collaborate
> Enter password:
> test.Collaborat
Dicky,
Thank you for the quick response - but it appears tables created as
unions do not support these repair commands:-
# bin/mysqlcheck -r -p test Collaborate
Enter password:
test.Collaborate
error: The handler for the table doesn't support check/repair
# mysql -uroot test
Welcome to t
To: <[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 2:11 AM
Subject: Re: ERROR 1030: Got error 124 from table handler
> Pada Fri, 08 Nov 2002 01:59:20 +
> David Herring <[EMAIL PROTECTED]> menulis:
>
>
> > What does "ERROR 1030: Got error 124 from tabl
Pada Fri, 08 Nov 2002 01:59:20 +
David Herring <[EMAIL PROTECTED]> menulis:
> What does "ERROR 1030: Got error 124 from table handler" mean when
> trying to select a single value from a table created as a UNIOn of
> another table ?
root@slimmer:~# perror 127
Error code 127: Unknown error
[EMAIL PROTECTED] writes:
> >Description:
> When I query using
> "SELECT d1.document_id as document_id_1, d2.document_id as document_id_2,
>sum(d1.weight * d2.weight) as similarity FROM dw_merge as d1 INNER JOIN dw_merge as
>d2 ON d1.word_id=d2.word_id WHERE d1.document_id=5 AND d1.weight >