Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread foo bar
n the first place. It almost seems to me that the server is getting into some strange state while writing to temporary table. For some reason, this fails and instead of erroring out, the query stays in a perpetual running state. On MySQL 4.0.16, a "key_buffer_size" of 134217728 translates

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread Mark Maunder
In my experience, inserting into a table with a unique key and more than 5 million records can be very slow because (AFAIK) it has to scan the entire index to check if the new record is unique from the PRIMARY KEY's point of view. (I think) If you don't have much ram (your 128 meg key buffer sugge

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread foo bar
Here's the whole the query, table structure, table length and show variables output: mysql> desc summary; +-+--+--+-+-++ | Field | Type | Null | Key | Default | Extra

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread Mark Maunder
Please include the full query you're running, the table structure, and the number of rows in the table. A dump of 'show variables;' would be helpful too. On Wed, 2004-11-10 at 21:44, foo bar wrote: > Hi Everyone, > > I've been Googling unsuccessfully for specific issues > relating to queries run

Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread foo bar
Hi Everyone, I've been Googling unsuccessfully for specific issues relating to queries run on MySQL version 4.0.16 against "tmp" tables. I have witnessed several occurrences where queries running on various platforms hang in a "Copying to tmp table" state for hours or days at a time. When the sa

RE: mysql-4.0.16 to mysql-4.0.17

2004-07-15 Thread Ian Mahaney
tat output: MYSQL 4.0.16 [EMAIL PROTECTED] sql-bench]# /usr/bin/perl ./test-create --server=mysql -cmp=mysql --user=root --password='pa$$word' --log > "output/create-mysql-Linux_2.4.21_9.ELsmp_i686-cmp-mysql" 2>&1 [EMAIL PROTECTED] sql-bench]# more output/create-m

Re: weird behavior of mysql 4.0.16 for pc linux

2004-03-31 Thread Egor Egorov
Ginger Cheng <[EMAIL PROTECTED]> wrote: >I am just wondering if anyone has seen this before querying an innoDB table: > > select count(*) from Table where field1=3; > returned 782 rows > > select count(*) from Table where field1=3 and field2 is not null; > returned 666 rows > > Here come

weird behavior of mysql 4.0.16 for pc linux

2004-03-31 Thread Ginger Cheng
Hello, MySQL Gurus, I am just wondering if anyone has seen this before querying an innoDB table: select count(*) from Table where field1=3; returned 782 rows select count(*) from Table where field1=3 and field2 is not null; returned 666 rows Here comes the shocking part: select coun

Re: sql file works with mysql 4.0.16 but not 3.23

2004-03-31 Thread Egor Egorov
jdavis <[EMAIL PROTECTED]> wrote: > Hello, > i have a sql file that i use to build a table. It works on my Debian > testing box with mysql 4.0.16 but not on my woody box using mysql 3.23. > > The error when i try to use the source command with my sql file > and

sql file works with mysql 4.0.16 but not 3.23

2004-03-30 Thread jdavis
Hello, i have a sql file that i use to build a table. It works on my Debian testing box with mysql 4.0.16 but not on my woody box using mysql 3.23. The error when i try to use the source command with my sql file and version 3.23 of mysql is... ERROR 1064: You have an error in your SQL syntax

Re: migrate data from mysql 4.0.16 to 4.0.17 ?

2004-02-10 Thread Egor Egorov
"naveen" <[EMAIL PROTECTED]> wrote: > Hi > i am using mysql 4.0.16 for my applications and it has around 10 > records .if i move the data from mysql 4.0.16 to 4.0.17 will that create any > inconsistancy . > in my database. > does mysql provide anytool t

migrate data from mysql 4.0.16 to 4.0.17 ?

2004-02-10 Thread naveen
Hi i am using mysql 4.0.16 for my applications and it has around 10 records .if i move the data from mysql 4.0.16 to 4.0.17 will that create any inconsistancy . in my database. does mysql provide anytool to migrate data from mysql4.0.16 to 4.0.17 - Original Message - From

Problems with MySQL 4.0.16

2003-12-17 Thread Sven Dzepina
Hello, I am using MySQL 4.0.16 on Debian GNU/Linux at the moment. In this database there are over 4,5 Mio. entries! The Database crashs with follow errors: 031217 19:21:06 mysqld started /opt/lampp/sbin/mysqld: ready for connections. Version: '4.0.16-log' socket: '/opt/

Re: MySQL 4.0.16 64bit crash report

2003-12-12 Thread Don MacAskill
Kopio: <[EMAIL PROTECTED]> Lähetetty: Thursday, December 11, 2003 2:29 AM Aihe: Re: MySQL 4.0.16 64bit crash report Hi Heikki, Heikki Tuuri wrote: Don, it is the assertion below which fails. Do you use FOREIGN KEY ON UPDATE CASCADE? Nope. Do you have any idea which query causes

Re: MySQL 4.0.16 64bit crash report

2003-12-12 Thread Heikki Tuuri
t; <[EMAIL PROTECTED]> Vastaanottaja: "Heikki Tuuri" <[EMAIL PROTECTED]> Kopio: <[EMAIL PROTECTED]> Lähetetty: Thursday, December 11, 2003 2:29 AM Aihe: Re: MySQL 4.0.16 64bit crash report > > Hi Heikki, > > Heikki Tuuri wrote: > > > Don, > >

Re: MySQL 4.0.16 64bit crash report

2003-12-10 Thread Don MacAskill
uot;Don MacAskill" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Wednesday, December 10, 2003 7:49 PM Subject: MySQL 4.0.16 64bit crash report I'm running 4.0.16 on a dual-Opteron using the 64bit mysql-max binary distribution (tar.gz, not rpm) from mysql.com. I

Re: MySQL 4.0.16 64bit crash report

2003-12-10 Thread Heikki Tuuri
c, i, &len); dfield = dtuple_get_nth_field(entry, i); ut_a(len == dfield_get_len(dfield)); - Original Message - From: "Don MacAskill" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Wednesday, December 10, 2003 7:49 PM Subject: M

MySQL 4.0.16 64bit crash report

2003-12-10 Thread Don MacAskill
I'm running 4.0.16 on a dual-Opteron using the 64bit mysql-max binary distribution (tar.gz, not rpm) from mysql.com. I have 8GB of RAM, and it was using about 4.5GB at the time of the crash. 031210 9:24:34 InnoDB: Assertion failure in thread 1171265904 in file row0upd.c line 713 InnoDB: Fail

Mysql 4.0.16

2003-12-09 Thread sta ove
Hi , Is anyone else experiencing a degrade in performance after upgrading from 3.23.53 to mysql 4.0.16. After the upgrade the system load is extremly high +/- 6 and up and the cpu is about 98% busy with the mysql process. Regards Stanley variables below. SQL-querySQL-query (126 Records

RE: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-25 Thread Boyd Gerber
> > -Original Message- > From: Stefaan Van Dooren [mailto:[EMAIL PROTECTED] > Sent: vrijdag 21 november 2003 15:28 > To: [EMAIL PROTECTED] > Subject: RE: MySQL 4.0.16 on SCO OpenServer 5.0.6 > > > I hate to respond to myself, but. > > I have it working now.

Re: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-24 Thread Stephen Brownlow
Hello Stefaan, > Stefaan Van Dooren wrote: > > Hi, > > > > I'm trying to install (compile, since there are no binaries for this > > system) MySQL on an SCO OPenServer 5.0.6 system. > > > > Prior to compiling MySQL, I installed the following packages for SCO : > > > > FSU Pthreads (ver 3.9) >

Re: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-24 Thread Stephen Brownlow
Hello Stefaan, Stefaan Van Dooren" <[EMAIL PROTECTED]> wrote: > I'm totally lost now.. > > As you can (could) see in my previous post, I managed to get MySQL working > on SCO with "--with-debug" as a configure option. > Whenever I remove "--with-debug", I can compile and install it, but I

RE: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-24 Thread Stefaan Van Dooren
ease explain what this "--with-debug" adds that makes it run on my system ? Stefaan -Original Message- From: Stefaan Van Dooren [mailto:[EMAIL PROTECTED] Sent: vrijdag 21 november 2003 15:28 To: [EMAIL PROTECTED] Subject: RE: MySQL 4.0.16 on SCO OpenServer 5.0.6 I hate to respon

Re: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-23 Thread Stephen Brownlow
To: <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 11:36 PM Subject: RE: MySQL 4.0.16 on SCO OpenServer 5.0.6 > Since I got no answers, I will put another question > > Is anybody using MySQL 4.x on SCO OpenServer 5.x ? > > Stefaan > > Stefaan Van Dooren wrote: >

RE: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-21 Thread Stefaan Van Dooren
I hate to respond to myself, but. I have it working now... MySQL 4.0.16-debug on SCO OPenServer 5.0.6a Stefaan Stefaan Van Dooren wrote: > Since I got no answers, I will put another question > > Is anybody using MySQL 4.x on SCO OpenServer 5.x ? > > Stefaan > &g

RE: MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-21 Thread Stefaan Van Dooren
Since I got no answers, I will put another question Is anybody using MySQL 4.x on SCO OpenServer 5.x ? Stefaan Stefaan Van Dooren wrote: > Hi, > > I'm trying to install (compile, since there are no binaries for this > system) MySQL on an SCO OPenServer 5.0.6 system. > > Prior to compiling

MySQL 4.0.16 on SCO OpenServer 5.0.6

2003-11-20 Thread Stefaan Van Dooren
Hi, I'm trying to install (compile, since there are no binaries for this system) MySQL on an SCO OPenServer 5.0.6 system. Prior to compiling MySQL, I installed the following packages for SCO : FSU Pthreads (ver 3.9) GNU Development Tools (ver 5.0.7Kj) Netscape Communicator (ver 4.7.0e) OSS63

Re: MySQL 4.0.16 on RHEL3 AS IA64

2003-11-19 Thread Owen Scott Medd
We were unsuccessful getting the MySQL AMD64 rpms to work on RHEL3 AS. I downloaded the source rpm and rebuilt the rpms on our Opteron server and they have mostly worked, only one crash so far which we are in the process of reporting to the MySQL support group. Of course, we are experiencing s

MySQL 4.0.16 on RHEL3 AS IA64

2003-11-19 Thread Tomek Dudziak
Hi, Did anyone get the 4.0.16 binary to work on RedHat 3 Enterprise for IA64? I read that the same happens on RH3AS for AMD64. "This was thoroughly tested with our production team and it works truly just fine. " according to MySQL support :-\ 031102 22:07:17 mysqld started mysqld got signal 11;

Errors compiling Mysql 4.0.16 on fedora core 1

2003-11-17 Thread Daniele Paoni
Hello, I tried to compile the latest mysql rpm on fedora. The compilation is ok , but when I try to install the compiled MySQL-client rpm the system exits with: perl(the) is needed by MySQL-client-4.0.16-0 Does someone have an idea? Thanks Daniele -- MySQL

RE: MySQL 4.0.16 stop working

2003-11-17 Thread Victor Pendleton
4.0.16 stop working Today, Mysql 4.0.16 for WinXP stop working. I try to restart my PC and run mysqld-nt, also try Start Service from WinMysqlAdmin, but nothing happen. I download Mysql for Windows but not purchase the Commercial Licence yet. Is there a time based restriction here? -- MySQL

Re: Bug? mysql replication mysql 4.0.16..

2003-11-17 Thread Victoria Reznichenko
Peter Larsen <[EMAIL PROTECTED]> wrote: > > Replication does not happend if inserts (update not tested) is made without > "mysql_select_db("database", $connection); " (yes, I use php..). > > > Working: > mysql_select_db("database", $connection); > mysql_query("INSERT INTO table (text1, text2) V

Re: Mysql 4.0.16 stop working

2003-11-16 Thread Daniel Kasak
William IT wrote: Today, Mysql 4.0.16 for WinXP stop working. I try to restart my PC and run mysqld-nt, also try Start Service from WinMysqlAdmin, but nothing happen. I download Mysql for Windows but not purchase the Commercial Licence yet. Is there a time based restriction here? No, there is

Mysql 4.0.16 stop working

2003-11-16 Thread William IT
Today, Mysql 4.0.16 for WinXP stop working. I try to restart my PC and run mysqld-nt, also try Start Service from WinMysqlAdmin, but nothing happen. I download Mysql for Windows but not purchase the Commercial Licence yet. Is there a time based restriction here? -- MySQL General Mailing List

Bug? mysql replication mysql 4.0.16..

2003-11-16 Thread Peter Larsen
Hi.. Replication does not happend if inserts (update not tested) is made without "mysql_select_db("database", $connection); " (yes, I use php..). Working: mysql_select_db("database", $connection); mysql_query("INSERT INTO table (text1, text2) VALUES ('bah', 'bah')"); Not working (data only ap

RE: After installing MySQL 4.0.16 (rpm), it did not create /etc/my.cnf ?

2003-11-11 Thread Admin-Stress
c. >   - http://friendfinder.com/go/p40688 > > > -->-Original Message- > -->From: Admin-Stress [mailto:[EMAIL PROTECTED] > -->Sent: Tuesday, November 11, 2003 11:44 AM > -->To: [EMAIL PROTECTED] > -->Subject: After installing MySQL 4.0.16 (rpm), i

RE: After installing MySQL 4.0.16 (rpm), it did not create /etc/my.cnf ?

2003-11-11 Thread Dathan Vance Pattishall
->Sent: Tuesday, November 11, 2003 11:44 AM -->To: [EMAIL PROTECTED] -->Subject: After installing MySQL 4.0.16 (rpm), it did not create -->/etc/my.cnf ? --> -->Hi, --> -->My server is using RedHat 9.0. --> -->I just CHANGED the mysql from 3.23.58 (rpm) to 4.0.16 (rpm). -

After installing MySQL 4.0.16 (rpm), it did not create /etc/my.cnf ?

2003-11-11 Thread Admin-Stress
server. I can change the root password using mysqladmin. I can create database. But I cant find /etc/my.cnf is this normal ? I verified by issuing: rpm -ql MySQL-server ... But again, I did not see /etc/my.cnf Anyone know what is the 'standard' my.cnf for MySQL 4.0.16

Re: strange OS X (Panther) & MySql 4.0.16 behaviour!!! HELP!!!

2003-11-06 Thread Brent Baisley
, g4 wrote: Hi list, I'm still trying to ascertain if this is in fact an MySql problem, here goes. I'm developing locally on My G4 box running Apache 2 + MySql 4.0.16, I have a live site on a FreeBSD box running Apache 1.3 + MySql 3.x. The site is an e-commerce site (PHP 4.3). Whe

RE: strange OS X (Panther) & MySql 4.0.16 behaviour!!! HELP!!!

2003-11-06 Thread Fortuno, Adam
: [EMAIL PROTECTED] Subject: strange OS X (Panther) & MySql 4.0.16 behaviour!!! HELP!!! Hi list, I'm still trying to ascertain if this is in fact an MySql problem, here goes. I'm developing locally on My G4 box running Apache 2 + MySql 4.0.16, I have a live site on a FreeBSD box

strange OS X (Panther) & MySql 4.0.16 behaviour!!! HELP!!!

2003-11-06 Thread g4
Hi list, I'm still trying to ascertain if this is in fact an MySql problem, here goes. I'm developing locally on My G4 box running Apache 2 + MySql 4.0.16, I have a live site on a FreeBSD box running Apache 1.3 + MySql 3.x. The site is an e-commerce site (PHP 4.3). When I try an

Re: mysql 4.0.16/4.0.15a build fails on Mac OS X 10.3

2003-11-04 Thread Gabriel Ricard
Interestingly enough, when I configure 4.0.16 like this it builds ok: ./configure --prefix=/usr/local --sysconfdir=/ --enable-shared --with-server-suffix=-imax-G5 --with-mysqld-user=mysql --with-comment --with-query-cache --without-docs --with-innodb --enable-thread-safe-client --with-bench -

Re: MySQL 4.0.16 on RHEL3 AS AMD64

2003-11-03 Thread Owen Scott Medd
wn risk as I am guessing! Greg -Original Message- From: Owen Scott Medd [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 15:08 To: [EMAIL PROTECTED] Subject: Re: MySQL 4.0.16 on RHEL3 AS AMD64 I should sleep before posting, I suppose. I suppose this is the issue with the NPTL threads librar

RE: MySQL 4.0.16 on RHEL3 AS AMD64

2003-11-03 Thread Greg_Cope
Sent: 03 November 2003 15:08 > To: [EMAIL PROTECTED] > Subject: Re: MySQL 4.0.16 on RHEL3 AS AMD64 > > > I should sleep before posting, I suppose. > > I suppose this is the issue with the NPTL threads library? > If so, has > anyone dealt with that issue with MySQL?

Re: MySQL 4.0.16 on RHEL3 AS AMD64

2003-11-03 Thread Owen Scott Medd
I should sleep before posting, I suppose. I suppose this is the issue with the NPTL threads library? If so, has anyone dealt with that issue with MySQL? I remember hearing that perhaps using a dynamically linked mysqld would work around the problem. Owen Owen Scott Medd wrote: I have Red Ha

MySQL 4.0.16 on RHEL3 AS AMD64

2003-11-02 Thread Owen Scott Medd
I have Red Hat Enterprise Linux 3 AS installed on a dual Opteron server with 16GB of memory (hoping to solve innodb_buffer_pool size issues under x86). I upgraded the MySQL included with RHEL3 (3.23.58) to the 4.0.16 rpms from the MySQL website. I had thought this would be a piece of cake, as

lock timeout error with MySQL 4.0.16 / InnoDB tables

2003-10-29 Thread Ken
When testing my application code I note that mysql_query() does not return a non-zero result when a lock timeout occurs -- the error is detected when I try to retrieve the result set and get a NULL value. However, this finding is not consistent; for example in one block of code a mysql_query() (usi

mysql 4.0.16/4.0.15a build fails on Mac OS X 10.3

2003-10-28 Thread Gabriel Ricard
source='sort.c' object='sort.o' libtool=no \ depfile='.deps/sort.Po' tmpdepfile='.deps/sort.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O3 -DDBUG_OFF -c `test -f sort.c || echo './'`sort.c /bin/sh ../libtool --mode=link gcc -O3 -DDB

RE: compile error mysql-4.0.16

2003-10-26 Thread Richard Pijnenburg
s I'm tierd to stay with an old version of mysql :( Thanks in advanced. ( p.s. a binary is NOT an option ) -Original Message- From: Richard Pijnenburg [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 3:48 PM To: 'Patrik Fimml' Cc: [EMAIL PROTECTED] Subject: RE:

RE: compile error mysql-4.0.16

2003-10-26 Thread Richard Pijnenburg
AM To: Richard Pijnenburg; [EMAIL PROTECTED] Subject: Re: compile error mysql-4.0.16 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > gcc: cannot specify -o with -c or -S and multiple compilations > make[2]: *** [libmysql.lo] Error 1 > make[2]: Leaving directory > `/usr/local/src/web/mysql-

Re: compile error mysql-4.0.16

2003-10-25 Thread Patrik Fimml
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > gcc: cannot specify -o with -c or -S and multiple compilations > make[2]: *** [libmysql.lo] Error 1 > make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r' > make[1]: *** [all-recursive] Error 1 > make[1]: Lea

Compile error with Mysql-4.0.16

2003-10-25 Thread Richard Pijnenburg
iple compilations make[2]: *** [libmysql.lo] Error 1 make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/web/mysql-4.0.16' make: *** [all] Error 2 i'm trying this with mysql-4.0.16,

compile error mysql-4.0.16

2003-10-25 Thread Richard Pijnenburg
iple compilations make[2]: *** [libmysql.lo] Error 1 make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/web/mysql-4.0.16' make: *** [all] Error 2 i'm trying this with mysql-4.0.16,

MySQL-4.0.16 has been released

2003-10-22 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, MySQL 4.0.16, a new version of the popular Open Source/Free Software Database, has been released. It is now available in source and binary form for a number of platforms from our download pages at http://www.mysql.com/downloads/ and mirror sites