Commit 02ce3d0c authored by hf@eagle.intranet.mysql.r18.ru's avatar hf@eagle.intranet.mysql.r18.ru
Browse files

Merge hf@192.168.21.12:work/mysql-4.1.15429

into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
parents 717dc2e9 6a8f762e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,7 +91,9 @@ drop table t1;
#
# InnoDB is required to reproduce the fault, but it is okay if we default to
# MyISAM when testing.
--disable_warnings
create table t1 (a varchar(90), ts datetime not null, index (a)) engine=innodb default charset=utf8;
--enable_warnings
insert into t1 values ('http://www.foo.com/', now());
select a from t1 where a='http://www.foo.com/' order by abs(timediff(ts, 0));
drop table t1;