https://bugs.freedesktop.org/show_bug.cgi?id=62645

--- Comment #8 from Alex Thurgood <[email protected]> ---
allocate_buffer_for_field

is to be found in mysqlresult_bind.cpp in 

/core/mysqlcppconn/unxmacxi.pro/misc/build/mysql-connector-c++-1.1.0/driver


#if A0
        // There two are not sent over the wire
        case MYSQL_TYPE_ENUM:
        case MYSQL_TYPE_SET:
#endif
        case MYSQL_TYPE_BIT:
            return st_buffer_size_type(new char[8], 8, MYSQL_TYPE_BIT);
        case MYSQL_TYPE_GEOMETRY:
        default:
            // TODO: Andrey, there can be crashes when we go through this.
Please fix.
            throw sql::InvalidArgumentException("allocate_buffer_for_field:
invalid rbind data type");




so it would seem to be linked to the builtin version we ship internally ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to