Current Path : /home/usr.opt/mysql57/mysql-test/suite/innodb/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/innodb/r/innodb_bug11789106.result |
create table table_11789106(`a` point,`b` int,`c` char(2), primary key (`a`(1),`c`(1)), key (`b`)) character set latin2 engine=innodb; insert ignore into table_11789106 values (ST_geomfromtext('point(1 1)'),'',''); Warnings: Warning 1366 Incorrect integer value: '' for column 'b' at row 1 select `a` from table_11789106 where `b` < '1' for update; a ð? ð? drop table table_11789106;