Re: Query interruption with MySQL 5.7 using KILL QUERY in signal handler does no more work

2016-07-12 Thread Sebastien FLAESCH
On 07/03/2016 06:55 PM, Sebastien FLAESCH wrote: Hi all, I use the following technique to cancel a long running query: In the SIGINT signal handler, I restart a connection and I perform a KILL QUERY mysql-process-id-of-running-query This was working find with MySQL 5.6. But with 5.7 (5.7.1

Re: Query interruption with MySQL 5.7 using KILL QUERY in signal handler does no more work

2016-07-12 Thread Sebastien FLAESCH
hangs in recvfrom(): recvfrom(3, On 07/03/2016 06:55 PM, Sebastien FLAESCH wrote: Hi all, I use the following technique to cancel a long running query: In the SIGINT signal handler, I restart a connection and I perform a KILL QUERY mysql-process-id-of-running-query This was working f

Query interruption with MySQL 5.7 using KILL QUERY in signal handler does no more work

2016-07-03 Thread Sebastien FLAESCH
Hi all, I use the following technique to cancel a long running query: In the SIGINT signal handler, I restart a connection and I perform a KILL QUERY mysql-process-id-of-running-query This was working find with MySQL 5.6. But with 5.7 (5.7.11), we get now a different result: A) The query

Handler?

2012-06-25 Thread Hal�sz S�ndor
>>>> 2012/06/13 10:06 -0500, mos >>>> You may want to look into Handler. I've used it often when I needed to traverse very large MyISAM tables. Handler requires no physical sorting of the table because it traverses the table using an index. It also ignores any locks

Re: where is the best material handler and cursor

2010-02-05 Thread Jesper Wisborg Krogh
On 06/02/2010, at 5:31 PM, MuraliKrishna wrote: Hi I am in need to know about handlers and cursors.. if any site giving detailed explanation and examples on these. thanks in advance Cursors: http://dev.mysql.com/doc/refman/5.1/en/cursors.html Handlers: http://dev.mysql.com/doc/refman/5.1/en

where is the best material handler and cursor

2010-02-05 Thread MuraliKrishna
Hi I am in need to know about handlers and cursors.. if any site giving detailed explanation and examples on these. thanks in advance

Re: help me regarding how to use cursor and handler

2010-02-05 Thread Johan De Meersman
A handler is something you handle things by, for example a table you've opened. It's basically a pointer to an object. A cursor, like the one on your screen, keeps track of where you are in a resultset - operations like next() move it around. Those things are only useful to you if y

help me regarding how to use cursor and handler

2010-02-04 Thread muralikrishna g
hi.. i like to know really what is a cursor and a handler and those functionality and purpose... i have tried much over net... but i didnt find proper material and examples for those.. if any body familiar with those.. please help me.. thnaks in advance by Muralikrishna

Re: Query cache question when using HANDLER

2007-06-27 Thread Jim Winstead
On Wed, Jun 27, 2007 at 01:27:24PM +1200, Ian Collins wrote: > Are HANDLER queries cached in the query cache? No, they are not. The query cache only caches the results of SELECT statements. Jim Winstead MySQL Inc. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Query cache question when using HANDLER

2007-06-27 Thread Ian Collins
Hi, I have an application that is using the MySQL HANDLER heavily. The application was ported from a legacy ISAM database to use MySQL. The upshot is that the application works by "index walking" - i.e., HANDLER tablename OPEN HANDLER tablename OPEN as indexname HANDLER inde

Re: Handler and flush tables with read lock

2006-05-18 Thread sheeri kritzer
ND_refresh (to await any thread that is waiting for all instances of a table to be closed)." -Sheeri On 5/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, If you "open" a table using, HANDLER tablename OPEN; and then (in another MySQL command windows), execute, fl

Handler and flush tables with read lock

2006-05-17 Thread ianc
Hi, If you "open" a table using, HANDLER tablename OPEN; and then (in another MySQL command windows), execute, flush tables with read lock; The flush tables "hangs" until you execute a HANDLER tablename CLOSE; command. Is this a bug? Can anyone explain this? Many

RE : error 28 from table handler

2006-04-04 Thread Jacques Brignon
Thanks Yes the hoster fixed it by cleaning the temp files Jacques Brignon > -Message d'origine- > De : Sander Smeenk [mailto:[EMAIL PROTECTED] > Envoyé : lundi 3 avril 2006 10:32 > À : mysql@lists.mysql.com > Objet : Re: error 28 from table handler > > Quoti

Re: error 28 from table handler

2006-04-03 Thread Jacques Brignon
then the table would have been corrupted > - Original Message - > From: "Jacques Brignon" <[EMAIL PROTECTED]> > To: > Sent: Monday, April 03, 2006 1:58 AM > Subject: error 28 from table handler > > > > Hi, > > > > I am getting the fol

Trans.: Re: error 28 from table handler

2006-04-03 Thread Jacques Brignon
Oops forgot to include the list - Message transféré de Jacques Brignon <[EMAIL PROTECTED]> - Date : Mon, 03 Apr 2006 10:07:58 +0200 De : Jacques Brignon <[EMAIL PROTECTED]> Adresse de retour :Jacques Brignon <[EMAIL PROTECTED]> Sujet : Re: error 28 from tab

Re: error 28 from table handler

2006-04-03 Thread Sander Smeenk
Quoting Jacques Brignon ([EMAIL PROTECTED]): > "1030 : Got error 28 from table handler" % perror 28 OS error code 28: No space left on device > Any idea of what might cause that, and what should be done to correct > this situation? Aparently the disk that stores your MyS

error 28 from table handler

2006-04-02 Thread Jacques Brignon
Hi, I am getting the following error when executing a simple SELECT query which used to work: "1030 : Got error 28 from table handler" I did not found that in the manual. When googleing it it seems it may be related to disk space ... The server hosting my application is running My

Re: next, prev, records in MySql. Handler Function

2006-02-22 Thread sheeri kritzer
t; ) ENGINE=MyISAM DEFAULT CHARSET=latin1 | > > > > insert into foo (bar) VALUES > > ('abc'),('def'),('qwe'),('ert'),('wer'),('tyu'),('asd'),('sdf'),('dfg'),('zxc'),('xcc'); &

Re: next, prev, records in MySql. Handler Function

2006-02-21 Thread Alvaro Cobo
ult NULL, > PRIMARY KEY (`id`), > KEY `idx_bar` (`bar`) > ) ENGINE=MyISAM DEFAULT CHARSET=latin1 | > > insert into foo (bar) VALUES > ('abc'),('def'),('qwe'),('ert'),('wer'),('tyu'),('asd'),('sdf'

Re: next, prev, records in MySql. Handler Function

2006-02-15 Thread sheeri kritzer
nsert into foo (bar) VALUES ('abc'),('def'),('qwe'),('ert'),('wer'),('tyu'),('asd'),('sdf'),('dfg'),('zxc'),('xcc'); and then: mysql> HANDLER foo open; Query OK, 0 rows affected (

next, prev, records in MySql. Handler Function

2006-02-08 Thread Alvaro Cobo
ke to retrieve a record (8) and also the previous one (5) and the next one (9) (so the record set would be: 5,8,9) I have found the "Handler" function in the Manual, but it and keeps giving me errors (I have also checked in the manual and it seems to work with MySql 4.1.x) /*

Porting ISAM application with HANDLER syntax - bad performance

2006-01-09 Thread Christophe LEITIENNE
Hi, I'm porting a D-ISAM application to Mysql. My idea is to emulate ISAM calls with the HANDLER syntax. But I wish to make sure that performance will be at least as good as direct ISAM calls. Then I did some tests, scanning a simple table containing 6000 records with a small C pr

4.0.23 - error 127 from table handler during many parallel inserts

2005-05-24 Thread Joe Kislo
xactly the same both times. I am hoping somebody can give me a direction to take this, either to open a MySQL support case, mysqldumping the table and reinserting the table, looking at the firmware updates... The problem is we get an error 127 from table handler error when doing a select: G

Re: Table handler errors

2005-04-24 Thread Richard Lynch
On Sun, April 24, 2005 5:20 am, Mike Blezien said: > we started getting these table handler errors 12, not all the time, but > just now > then. this is a FreeBSD 4.9-RELEASE O/S, w/MySQL 4.0.24 installed. The > database > in question is used by this vBulletin BBS system. Not sure

RE: Table handler errors

2005-04-24 Thread mathias fatene
sec) if you redefine it, it may work better in memory. Else use temporary tables. Mathias -Original Message- From: Jigal van Hemert [mailto:[EMAIL PROTECTED] Sent: dimanche 24 avril 2005 17:08 To: [EMAIL PROTECTED] Cc: MySQL List Subject: Re: Table handler errors > Yes, I've going

Re: Table handler errors

2005-04-24 Thread Jigal van Hemert
> Yes, I've going through the docs and the manual i have hear locally, couldn't > really find a specific reason and/or causing for the error. The table type that > was causing the error was a HEAP table, changed it to a MyISAM table type and > the error disappeared, no m

Re: Table handler errors

2005-04-24 Thread Mike Blezien
Jigal van Hemert wrote: From: "Mike Blezien" we started getting these table handler errors 12, not all the time, but just now For errors from the operating system you can use perror to find out the description of the code: http://dev.mysql.com/doc/mysql/en/perror.html Regards, Jigal.

Re: Table handler errors

2005-04-24 Thread Jigal van Hemert
From: "Mike Blezien" > we started getting these table handler errors 12, not all the time, but just now For errors from the operating system you can use perror to find out the description of the code: http://dev.mysql.com/doc/mysql/en/perror.html Regards, Jigal. -- MySQL General

Table handler errors

2005-04-24 Thread Mike Blezien
Hello, we started getting these table handler errors 12, not all the time, but just now then. this is a FreeBSD 4.9-RELEASE O/S, w/MySQL 4.0.24 installed. The database in question is used by this vBulletin BBS system. Not sure it's a problem with the BBS or how MySQL is configured. Was w

Re: table handler error

2005-02-11 Thread Gleb Paharenko
> [MySQL][ODBC 3.51 Driver][mysqld-4.0.20]Got error 5 from table handler > > Can anyone translate this for me and/or point me to a mapping of > table handler error codes to their meanings? > Thanks > > > -- For technical support contracts, goto https://ord

table handler error

2005-02-10 Thread David Mehringer
[MySQL][ODBC 3.51 Driver][mysqld-4.0.20]Got error 5 from table handler Can anyone translate this for me and/or point me to a mapping of table handler error codes to their meanings? Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Re: Problem with insert statement; ERROR 1030 at line 188: Got error 28 from table handler

2004-09-28 Thread Eldo Skaria
Hi Sebastian, If the new cds_catalog is created with primary key, this should produce a duplicate key error for the second iteration of the second table, as the data selected is from cds_catalog alone, but joining two tables causing cartisian joint to be formed(n*(m- t1.field<>t2.field)), each tim

Re: Problem with insert statement; ERROR 1030 at line 188: Got error 28 from table handler

2004-09-24 Thread kernel
Sebastian Geib wrote: Hi! I have a huge problem with the following insert statement: INSERT INTO cds_catalog SELECT cds_stage.cds_catalog.* FROM cds.cds_catalog, cds_stage.cds_catalog WHERE cds_stage.cds_catalog.prodid<>cds.cds_catalog.prodid; Whenever I'm running it, it pro

Problem with insert statement; ERROR 1030 at line 188: Got error 28 from table handler

2004-09-24 Thread Sebastian Geib
Hi! I have a huge problem with the following insert statement: INSERT INTO cds_catalog SELECT cds_stage.cds_catalog.* FROM cds.cds_catalog, cds_stage.cds_catalog WHERE cds_stage.cds_catalog.prodid<>cds.cds_catalog.prodid; Whenever I'm running it, it produces the error mentio

Re: Erro:Got error 28 from table handler!

2004-07-20 Thread Egor Egorov
[EMAIL PROTECTED] wrote: > qual o significado da seguinte menssagem de erro do MySQL: > "Got error 28 from table handler"? [EMAIL PROTECTED] egor]$ perror 28 Error code 28: No space left on device -- For technical support contracts, goto https://order.mysql.com/?ref=e

Re: Erro:Got error 28 from table handler!

2004-07-19 Thread Aman Raheja
MySQL: > "Got error 28 from table handler"? > > Obrigado, > Paulo. > > --- > Inscreva-se na Maratona iBest para concorrer a prêmios! > São 2 casas, 11 Ford EcoSport e 60 computadores. > Participe já: http://maratona.ibest.com.br > > -- > MySQL Gene

Erro:Got error 28 from table handler!

2004-07-19 Thread paulo2rocha
Olá, qual o significado da seguinte menssagem de erro do MySQL: "Got error 28 from table handler"? Obrigado, Paulo. --- Inscreva-se na Maratona iBest para concorrer a prêmios! São 2 casas, 11 Ford EcoSport e 60 computadores. Participe já: http://maratona.ibest.com.br -- MyS

Table handler corruption problem

2004-06-01 Thread François Schiettecatte
Hi I am seeing an interesting (annoying) problem where my myisam tables are getting corrupted when subjected to a heavy update/insert load, generating the following errors: Error 'Got error 127 from table handler' on query 'update content set content=... This error seems to

139 Error: Table Handler Not Found

2004-04-25 Thread hpinson
Hi. I have encountered a MySQL 4.0.18 (Fedora Core 1) innodb problem which has been confirmed by the developers. If I define 16 consecutive text, mediumtext, or longtext fields, when the size of data exceeds 8000bytes, table updates fail (1030, 'Got error 139 from table handler). >

RE: ERROR 1030: Got error 127 from table handler

2004-04-22 Thread Bhaskar Borthakur
Wednesday, April 21, 2004 4:45 PM > To: Dathan Vance Pattishall; [EMAIL PROTECTED] > Subject: RE: ERROR 1030: Got error 127 from table handler > > At 04:42 PM 4/21/2004 -0700, Dathan Vance Pattishall wrote: > >There is a delete bug where frequent deletes can cause table corruption

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Dathan Vance Pattishall
http://dev.mysql.com/doc/mysql/en/News-4.0.x.html > -Original Message- > From: Bhaskar Borthakur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 4:45 PM > To: Dathan Vance Pattishall; [EMAIL PROTECTED] > Subject: RE: ERROR 1030: Got error 127 from table handle

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Bhaskar Borthakur
bhaskar > -Original Message- > From: Bhaskar Borthakur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 1:30 PM > To: [EMAIL PROTECTED] > Subject: ERROR 1030: Got error 127 from table handler > > Hi > > I have been using MySQL server version 4.0.14 for t

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Dathan Vance Pattishall
ect: ERROR 1030: Got error 127 from table handler > > Hi > > I have been using MySQL server version 4.0.14 for the last six months in > our project and it was running just fine. We use Linux AS 3.0 (kernel > version 2.4.21-4.0.1.EL #1) > > However, since last week we sta

ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Bhaskar Borthakur
Hi I have been using MySQL server version 4.0.14 for the last six months in our project and it was running just fine. We use Linux AS 3.0 (kernel version 2.4.21-4.0.1.EL #1) However, since last week we started to get the following error : ERROR 1030: Got error 127 from table handler ( please

Re: Got error 12 from table handler

2003-11-09 Thread Jeremy Zawodny
ntry_date DESC > > it works fine locally on my win98 (PWS server) MySQL 4.0.15 but remotly on > my FREEBSD server gives this error: > > query error: Got error 12 from table handler > > Any Suggesstions? [EMAIL PROTECTED]:~$ perror 12 Error code 12: Cannot allocate memo

Got error 12 from table handler

2003-11-09 Thread george atef
error: query error: Got error 12 from table handler Any Suggesstions? George Atef _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- MySQL General Mailing List For list

"Got error 22 from table handler"

2003-10-29 Thread Adam Clauss
I have an app that (rapidly) adds items (via individual insert statements as items are parsed in from a file) into the database. I seem to be randomly getting "got error 22 from table handler" on what appears to be perfectly valid INSERT queries. perror 22 gave: Error code 22: Invali

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Jeremy Zawodny
On Wed, Sep 10, 2003 at 11:01:00AM -0700, Dathan Vance Pattishall wrote: > Well I don't feel that 4.0.x is mature enough for my environment quite > yet, although some replication features are actually needed (2 threads > are better then one). > > I might do a small deploy for some search system an

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
y, September 10, 2003 10:48 AM -->To: Dathan Vance Pattishall -->Cc: [EMAIL PROTECTED] -->Subject: Re: "ERROR 1030: Got error 127 from table handler" --> -->On Wed, Sep 10, 2003 at 10:11:15AM -0700, Dathan Vance Pattishall wrote: -->> -->> /usr/local/mysql/bi

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Richard Gabriel
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:47 PM Subject: Re: "ERROR 1030: Got error 127 from table handler" > On Wed, Sep 10, 2003 at 10:11:15AM -0700, Dathan Vance Pattishall wrote: > > > > /usr/local/mysql/bin/perror 127 >

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Jeremy Zawodny
On Wed, Sep 10, 2003 at 10:11:15AM -0700, Dathan Vance Pattishall wrote: > > /usr/local/mysql/bin/perror 127 > Error code 127: Unknown error 127 > 127 = Record-file is crashed > > I've been getting this allot lately from mysql-3.23.54-57. > > > Things that are not the cause: > - mySQL has

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread colbey
Are you running linux and is it SMP? Kernel version plz.. On Wed, 10 Sep 2003, Dathan Vance Pattishall wrote: > > /usr/local/mysql/bin/perror 127 > Error code 127: Unknown error 127 > 127 = Record-file is crashed > > I've been getting this allot lately from mysql-3.23.54-57. > > > Things that

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
;Subject: Re: "ERROR 1030: Got error 127 from table handler" --> -->What kernel are you running? --> -->Also, try increasing the max open tables. That might help. --> -->Richard Gabriel -->Director of Technology, -->CoreSense Inc. -->(518) 306-3043 x3951 -->

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Richard Gabriel
;" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:28 PM Subject: RE: "ERROR 1030: Got error 127 from table handler" > FilesystemSize Used Avail Use% Mounted on > /dev/sda5 97G 9.0G 82G 10% > > Plent

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
IL PROTECTED] -->Subject: RE: "ERROR 1030: Got error 127 from table handler" --> -->hows u're disk space? --> -->-Original Message- -->From: Dathan Vance Pattishall [mailto:[EMAIL PROTECTED] -->Sent: 10 September 2003 19:11 -->To: [EMAIL PROTECTED] -->

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Tom Roos
hows u're disk space? -Original Message- From: Dathan Vance Pattishall [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 19:11 To: [EMAIL PROTECTED] Subject: "ERROR 1030: Got error 127 from table handler" /usr/local/mysql/bin/perror 127 Error code 127: Unknown error 1

"ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
/usr/local/mysql/bin/perror 127 Error code 127: Unknown error 127 127 = Record-file is crashed I've been getting this allot lately from mysql-3.23.54-57. Things that are not the cause: - mySQL has not been improperly shut down - threads are not being killed off Pattern emerged: High

Re: error 127 from table handler

2003-07-14 Thread Sergei Golubchik
t data and dump it somewhere where it is easier to access ( in the > same table ). > > The problem is that each time I do an import, soon after I get 'error > 127 from table handler'. Sometimes it is while selecting, sometimes > while updating. Sometimes it is *in* th

error 127 from table handler

2003-07-14 Thread Dan
s ( in the same table ). The problem is that each time I do an import, soon after I get 'error 127 from table handler'. Sometimes it is while selecting, sometimes while updating. Sometimes it is *in* the import process ( after the load data infile step ). I haven't been able

ERROR 1030: Got error 127 from table handler?

2003-07-04 Thread Jonathan Chen
and 'song'. I started going through every magazine adding rows to every table succesfully. I ran test queries using the 'source' command and a text file. Everything was working just fine at that point. On day 3, I was almost done adding all the records to the tables when

re: Re: What is the cause (and the fix) for "Error 1030: Got error 127 from table handler ..."?

2003-03-21 Thread Egor Egorov
On Thursday 20 March 2003 21:56, dleetest at kw dot com wrote: > It seems that this error occurs only when I try to access mysql tables with > many rows. Just wonder if anyone knows what is the cause and how to prevent > it. There are a lot of possible causes. Check these link, they can help you

Re: What is the cause (and the fix) for "Error 1030: Got error 127 from table handler ..."?

2003-03-20 Thread dleetest
It seems that this error occurs only when I try to access mysql tables with many rows. Just wonder if anyone knows what is the cause and how to prevent it. Thanks in advance! Danny - Before posting, please check: http://

ERROR 1030: Got error 28 from table handler

2003-02-07 Thread Alexandrin Popescul
Hello, I get the a table handler error (ERROR 1030: Got error 28 from table handler), when using mySQL to evaluate numerious queries in a loop (from Java), after a certain number of successfully evaluated queries. My impression is that it is caused by the appearance of large files in /tmp

re: How to use HANDLER statement with primary key ?

2003-01-03 Thread Victoria Reznichenko
On Wednesday 01 January 2003 15:28, Jocelyn Fournier wrote: > I'm trying to use to following HANDLER syntax : > > HANDLER tbl_name READ index_name=(value1); > > However I fail since I don't know what is 'index_name' for a PRIMARY KEY (I > already tried PRIMA

How to use HANDLER statement with primary key ?

2003-01-01 Thread Jocelyn Fournier
Hi, I'm trying to use to following HANDLER syntax : HANDLER tbl_name READ index_name=(value1); However I fail since I don't know what is 'index_name' for a PRIMARY KEY (I already tried PRIMARY, `PRIMARY KEY`, and the column name without success). Any idea ? BTW, are HANDL

HANDLER table READ locked ?

2002-12-04 Thread Jacob Friis Larsen
How can a query like "HANDLER table READ" on a MyISAM table be locked? I thought the idea of HANDLER table READ was that it couldn't be locked. Kill 1696313 xxx localhost xxx Query 3 Locked HANDLER questions READ FIRST WHERE qid =

DBI: error 12 from table handler , Can't allocate memory, temp tables, WHY?

2002-11-28 Thread Claus Reestrup
response time for every concurrent script longer than expected. Here is the error I get: DBD::mysql::db do failed: Got error 12 from table handler at /home/travis/tr.pl ... Looking at the log files for MySQL I cant figure out what queries cause the failure but generally speaking I assume that the

Re: Table Handler Errors

2002-11-23 Thread Bhavin Vyas
possible table corruption. Run myisamchk on the table to check it and then, if needed, repair it. Bhavin. - Original Message - From: "Amit Lonkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 10:52 PM Subject: Table Handler Errors &g

Table Handler Errors

2002-11-22 Thread Amit Lonkar
Hi All! I am using mysql-.3.23.49 on windows. It generates the following error:- General error: Incorrect key file for table: 'lotjob'. Try to repair it . or some times it generates a table handler error. why do these errors occur? Regards A

Optimal use of HANDLER

2002-11-20 Thread Jacob Friis Larsen
To optimize speed I would like to use a HANDLER sql query to get data from my database. HANDLER questions OPEN; HANDLER questions READ FIRST WHERE qid = 1 LIMIT 1; [Php code collects data] HANDLER questions CLOSE; Is that the best way to use HANDLER? Can I make it even faster? If any of you

re: Geting continuous errors from Table handler (Error 127)

2002-11-11 Thread Victoria Reznichenko
I have a mysql installed ona RedHat 7.3 machine. The problem is that I am hapdn> getting the error 127 many times. Each time I repair the table and after hapdn> some time (1-2 hours) it happens again. Any comments? hapdn> I am using the RPM shipped with Redhat 7.3. If the tables become corrupted

Re: Geting continuous errors from Table handler (Error 127)

2002-11-11 Thread gerald_clark
some time (1-2 hours) it happens again. Any comments? I am using the RPM shipped with Redhat 7.3. Bellow are the logs: Thanks in advance, Hamid PHPmyAdmin Error message: Got error 127 from table handler [root@localhost mysql]# mysqladmin version mysqladmin Ver 8.23 Distrib 3.23.49, for redhat

Geting continuous errors from Table handler (Error 127)

2002-11-08 Thread hamidmails
PHPmyAdmin Error message: Got error 127 from table handler [root@localhost mysql]# mysqladmin version mysqladmin Ver 8.23 Distrib 3.23.49, for redhat-linux-gnu on i386 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This software comes with ABSOLUTELY NO WARRANTY. This

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread David Herring
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

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Dicky Wahyu Purnomo
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 ..

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Jocelyn Fournier
What is the handler for Collaborate ?? (What does "show create table Collaborate" display ?) - Original Message - From: "David Herring" <[EMAIL PROTECTED]> To: "Dicky Wahyu Purnomo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Dicky Wahyu Purnomo
t Collaborate > Enter password: > test.Collaborate > error: The handler for the table doesn't support check/repair > > > # mysql -uroot test > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 43 to server version: 3.23.52-log > > Type &#

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread David Herring
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 Welco

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Jocelyn Fournier
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

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Dicky Wahyu Purnomo
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

ERROR 1030: Got error 124 from table handler

2002-11-07 Thread David Herring
Hi, 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 ? When selecting just the primary key from a UNION table, with MySQL 3.23.53 I get the following error - however if I select t

MySQL Error 1030: Got error -30996 from table handler

2002-10-01 Thread Sridhar Peddireddy
List, I would appreciate if somebody has any ideas on the above error. We are getting this error "Error 1030: Got error -30996 from table handler" with BDB tables on a Linux Server (Red Hat 7.3), the version of MySQL is 3.23.42 Than

Re: Error 127 from table handler

2002-08-12 Thread Egor Egorov
John, Saturday, August 10, 2002, 4:32:37 AM, you wrote: JP> I keep getting a problem with our MySQL database, I know what error 127 is JP> ('Record-file is crashed / Network is down'), it keeps occuring on several JP> tables that are frequently accessed by our website. JP> I can fix the problem

Error 127 from table handler

2002-08-09 Thread John P
Hi All I keep getting a problem with our MySQL database, I know what error 127 is ('Record-file is crashed / Network is down'), it keeps occuring on several tables that are frequently accessed by our website. I can fix the problem by running OPTIMIZE TABLE on the offending tables but it seems to

Re: HANDLER

2002-07-27 Thread Benjamin Pflugmann
Hi. On Fri 2002-07-26 at 16:33:40 +0100, [EMAIL PROTECTED] wrote: > Does anybody have any PHP examples of how to use the mySQL HANDLER command in > place of a select statement? From the manual it appears as a high speed version > of SELECT. Not to sound harsh, but IMHO, if you have to

Re: HANDLER

2002-07-27 Thread Paul DuBois
At 16:33 +0100 7/26/02, Steve Howie wrote: >Does anybody have any PHP examples of how to use the mySQL HANDLER command in >place of a select statement? From the manual it appears as a high >speed version >of SELECT. Use HANDLER ... OPEN, then treat HANDLER ... READ like a SELE

HANDLER

2002-07-27 Thread Steve Howie
Does anybody have any PHP examples of how to use the mySQL HANDLER command in place of a select statement? From the manual it appears as a high speed version of SELECT. Cheers, Steve - Before posting, please check: http

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Dicky Wahyu Purnomo
. I'm using version 3.23.41-log, and I got > > the > > > following error message when trying to update a row: > > > > > > Got error 127 from table handler (1030) > > > > > > It's a normal query which has succeeded several thousand times

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Daniel Brockhaus
w: > > > > Got error 127 from table handler (1030) > > > > It's a normal query which has succeeded several thousand times already. > >table got corrupt ... you have to repair the table ... ;) Well, who corrupted the table, then? Neither the computer running m

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Justin Farnsworth
says it all. I'm using version 3.23.41-log, and I got the > following error message when trying to update a row: > > Got error 127 from table handler (1030) > > It's a normal query which has succeeded several thousand times already. > > Any ideas what might b

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Dicky Wahyu Purnomo
Pada Wed, 24 Jul 2002 11:01:24 +0200 Daniel Brockhaus <[EMAIL PROTECTED]> menulis : > Hi, > > well, the subject says it all. I'm using version 3.23.41-log, and I got the > following error message when trying to update a row: > > Got error 127 from table handler (1

Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Daniel Brockhaus
Hi, well, the subject says it all. I'm using version 3.23.41-log, and I got the following error message when trying to update a row: Got error 127 from table handler (1030) It's a normal query which has succeeded several thousand times already. Any ideas what might be wrong? Thank

ERROR 1030: Got error 22 from table handler

2002-07-14 Thread Michael Widenius
Hi! >>>>> "grant" == grant <[EMAIL PROTECTED]> writes: >> Description: grant> when running a "insert data infile" command on a 500MB text file, I grant> get the error "ERROR 1030: Got error 22 from table handler" from grant>

ERROR 1030: Got error 22 from table handler

2002-07-03 Thread grant
>Description: when running a "insert data infile" command on a 500MB text file, I get the error "ERROR 1030: Got error 22 from table handler" from mysql. I did a listing of the database files and it looks like this: -rw-rw 1 root root

Re: ERROR 1030: Got error 127 from table handler

2002-06-18 Thread Victoria Reznichenko
12-31','2002-01-01','2002-03-11','2002-04-01','2002-05-01','2002-08-15','2002-11-01','2002-12-25','2002-12-26')) t> )),in_s,'0')) as ipm, SUM(IF(@a, ot_s,'0')) as opm, SUM(IF(!@a, in_s,'

Re: ERROR 1030: Got error 127 from table handler

2002-06-18 Thread Veysel Harun Sahin
')) > )),in_s,'0')) as ipm, SUM(IF(@a, ot_s,'0')) as opm, SUM(IF(!@a, in_s,'0')) as inm, >SUM(IF(!@a, ot_s,'0')) as onm FROM _stat_._stat_10_4_1_10 where >DATE_FORMAT(data,'%Y-%m') = '2002-05' AND DATE_FORMAT(data,'%Y-%m

ERROR 1030: Got error 127 from table handler

2002-06-18 Thread tl
002-03-11','2002-04-01','2002-05-01','2002-08-15','2002-11-01','2002-12-25','2002-12-26')) )),in_s,'0')) as ipm, SUM(IF(@a, ot_s,'0')) as opm, SU

Re: Error 1030: error 127 (table handler)

2002-05-21 Thread Rob
<[EMAIL PROTECTED]> wrote: > Hello, > > approximatly twice a week I get Error 1030: error 127 (table handler) on > one table. This table is around 2.3 GB, the indexfile around 2.2 GB. > There are around 24.000.000 records in the table. > > I am running mysql 4.0.1-a

Error 1030: error 127 (table handler)

2002-05-21 Thread Matthias Jaekle
Hello, approximatly twice a week I get Error 1030: error 127 (table handler) on one table. This table is around 2.3 GB, the indexfile around 2.2 GB. There are around 24.000.000 records in the table. I am running mysql 4.0.1-alpha on linux with 2.4.18 kernel. But I also got this error with

Re: ERROR 1030: Got error 127 from table handler

2002-05-20 Thread Egor Egorov
sid=9 and cid > 694725 LIMIT 0, 10; C> ERROR 1030: Got error 127 from table handler $ perror 127 Error code 127: Unknown error 127 127 = Record-file is crashed You can try to repair your table using myisamchk or REPAIR TABLE statement. Read info about how to repair table at:

  1   2   3   >