Corey Hickey | 26 Sep 2011 03:10

nature of the server side prepared statement issues?

Hi,

I see in the documentation:
-----------------------------------------------------------------------
As of 3.0002_1, server side prepare statements were on by default (if
your server was >= 4.1.3). As of 3.0009, they were off by default again
due to issues with the prepared statement API (all other mysql
connectors are set this way until C API issues are resolved). The
requirement to use prepared statements still remains that you have a
server >= 4.1.3
-----------------------------------------------------------------------

Can somebody please tell me what the API issues are/were or point me to
something more specific I can read? I am having trouble finding out for
myself whether these issues are pertinent to me.

Thanks,
Corey

--

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules <at> m.gmane.org

Hauck, John P [ITSYS] | 29 Sep 2011 23:35
Favicon

want to install mysql client only

I am trying to do a client-only install of mysql on a Solaris 10 zone so I can access a mysql db on a remote
machine using DBD::mysql.  Can someone please point me at some instructions for doing this?  I'm trying to
do this with mysql 5.0.67 using "-without-server" on ./configure.  I'm getting

   "make: Fatal error:  Command failed for target `all-recursive' "

from the make.

The environment is:

Solaris 10 10/08 s10s_u6wos_07b SPARC

host> gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
--enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6

configure:
CC=gcc
CCFLAGS=-Xa -fast -native -xstrconst -mt -m64
CXX=CC
CXXFLAGS=-noex -mt -m64

./configure --prefix=/usr/local/mysql --without-server --with-extra-charsets=complex
--enable-thread-safe-client --enable-local-infile --with-named-z-libs=no
--with-named-curses-libs=-lcurses --enable-shared --with-zlib-dir=bundled --with-big-tables --with-readline

Any help is greatly appreciated.
(Continue reading)


Gmane