Re: Should I use an index in this case?

2006-11-27 Thread Yonghua . Wu
Hi Andy, Two questions for you: 1) Why store so many repeatable data in the same table? I mean you needn't to store purchases/previews for all records. You can choose MySql SET datatype, or you can choose another table to store the action types and let the original table refers to it. So that you

Re: Problems inserting chinese characters

2006-11-27 Thread Yonghua . Wu
Hi Barbara, The hex value '3F' represents the question mark, which means your server CAN'T convert the characters correctly from your client. Regards, Barbara Deaton [EMAIL PROTECTED] wrote on 2006-11-28 11:16:09: All, I have an application in which I am trying to insert some

DBUG_PRINT

2003-08-30 Thread Yonghua Wu
Hi all, How can I get the output of the DBUG_PRINT (which is everywhere in the code of the mysql) option to print the output as it is intended? Thanks in advance. Yonghua -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: