Hi Again! Another annoying problem related with the new version of Sequoia... Firts I'm not working with CVS HEAD now, I'm only doing test with the option -A with mysql... When yo try to do a select that no return any results you receive always an empty error:
mysql> select * from domain; Empty set (0.05 sec) ERROR: ------------- I adjunct mysequoia.log with DEBUG activated in logger.conf. El jue, 25-01-2007 a las 15:30 +0200, Csaba Simon escribió: > > Incredible... it works... > > :-) > > > What i have to do now? > > Nothing, I commited a fix to the LibMySequoia CVS HEAD so the mysql > client will work even without the -A switch. > > You can use the CVS HEAD or wait for a few weeks for a new release. > > Regards, > Csaba
2007-01-25 15:44:26,032 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:188) - Entering mysql_server_init: argc=1 argv=0xbff74ac0 groups=0x8076ae8 2007-01-25 15:44:26,032 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:196) - Leaving mysql_server_init. 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:109) - Entering mysql_init: mysql=0x8079da0 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:47) - Entering constructor; mysql=0x8079da0 free_me=0 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:69) - Leaving constructor. 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:134) - Leaving mysql_init: mysql=0x8079da0 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:245) - Entering mysql_real_connect: : mysql=0x8079da0 host=sipsql1.goldslam.com sipsql2.goldslam.com user=goldsip passwd=sip66.33rw db=seqsip port=0 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:111) - Entering connect: host=sipsql1.goldslam.com sipsql2.goldslam.com user=goldsip passwd=sip66.33rw db=seqsip port=0 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:1153) - Entering read_ini_file. 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:926) - Entering push_init_command: cmd= 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:929) - Leaving push_init_command. 2007-01-25 15:44:26,033 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:1238) - Leaving read_ini_file. 2007-01-25 15:44:26,034 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:202) - Connect (adding host): host=sipsql1.goldslam.com port=25322 2007-01-25 15:44:26,034 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:202) - Connect (adding host): host=sipsql2.goldslam.com port=25322 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:990) - Entering delete_connection. 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:1001) - Leaving delete_connection. 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:972) - Entering set_connect_info: host=sipsql1.goldslam.com sipsql2.goldslam.com user=goldsip passwd=sip66.33rw db=seqsip port=25322 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:984) - Leaving set_connect_info. 2007-01-25 15:44:26,036 INFO 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:219) - Connected: host=sipsql1.goldslam.com sipsql2.goldslam.com user=goldsip passwd=sip66.33rw db=seqsip port=25322 persistent_connection=0 ping_delay=0 controller_timeout=0 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:231) - Leaving connect. 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:260) - Leaving mysql_real_connect: result=0x8079da0 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:1130) - Entering mysql_get_server_info: mysql=0x8079da0 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:1134) - Leaving mysql_get_server_info: result=5.0.27 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:1270) - Entering mysql_thread_id: mysql=0x8079da0 2007-01-25 15:44:26,036 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:1271) - Leaving mysql_thread_id. 2007-01-25 15:44:32,360 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:426) - Entering mysql_real_query: mysql=0x8079da0 query=select * from domain length=20 2007-01-25 15:44:32,361 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:313) - Entering real_query: query=select * from domain length=20 2007-01-25 15:44:32,361 INFO 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:315) - Executing query=select * from domain length=20 2007-01-25 15:44:32,407 INFO 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:386) - Executed query with result set. Field_count=2 2007-01-25 15:44:32,407 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:407) - Leaving real_query: result=1 2007-01-25 15:44:32,407 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:435) - Leaving mysql_real_query: result=0 2007-01-25 15:44:32,407 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:469) - Entering mysql_store_result: mysql=0x8079da0 2007-01-25 15:44:32,407 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:456) - Entering get_results: fetch_all=1 2007-01-25 15:44:32,407 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobCommon.cpp:45) - Entering get_query_fields: result=0rsmPtr=0xbff74620 2007-01-25 15:44:32,407 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobCommon.cpp:98) - Leaving get_query_fields: result=2 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:533) - Leaving get_results: result=0x8d348c8 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:478) - Leaving mysql_store_result: result=0x8d348c8 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:778) - Entering mysql_num_rows: res=0x8d348c8 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:782) - Leaving mysql_num_rows: result=0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:851) - Entering mysql_warning_count: mysql=0x8079da0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:855) - Leaving mysql_warning_count: result=0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:1177) - Entering mysql_info: mysql=0x8079da0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:1181) - Leaving mysql_info: result= 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:534) - Entering mysql_eof: res=0x8d348c8 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:536) - Leaving mysql_eof: result=0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:839) - Entering mysql_sqlstate: mysql=0x8079da0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:843) - Leaving mysql_sqlstate: result= 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:815) - Entering mysql_errno: mysql=0x8079da0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:819) - Leaving mysql_errno: result=0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:827) - Entering mysql_error: mysql=0x8079da0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:831) - Leaving mysql_error: result= 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:486) - Entering mysql_free_result: res=0x8d348c8 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:657) - Entering free_results: res=0x8d348c8 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobCommon.cpp:105) - Entering delete_query_fields: fields=0x8d345f0 field_count=2 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobCommon.cpp:121) - Leaving delete_query_fields. 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:722) - Leaving free_results. 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:491) - Leaving mysql_free_result. 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:557) - Entering mysql_next_result: mysql=0x8079da0 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:609) - Entering next_results. 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI.Carob (../../src/CarobMySQL.cpp:650) - Leaving next_results: result=-1 2007-01-25 15:44:32,408 DEBUG 3086280384 MySQLAPI (../../src/MySQLAPI.cpp:561) - Leaving mysql_next_result: result=-1
_______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
