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.