7;t have any
problems resolving it.
rgds
allen
--
*****
Allen Grace ([EMAIL PROTECTED])
Analyst Programmer
Peters Bookselling Services
120 Bromsgrove Street, Birmingham, B5 6RJ
*
This email and any files transmi
it. (Same result for
_mysql_server_init.)
I did a find and grep across the whole source tree and find no references to
these functions, so I don't think they exist and whoever wrote
test_libmysqld.c forgot to write them. Or they live in a library that's local
to your site.
HTH
allen
--
table), and an index to system.sysname.
--
Allen Grace
Dark Blue Sea Pty Ltd
ph +61 7 3007
fax +61 7 3007 0001
***The opinions expressed in this email are my own and are not
representative of DBS Pty Ltd.***
-
Before posting,
igured out the problem with the one
> database.
> I created another very simple database and form and can insert data from
the
> web
> form with no problem.
What exactly doesn't happen? You posted the code, but didn't say at what
stage it fails.
allen
--
Allen Grace
Dark Blue S
- Original Message -
From: "Ken Menzel" <[EMAIL PROTECTED]>
To: "Allen Grace" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 11:40 PM
Subject: Re: stability of freebsd 4.3, gcc 2.95.3
> > Has anyone had unfavoura
here id>1219; I am getting an 1064 error
Your bracketing is a bit wonky, and you can only have one FROM matching each
SELECT.
Something like:
INSERT INTO customers3 (lastname, firstname)
SELECT trim(trailing char(10) FROM firstname), trim(trailing char(10) FROM
lastname)
FROM customers WHERE id &
I set
MYSQL_DEBUG, I'm able to crash it every time with a specific sequence of
operations. (This sequence works if MYSQL_DEBUG is not set, but randomly
segfaults in the same procedure later on.)
If I can provide more information about the situation I'd be happy to.
allen
--
Allen Grace
Dark B
char logentry[LOGENTLEN];
sprintf( logentry,
"MySQL error %d: %s",
i,
mysql_error( mcon ) );