Re: [Sqlrelay-discussion] mysql 4.1 client segfaults after first successful command
Brought to you by:
mused
From: David M. <dav...@fi...> - 2005-08-08 01:53:56
|
Yeah, looks like a bug. I just reproduced it. I'll track it down and get a fix out. David Muse dav...@fi... On Fri, 2005-08-05 at 16:00 -0700, Guy Berliner wrote: > 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! > |