Sort Aborted Error

2007-04-03 Thread Phani
Hi, I am getting the below error in my MySQL err.log file. Can I know the significance of this error and also how can I identify the respective query which caused this error. 070403 6:28:28 [ERROR] <> : Sort aborted Thanks, Phani

Re: "Sort Aborted" errors after upgrade to 4.1.14

2005-09-26 Thread Dan Nelson
In the last episode (Sep 26), Kishore Jalleda said: > I know there was an earlier post regarding "sort aborted" error > after upgrading to 4.1.14 from 4.0.xxx, I am getting this error too, > and it never occured to me before, I found out the query which is > doing this, &g

"Sort Aborted" errors after upgrade to 4.1.14

2005-09-26 Thread Kishore Jalleda
Hi All, I know there was an earlier post regarding "sort aborted" error after upgrading to 4.1.14 from 4.0.xxx, I am getting this error too, and it never occured to me before, I found out the query which is doing this, SELECT * FROM thread AS thread LEFT JOIN deletionlog AS dele

Re: Sort aborted

2005-09-07 Thread Bgs
Hi, I've tried that there is no problem with that. Mysql creates bigger tmp tables from time to time. We had this problem with a specific query onyl I sad had, as last night I tried again and it worked. Beats me... Server was not rebooted, mysql was not restarted and the available space

Re: Sort aborted

2005-09-06 Thread Gleb Paharenko
Hello. What operating system do you use? `su` to mysql user (I think the less ugly method should exists) and check if you able to create big files. Bgs <[EMAIL PROTECTED]> wrote: > > Hi, > > There are no quotas at all. The server has been up since march. This is > the first tim

Re: Sort aborted

2005-09-06 Thread Bgs
have filesystem quotas enabled on your system? Bgs <[EMAIL PROTECTED]> wrote: Hi all, We have a problem with our mysql 4.1.11 system. It has been working well since the installation, we only have one problem. In the case of certain selects, it always stop with "Sort aborted&quo

Re: Sort aborted

2005-09-06 Thread Gleb Paharenko
certain > selects, it always stop with "Sort aborted" error. To the client it > returns errors like "ERROR 3 (HY000): Error writing file '/tmp/MYFh2Ob0' > (Errcode: 28)". > > The funny thing is that /tmp has 1777 perms as it should and there is

Sort aborted

2005-09-05 Thread Bgs
Hi all, We have a problem with our mysql 4.1.11 system. It has been working well since the installation, we only have one problem. In the case of certain selects, it always stop with "Sort aborted" error. To the client it returns errors like "ERROR 3 (HY000): Error wri

Re: Upgrade to 4.1.7 caused "Sort Aborted" errors

2004-11-03 Thread Heikki Tuuri
Haitao, are you using MyISAM or InnoDB tables? There were only two weeks between the 4.1.6 and 4.1.7 releases, and filesort.cc was not modified at all in that time. The error 'Sort aborted' comes if the sort function fails for some reason. Can you find out what query is causing th

Upgrade to 4.1.7 caused "Sort Aborted" errors

2004-11-03 Thread Haitao Jiang
Hi, We were using MySQL 4.1.6g without this kind of error, but after we upgrade to 4.1.7, we are having following errors: 041103 9:35:35 [ERROR] /var/opt/mysql4/11000/pkgroot/bin/mysqld: Sort aborted 041103 9:35:35 [ERROR] /var/opt/mysql4/11000/pkgroot/bin/mysqld: Sort aborted What do these

Sort aborted

2002-10-18 Thread Silmara
I converted one table from Paradox to Mysql with 532.458 registers. After that I try converted more 473.493, but i recept this error: Key Violation. [MyODBC][ODBC 3.51 Driver] [mysqld-3.23.39-max-nt] Sort Aborted My table: Create table FichaFin FinID MEDIUMINT NOT NULL AUTO_INCREMENT

Re: FW: ERROR 1028: Sort aborted

2001-07-03 Thread Sinisa Milivojevic
Cal Evans writes: > MySQL Error: > > ERROR 1028: Sort aborted > > Anybody know what this means? Ok, I can figure out what it MEANS, I'm > getting it on a rather complicated select statement with an order by clause. > Does it mean something specific like 'you nee

FW: ERROR 1028: Sort aborted

2001-07-02 Thread Cal Evans
MySQL Error: ERROR 1028: Sort aborted Anybody know what this means? Ok, I can figure out what it MEANS, I'm getting it on a rather complicated select statement with an order by clause. Does it mean something specific like 'you need a better index' or is it just exactly what it me