Page 1 of 1

Error in view sql results

Posted: Thu 14 Jun 2007 10:14
by Frost
I am use MySQL Developer Studio Russian Edition 2.00.48.1
MySQL Server 5.0.41.

1. Execute sql query:
CREATE TABLE temp.test1 (
ID INT(11) UNSIGNED AUTO_INCREMENT,
AgencyEnabled BIT(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (ID)
)
ENGINE = INNODB
CHARACTER SET cp1251 COLLATE cp1251_general_ci

Table "test1" created successfully.

2. Execute sql query:
SELECT * FROM temp.test1

Got a errors cyclically:
Net packets out of order: received[5], expected[1]
Not supported unsigned type.

Excuse me for my English.

Posted: Thu 14 Jun 2007 12:30
by Duke
The problem is connected with BIT field. We are working over it.

Posted: Thu 05 Jul 2007 15:10
by Duke
We have fixed the problem. Look forward for the next build.