Repeated table corruption

2005-01-12 Thread Teresa A Narvaez
All, We run mysql 3.23.58 on a Tru64 OSF 4.0F. There are 3 tables that are consitently corrupt; these tables are fixed using myisamchk and after a couple of hours they are corrupt again. The following are errors in mysql error log. /usr/local/mysql/bin/myisamchk: ISAM file

MYSQL4.0.23 upgrade

2005-01-05 Thread Teresa A Narvaez
Hello, I am trying to upgrade from MYSQL 3.23.58 to MYSQL 4.0.23 on a Tru64 alpha server. However, I am getting the error below at compile time. any ideas? Thanks in advance -teresa. Platform: Alpha Tru64 OSF 4.0F Configuration parameters: CC=cc -pthread \ CXX=cxx -pthread -O \

mysql_fetch_lengths()

2004-12-23 Thread Teresa A Narvaez
We were running mysql 3.22.30 on an Tru 64 Alpha server OSF 4.0F. We recently upgraded to mysql 3.23.58 on the same server. In the code fragment below, there is a memory leak at line 8 because mysql_fetch_lenghts returns an array of unsigned long integers representing the size of each

Re: mysql_fetch_lengths()

2004-12-23 Thread Teresa A Narvaez
dnelson To: Teresa A Narvaez/FED/[EMAIL PROTECTED] @allantgroup.com cc: mysql@lists.mysql.com

Re: mysql_fetch_lengths()

2004-12-23 Thread Teresa A Narvaez
To: Teresa A Narvaez/FED/[EMAIL PROTECTED] @allantgroup.com cc: mysql@lists.mysql.com Subject: Re: mysql_fetch_lengths

MYSQL 3.23.58 directory structure

2004-07-16 Thread Teresa A Narvaez
Hello, I am upgrading from MYSQL 3.22.30 to 3.23.58 on a Tru64 Alpha 4.0F. The set of commands below are used to create a Make file. My problem is that I want include files to be placed under /usr/local/mysql/include; However, with the configuration below, they are placed under

MYSQL 3.22.30 data missing

2003-12-22 Thread Teresa A Narvaez
Hello, We run MYSQL 3.22.30 on a TRU64 alpha server(4.0F). Our scripts found corruption on one of our tables. The script tried to automatically clear the corruption but failed. Then we cleared the corruption by manually running isamchk -r.Everything seemed okay until we tried to pull data

Re: Install Question : DB does not start.

2003-12-22 Thread Teresa A Narvaez
You may find the location of the log files by executing: % mysqladmin variables | grep datadir Under this directory you will find a fle named hostname.err. That file will give some info on what's happenning. Hope this helps you, -Teresa