https://issues.apache.org/bugzilla/show_bug.cgi?id=56535

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
                   |                            |om
           Hardware|PC                          |All
         Resolution|---                         |WORKSFORME
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <[email protected]> ---
Hello,
this is not a bug in JMeter but the way MySql driver works:
http://dev.mysql.com/doc/refman/5.0/es/connector-j-reference-type-conversions.html

Read MySQL Types to Java Types for ResultSet.getObject(). :
BIT(1) (new in MySQL-5.0)     BIT     java.lang.Boolean
BIT( > 1) (new in MySQL-5.0)     BIT     byte[]
TINYINT     TINYINT     java.lang.Boolean if the configuration property
tinyInt1isBit is set to true (the default) and the storage size is 1, or
java.lang.Integer if not.
BOOL, BOOLEAN     TINYINT     See TINYINT, above as these are aliases for
TINYINT(1), currently.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to