1 Jul 2002 23:00
myisamchk: warning: 1 clients is using or hasn't closed the table properly
Keith L. Stephenson <keith <at> hsrts.com>
2002-07-01 21:00:37 GMT
2002-07-01 21:00:37 GMT
I can't find out where to get any info on this problem. Can you help? I am using perl on RedHat 7.2. I keep getting these messages even though my code uses $sth->finish; Where do these come from or how do I properly close a table when done? I've looked at all the reasons at:http://www.mysql.com/doc/M/y/MyISAM_table_close.html and none of these apply to me. This is an http site where all access is perl cgi. What can I do to investigate or eliminate this problem? Thanks, Keith myisamchk: warning: 1 clients is using or hasn't closed the table properly
*/
#undef WORD
typedef short WORD;
#endif
#if MYSQL_VERSION_ID < 32314
#define mysql_real_escape_string(ignore, to, from, from_length) \
mysql_escape_string(to, from, from_length)
#endif
DBISTATE_DECLARE;
On Mon, 1 Jul 2002, Jay Lawrence wrote:
>
> Kip,
>
> Maybe you need to add a "-static" option to your CFLAGS when you run
> Makefile.PL. Haven't built a static linked DBD myself....
>
> Jay
>
> On July 1, 2002 05:28 pm, Kip C. Lubliner wrote:
RSS Feed