Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Meng-Ju, Hsieh
still cannot work. I not found the file - include/have_debug_sync.inc, so i build it myself - reference older version. It still cannot work. I guess that mysql don't support the system variable - 'DEBUG_SYNC', but i'm not sure that thinking is correct. Thank you very much. --

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Meng-Ju, Hsieh
Thank for your reply. I've tried to use Version 5.1, but it cannot work. Did you have used the system variable - 'DEBUG_SYNC' ? Thank you very much. - Original Message - From: "Joerg Bruehe" To: "Meng-Ju, Hsieh" Cc: Sent: Friday, May 21,

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Meng-Ju, Hsieh
Thank you for your reply. Thank for your suggest. I'll try to send question to the mail address. Thank you very much. - Original Message - From: "Johan De Meersman" To: "Meng-Ju, Hsieh" Cc: Sent: Friday, May 21, 2010 4:29 PM Subject: Re: Mysqltest Unknow

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-20 Thread Meng-Ju, Hsieh
I also read the URL http://forge.mysql.com/wiki/MySQL_Internals_Test_Synchronization#Test_Synchronization But it cannot work. Sorry, mysql version is "mysql-6.0.0-alpha" -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/m

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-20 Thread Meng-Ju, Hsieh
I've try the configure option -- ' --enable-debug-sync', but it cannot work. I've also to use google to search related information about it, but i still cannot to solve it. If anyone know that, please tell me, thanks. - Original Message - From: "謝孟儒" To: Sent: Friday, May 21, 201

Mysql 4.1.3-beta stalls when flush privileges

2004-07-11 Thread Han-Ju Kim
I know that I should use mysqlbug to report bugs, but my mysqlbug prints mysqlbug: problem report sent >Description: When there are rows in mysql.columns_priv table query flush privileges stalls when query repeatly. >How-To-Repeat: Insert some rows in mysql.columns_priv table. Try

C API mysql_next_result stalls

2004-07-07 Thread Han-Ju Kim
I know that I should use mysqlbug tool but it doesn't work. >Description: MySQL C API mysql_next_result stalls in my program. I'm using pthread and MYSQL handle is using in just one thread. I hacked into the source and found this call is just same as mysql_real_query except it doesn't send query

Re: MySQL as a desktop DB

2002-09-24 Thread ju
That really depends on what you're doing. I use a Windows front-end to MySQL (ursql from http://www.urbanresearch.com/ursql) every day all day to get at several databases. It's not MS Access, but urSQL allows me to use the same interface to query data on my MySQL database and my MSSQL database a

Re: Remote admin app?

2002-08-30 Thread ju
urSQL from http://www.urbanresearch.com/ursql -- I mostly use urSQL as a development tool for ad hoc queries and reports and stuff -- as well as some basic "admin" tasks... On Fri, 30 Aug 2002, neal wrote: > What do you guys use for remote admin of mySQL? mySQL-front? MySQLGUI? > Other? > > W

Re: Questions about MYSQL GUI

2002-02-12 Thread ju
You might also have a look at urSQL from http://www.urbanresearch.com/ursql. On Fri, 8 Feb 2002, BD wrote: > > Polly, > Try MySQL-Front from http://www.anse.de/mysqlfront/. I > have it running on Win2k with no problems. You'll like the price, free! :) > There is also M

Re: LIKE work around??

2002-02-11 Thread ju
Work-around? LIKE should work just fine... mysql> select * from fruits where fruit_name like '%banana%'; On Thu, 7 Feb 2002, Rutledge, Aaron wrote: > I am trying to query the database for records that have the same > sequence of starting characters--such as banana1 and banana2 and have a > re

Re: LIKE work around??

2002-02-07 Thread ju
Work-around? LIKE should work just fine... mysql> select * from fruits where fruit_name like '%banana%'; On Thu, 7 Feb 2002, Rutledge, Aaron wrote: > I am trying to query the database for records that have the same > sequence of starting characters--such as banana1 and banana2 and have a > re