Skip Menu |

This queue is for tickets about the Net-MySQL CPAN distribution.

Report information
The Basics
Id: 6212
Status: new
Priority: 0/
Queue: Net-MySQL

People
Owner: Nobody in particular
Requestors: christian [...] acinum.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Forgotten debug output ?
Hello, in line 591 in NET::MySQL (first line in first elsif block in method _get_field_length) it exists an perl warn statement. I got this message every time i fetch a row via DBIx::Abstract from a mysql database and this row contains greater strings (from a 'text' (allows 2**16-1 bytes) or 'mediumtext' (allows 2**24-1 bytes) field). Is this a debug output? My whole action (i think say patch is to great) is to comment this warn, because up now i get the data which i expected. My environment are: Client: perl(v5.8.2) under cygwin(v2.416; cygwin-thread-multi-64int; uname give 'CYGWIN_NT-5.1 XP056 1.5.9(0.112/4/2) 2004-03-18 23:05 i686 unknown unknown Cygwin') under windows xp(v5.1.2600); Net::MySQL(v0.0.8) DBIx::Abstract(v1.005) Server: Sun Solaris mysql(v3.23.58)