[Sqlrelay-discussion] mysql 4.1 client segfaults after first successful command
Brought to you by:
mused
From: Guy B. <gbe...@te...> - 2005-08-05 23:00:35
|
I'm doing "export LD_PRELOAD=/usr/lib/libmysql41sqlrelay.so", with mysql 4.1.12 on Fedora Core release 3.92 (Pre-FC4). I can connect to sqlrelay on another host on port 9000, read a bunch of rows out of any table successfully, but immediately after my first query, mysql segfaults. In my sqlr-connection logs I see, corresponding to this segfault, an error as follows: 08/05/2005 15:49:48 PDT connection [12233] : done returning result set data 08/05/2005 15:49:48 PDT connection [12233] : getting command... 08/05/2005 15:49:49 PDT connection [12233] : getting command failed: client sent bad command 08/05/2005 15:49:49 PDT connection [12233] : endingsession... 08/05/2005 15:49:49 PDT connection [12233] : aborting all busy cursors... 08/05/2005 15:49:49 PDT connection [12233] : 0 08/05/2005 15:49:49 PDT connection [12233] : done aborting all busy cursors 08/05/2005 15:49:49 PDT connection [12233] : resetting autocommit behavior... I'd like to figure out how to make multiple queries during a single mysql session, without any unsightly segfaults. Thanks in advance for any help! |