search for: mysql_next_result

Displaying 4 results from an estimated 4 matches for "mysql_next_result".

2010 Mar 22
2
dovecot-2.0.beta4 mysql support in Solaris
...src/lib-sql/driver-mysql.c. I've never used this feature but so I don't need it. This is just a FYI if someone reads mailing list. "driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS "driver-mysql.c", line 448: warning: implicit function declaration: mysql_next_result Tomppa
2010 Mar 05
2
Bug in driver-mysql.c + fix
...9;) user_query = CALL user_info('%n', '%d') This failed with the message: User query failed: PROCEDURE imap.user_info can't return a result set in the given context The root of this problem is that mysql_real_connect() needs to be called with option CLIENT_MULTI_RESULTS and mysql_next_result() called to retrieve extra results (that will not exist in the way that we use it). I attach a patch that fixes this problem -- the patch is against dovecot-1.2.10. This works for me ... but could probably do with testing by other people. BTW: I got the same problem with exim this morning, wrote a...
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
...RS-MySQL.c:(.text+0x7a2): undefined reference to `mysql_close' RS-MySQL.o:RS-MySQL.c:(.text+0x80f): undefined reference to `mysql_fetch_fields' RS-MySQL.o:RS-MySQL.c:(.text+0x823): undefined reference to `mysql_field_count' RS-MySQL.o:RS-MySQL.c:(.text+0xae7): undefined reference to `mysql_next_result' RS-MySQL.o:RS-MySQL.c:(.text+0xb0b): undefined reference to `mysql_use_result' RS-MySQL.o:RS-MySQL.c:(.text+0xb16): undefined reference to `mysql_field_count' RS-MySQL.o:RS-MySQL.c:(.text+0xbff): undefined reference to `mysql_affected_rows' RS-MySQL.o:RS-MySQL.c:(.text+0xd27): u...
2007 Dec 21
0
RMySQL installation
...I/home/btrask/traskdata/ lib/R/include -I/usr/sfw/include/mysql -I/usr/local/include -KPIC -g -c RS-MySQL.c -o RS-MySQL.o "RS-MySQL.c", line 134: warning: implicit function declaration: mysql_more_results "RS-MySQL.c", line 161: warning: implicit function declaration: mysql_next_result "RS-MySQL.c", line 387: warning: assignment type mismatch: pointer to char "=" pointer to const char "RS-MySQL.c", line 389: warning: assignment type mismatch: pointer to char "=" pointer to const char "RS-MySQL.c", line 391: warni...