Re: What does the error mesg mean

2002-06-13 Thread Frederic Dhorne
Hi, I already got something similar. it was a case where I made a call to mysql_query() but I never made the call to mysql_store_result(). On the next call to mysql_query(), I was getting this error. Frederic - Original Message - From: Vandana [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: replication problem

2002-06-06 Thread Frederic Dhorne
Hi, I already had a similar problem. I did the following things: I zipped my master database to unzip it on the slave and then I did a reset master,that's it. The reason why you have this problem it's certainly due to the fact that your master and slave database are not identical. you didn't

Re: Problem with binary data in row

2002-05-29 Thread Frederic Dhorne
Hi, mysql_fetch_row returns a MYSQL_ROW, that is an array of byte strings. look at http://www.mysql.com/doc/C/_/C_API_datatypes.html Frederic - Original Message - From: Michael Flora [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 5:32 PM Subject: Problem with

ERROR 1030: Got error 127 from table handler / Optimize Table

2002-05-16 Thread Frederic Dhorne
Hello, I am using mysql 3.23.38 on winnt. I have a table already filled with default value, that way we do only updates during our processing. One column is specified as not null in the table definition and it's also an index. everything was working fine, Until we decided to use Optimize

Errors catalog, character-sets-dir .

2002-04-30 Thread Frederic Dhorne
Hello, I'm currently using the version 3.23.38 on winnt and I want to translate the few error messages that are still in english for the spanish catalog(share\spanish\errmsg.txt). How do I re-generate the catalog (errmsg.sys)? Also I installed mysql on my D drive and I'm running with