mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/51 Makefile.am: Use local
This commit is contained in:
commit
5306a21131
2 changed files with 6 additions and 5 deletions
|
@ -73,3 +73,4 @@ select time_stamp>@now from t1;
|
||||||
time_stamp>@now
|
time_stamp>@now
|
||||||
1
|
1
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
End of 4.1 tests
|
||||||
|
|
|
@ -50,7 +50,7 @@ CREATE TABLE t1 (
|
||||||
);
|
);
|
||||||
|
|
||||||
set @now = now();
|
set @now = now();
|
||||||
sleep 1;
|
--sleep 1.5
|
||||||
insert into t1
|
insert into t1
|
||||||
(string,vstring,bin,vbin,tiny,short,medium,long_int,longlong,
|
(string,vstring,bin,vbin,tiny,short,medium,long_int,longlong,
|
||||||
real_float,real_double, real_decimal,utiny, ushort, umedium,ulong,ulonglong,
|
real_float,real_double, real_decimal,utiny, ushort, umedium,ulong,ulonglong,
|
||||||
|
@ -66,7 +66,7 @@ from t1;
|
||||||
select time_stamp>@now from t1;
|
select time_stamp>@now from t1;
|
||||||
|
|
||||||
set @now = now();
|
set @now = now();
|
||||||
sleep 1;
|
--sleep 1.5
|
||||||
update t1 set string="bbbb",vstring="bbbb",bin=0xBBBB,vbin=0xBBBB,
|
update t1 set string="bbbb",vstring="bbbb",bin=0xBBBB,vbin=0xBBBB,
|
||||||
tiny=-2,short=-2,medium=-2,long_int=-2,longlong=-2,real_float=2.2,
|
tiny=-2,short=-2,medium=-2,long_int=-2,longlong=-2,real_float=2.2,
|
||||||
real_double=2.2,real_decimal=2.2,utiny=2,ushort=2,umedium=2,ulong=2,
|
real_double=2.2,real_decimal=2.2,utiny=2,ushort=2,umedium=2,ulong=2,
|
||||||
|
@ -82,4 +82,4 @@ select time_stamp>@now from t1;
|
||||||
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
# End of 4.1 tests
|
--echo End of 4.1 tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue