Error in view sql results

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Frost
Posts: 3
Joined: Fri 01 Jun 2007 12:33
Location: Russia

Error in view sql results

Post by Frost » Thu 14 Jun 2007 10:14

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.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 14 Jun 2007 12:30

The problem is connected with BIT field. We are working over it.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 05 Jul 2007 15:10

We have fixed the problem. Look forward for the next build.

Post Reply