Raúl Rodriguez <[EMAIL PROTECTED]> writes: > Hi all! I was trying version 0.7.2 of Carob and I detected one annoying > problem. When I try to make a query against the next one table: Field > name Type Allow nulls? Key Default value Extras id > bigint(20) unsigned No Primary auto_increment > name varchar(50) No Indexed domain > varchar(50) No None subscriber varchar(50) > No None dest_id varchar(25) No > Indexed dest_name varchar(255) No None > I receive the next error mysql> select * from destinations; ERROR > 2000 (HYC00): Unexpected CarobException: Deserialization for unsupported type > mysql> select * from destinations; ERROR 2000 (HY000): Protocol corruption > while trying to send command: 6. Check the previous command mysql> select * > from destinations; Violación de segmento As you can see in the last try a > receive also a Segment Violation. The principal problem is from what i see > from source code, all the types described in the last table are supported for > Carob but i receive a "Deserialization for unsopported type". I tried to > create a test table with two columns, one of each bigint and the other with > varchar, without any kinf of problem working on it. It could be a problem > with indexes? Regards.
Hi Raúl and thanks for the bug report. Using the latest CVS code you should not get any segfault anymore. _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
