Well, not really a problem, I guess... but when I
run a python program that makes use of it I get the
following "message" per row I process...
Freeing pointer out of range at line 663, 'C:\49\libmysql\libmysql.c'
Should I worry? Can I stop this from happening?
Mike
+++-+++---
Well, not really a problem, I guess... but when I
run a python program that makes use of it I get the
following "message" per row I process...
Freeing pointer out of range at line 663, 'C:\49\libmysql\libmysql.c'
Should I worry? Can I stop this from happening?
Mike
+++-+++---
Can someone tell me what this means? I mean, I guess I *know* what it
means, but why?
The insert statement into a mysql database is...
'insert into works values(?, ?, ?, ?, ? ,?)'
The invocation of the dynamic sql is...
status = cur_mysql.execute(sql,
(wrk_inst, ZERO, trs_inst, a
I am getting a table is full error but a show table status on the table specified in
the error, which I assume is a temporary table, comes back as the empty set.
I did the same for the two tables being merged and they are way under the limit as far
as pointer size and table size (both having av