~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/t/func_time.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# time functions
 
3
#
 
4
--disable_warnings
 
5
drop table if exists t1,t2,t3;
 
6
--enable_warnings
 
7
 
 
8
# Set timezone to GMT-3, to make it possible to use "interval 3 hour"
 
9
set time_zone="+03:00";
 
10
 
 
11
select from_days(to_days("960101")),to_days(960201)-to_days("19960101"),to_days(date_add(curdate(), interval 1 day))-to_days(curdate()),weekday("1997-11-29");
 
12
select period_add("9602",-12),period_diff(199505,"9404") ;
 
13
 
 
14
select now()-now(),weekday(curdate())-weekday(now()),unix_timestamp()-unix_timestamp(now());
 
15
select from_unixtime(unix_timestamp("1994-03-02 10:11:12")),from_unixtime(unix_timestamp("1994-03-02 10:11:12"),"%Y-%m-%d %h:%i:%s"),from_unixtime(unix_timestamp("1994-03-02 10:11:12"))+0;
 
16
select sec_to_time(9001),sec_to_time(9001)+0,time_to_sec("15:12:22"),
 
17
  sec_to_time(time_to_sec("0:30:47")/6.21);
 
18
select sec_to_time(time_to_sec('-838:59:59'));
 
19
select now()-curdate()*1000000-curtime();
 
20
select strcmp(current_timestamp(),concat(current_date()," ",current_time()));
 
21
select strcmp(localtime(),concat(current_date()," ",current_time()));
 
22
select strcmp(localtimestamp(),concat(current_date()," ",current_time()));
 
23
select date_format("1997-01-02 03:04:05", "%M %W %D %Y %y %m %d %h %i %s %w");
 
24
select date_format("1997-01-02", concat("%M %W %D ","%Y %y %m %d %h %i %s %w"));
 
25
select dayofmonth("1997-01-02"),dayofmonth(19970323);
 
26
select month("1997-01-02"),year("98-02-03"),dayofyear("1997-12-31");
 
27
select month("2001-02-00"),year("2001-00-00");
 
28
select DAYOFYEAR("1997-03-03"), WEEK("1998-03-03"), QUARTER(980303);
 
29
select HOUR("1997-03-03 23:03:22"), MINUTE("23:03:22"), SECOND(230322);
 
30
 
 
31
# Test of week and yearweek
 
32
select week(19980101),week(19970101),week(19980101,1),week(19970101,1);
 
33
select week(19981231),week(19971231),week(19981231,1),week(19971231,1);
 
34
select week(19950101),week(19950101,1);
 
35
select yearweek('1981-12-31',1),yearweek('1982-01-01',1),yearweek('1982-12-31',1),yearweek('1983-01-01',1);
 
36
select yearweek('1987-01-01',1),yearweek('1987-01-01');
 
37
select week("2000-01-01",0) as '2000', week("2001-01-01",0) as '2001', week("2002-01-01",0) as '2002',week("2003-01-01",0) as '2003', week("2004-01-01",0) as '2004', week("2005-01-01",0) as '2005', week("2006-01-01",0) as '2006';
 
38
select week("2000-01-06",0) as '2000', week("2001-01-06",0) as '2001', week("2002-01-06",0) as '2002',week("2003-01-06",0) as '2003', week("2004-01-06",0) as '2004', week("2005-01-06",0) as '2005', week("2006-01-06",0) as '2006';
 
39
select week("2000-01-01",1) as '2000', week("2001-01-01",1) as '2001', week("2002-01-01",1) as '2002',week("2003-01-01",1) as '2003', week("2004-01-01",1) as '2004', week("2005-01-01",1) as '2005', week("2006-01-01",1) as '2006';
 
40
select week("2000-01-06",1) as '2000', week("2001-01-06",1) as '2001', week("2002-01-06",1) as '2002',week("2003-01-06",1) as '2003', week("2004-01-06",1) as '2004', week("2005-01-06",1) as '2005', week("2006-01-06",1) as '2006';
 
41
select yearweek("2000-01-01",0) as '2000', yearweek("2001-01-01",0) as '2001', yearweek("2002-01-01",0) as '2002',yearweek("2003-01-01",0) as '2003', yearweek("2004-01-01",0) as '2004', yearweek("2005-01-01",0) as '2005', yearweek("2006-01-01",0) as '2006';
 
42
select yearweek("2000-01-06",0) as '2000', yearweek("2001-01-06",0) as '2001', yearweek("2002-01-06",0) as '2002',yearweek("2003-01-06",0) as '2003', yearweek("2004-01-06",0) as '2004', yearweek("2005-01-06",0) as '2005', yearweek("2006-01-06",0) as '2006';
 
43
select yearweek("2000-01-01",1) as '2000', yearweek("2001-01-01",1) as '2001', yearweek("2002-01-01",1) as '2002',yearweek("2003-01-01",1) as '2003', yearweek("2004-01-01",1) as '2004', yearweek("2005-01-01",1) as '2005', yearweek("2006-01-01",1) as '2006';
 
44
select yearweek("2000-01-06",1) as '2000', yearweek("2001-01-06",1) as '2001', yearweek("2002-01-06",1) as '2002',yearweek("2003-01-06",1) as '2003', yearweek("2004-01-06",1) as '2004', yearweek("2005-01-06",1) as '2005', yearweek("2006-01-06",1) as '2006';
 
45
select week(19981231,2), week(19981231,3), week(20000101,2), week(20000101,3);
 
46
select week(20001231,2),week(20001231,3);
 
47
 
 
48
select week(19981231,0) as '0', week(19981231,1) as '1', week(19981231,2) as '2', week(19981231,3) as '3', week(19981231,4) as '4', week(19981231,5) as '5', week(19981231,6) as '6', week(19981231,7) as '7';
 
49
select week(20000101,0) as '0', week(20000101,1) as '1', week(20000101,2) as '2', week(20000101,3) as '3', week(20000101,4) as '4', week(20000101,5) as '5', week(20000101,6) as '6', week(20000101,7) as '7';
 
50
select week(20000106,0) as '0', week(20000106,1) as '1', week(20000106,2) as '2', week(20000106,3) as '3', week(20000106,4) as '4', week(20000106,5) as '5', week(20000106,6) as '6', week(20000106,7) as '7';
 
51
select week(20001231,0) as '0', week(20001231,1) as '1', week(20001231,2) as '2', week(20001231,3) as '3', week(20001231,4) as '4', week(20001231,5) as '5', week(20001231,6) as '6', week(20001231,7) as '7';
 
52
select week(20010101,0) as '0', week(20010101,1) as '1', week(20010101,2) as '2', week(20010101,3) as '3', week(20010101,4) as '4', week(20010101,5) as '5', week(20010101,6) as '6', week(20010101,7) as '7';
 
53
 
 
54
select yearweek(20001231,0), yearweek(20001231,1), yearweek(20001231,2), yearweek(20001231,3), yearweek(20001231,4), yearweek(20001231,5), yearweek(20001231,6), yearweek(20001231,7);
 
55
 
 
56
set default_week_format = 6;
 
57
select week(20001231), week(20001231,6);
 
58
set default_week_format = 0;
 
59
 
 
60
set default_week_format = 2;
 
61
select week(20001231),week(20001231,2),week(20001231,0);
 
62
set default_week_format = 0;
 
63
 
 
64
select date_format('1998-12-31','%x-%v'),date_format('1999-01-01','%x-%v');
 
65
select date_format('1999-12-31','%x-%v'),date_format('2000-01-01','%x-%v');
 
66
 
 
67
select dayname("1962-03-03"),dayname("1962-03-03")+0;
 
68
select monthname("1972-03-04"),monthname("1972-03-04")+0;
 
69
select time_format(19980131000000,'%H|%I|%k|%l|%i|%p|%r|%S|%T');
 
70
select time_format(19980131010203,'%H|%I|%k|%l|%i|%p|%r|%S|%T');
 
71
select time_format(19980131131415,'%H|%I|%k|%l|%i|%p|%r|%S|%T');
 
72
select time_format(19980131010015,'%H|%I|%k|%l|%i|%p|%r|%S|%T');
 
73
select date_format(concat('19980131',131415),'%H|%I|%k|%l|%i|%p|%r|%S|%T| %M|%W|%D|%Y|%y|%a|%b|%j|%m|%d|%h|%s|%w');
 
74
select date_format(19980021000000,'%H|%I|%k|%l|%i|%p|%r|%S|%T| %M|%W|%D|%Y|%y|%a|%b|%j|%m|%d|%h|%s|%w');
 
75
select date_add("1997-12-31 23:59:59",INTERVAL 1 SECOND);
 
76
select date_add("1997-12-31 23:59:59",INTERVAL 1 MINUTE);
 
77
select date_add("1997-12-31 23:59:59",INTERVAL 1 HOUR);
 
78
select date_add("1997-12-31 23:59:59",INTERVAL 1 DAY);
 
79
select date_add("1997-12-31 23:59:59",INTERVAL 1 MONTH);
 
80
select date_add("1997-12-31 23:59:59",INTERVAL 1 YEAR);
 
81
select date_add("1997-12-31 23:59:59",INTERVAL "1:1" MINUTE_SECOND);
 
82
select date_add("1997-12-31 23:59:59",INTERVAL "1:1" HOUR_MINUTE);
 
83
select date_add("1997-12-31 23:59:59",INTERVAL "1:1" DAY_HOUR);
 
84
select date_add("1997-12-31 23:59:59",INTERVAL "1 1" YEAR_MONTH);
 
85
select date_add("1997-12-31 23:59:59",INTERVAL "1:1:1" HOUR_SECOND);
 
86
select date_add("1997-12-31 23:59:59",INTERVAL "1 1:1" DAY_MINUTE);
 
87
select date_add("1997-12-31 23:59:59",INTERVAL "1 1:1:1" DAY_SECOND);
 
88
 
 
89
select date_sub("1998-01-01 00:00:00",INTERVAL 1 SECOND);
 
90
select date_sub("1998-01-01 00:00:00",INTERVAL 1 MINUTE);
 
91
select date_sub("1998-01-01 00:00:00",INTERVAL 1 HOUR);
 
92
select date_sub("1998-01-01 00:00:00",INTERVAL 1 DAY);
 
93
select date_sub("1998-01-01 00:00:00",INTERVAL 1 MONTH);
 
94
select date_sub("1998-01-01 00:00:00",INTERVAL 1 YEAR);
 
95
select date_sub("1998-01-01 00:00:00",INTERVAL "1:1" MINUTE_SECOND);
 
96
select date_sub("1998-01-01 00:00:00",INTERVAL "1:1" HOUR_MINUTE);
 
97
select date_sub("1998-01-01 00:00:00",INTERVAL "1:1" DAY_HOUR);
 
98
select date_sub("1998-01-01 00:00:00",INTERVAL "1 1" YEAR_MONTH);
 
99
select date_sub("1998-01-01 00:00:00",INTERVAL "1:1:1" HOUR_SECOND);
 
100
select date_sub("1998-01-01 00:00:00",INTERVAL "1 1:1" DAY_MINUTE);
 
101
select date_sub("1998-01-01 00:00:00",INTERVAL "1 1:1:1" DAY_SECOND);
 
102
 
 
103
select date_add("1997-12-31 23:59:59",INTERVAL 100000 SECOND);
 
104
select date_add("1997-12-31 23:59:59",INTERVAL -100000 MINUTE);
 
105
select date_add("1997-12-31 23:59:59",INTERVAL 100000 HOUR);
 
106
select date_add("1997-12-31 23:59:59",INTERVAL -100000 DAY);
 
107
select date_add("1997-12-31 23:59:59",INTERVAL 100000 MONTH);
 
108
select date_add("1997-12-31 23:59:59",INTERVAL -100000 YEAR);
 
109
select date_add("1997-12-31 23:59:59",INTERVAL "10000:1" MINUTE_SECOND);
 
110
select date_add("1997-12-31 23:59:59",INTERVAL "-10000:1" HOUR_MINUTE);
 
111
select date_add("1997-12-31 23:59:59",INTERVAL "10000:1" DAY_HOUR);
 
112
select date_add("1997-12-31 23:59:59",INTERVAL "-100 1" YEAR_MONTH);
 
113
select date_add("1997-12-31 23:59:59",INTERVAL "10000:99:99" HOUR_SECOND);
 
114
select date_add("1997-12-31 23:59:59",INTERVAL " -10000 99:99" DAY_MINUTE);
 
115
select date_add("1997-12-31 23:59:59",INTERVAL "10000 99:99:99" DAY_SECOND);
 
116
select "1997-12-31 23:59:59" + INTERVAL 1 SECOND;
 
117
select INTERVAL 1 DAY + "1997-12-31";
 
118
select "1998-01-01 00:00:00" - INTERVAL 1 SECOND;
 
119
 
 
120
select date_sub("1998-01-02",INTERVAL 31 DAY);
 
121
select date_add("1997-12-31",INTERVAL 1 SECOND);
 
122
select date_add("1997-12-31",INTERVAL 1 DAY);
 
123
select date_add(NULL,INTERVAL 100000 SECOND);
 
124
select date_add("1997-12-31 23:59:59",INTERVAL NULL SECOND);
 
125
select date_add("1997-12-31 23:59:59",INTERVAL NULL MINUTE_SECOND);
 
126
select date_add("9999-12-31 23:59:59",INTERVAL 1 SECOND);
 
127
select date_sub("0000-00-00 00:00:00",INTERVAL 1 SECOND);
 
128
select date_add('1998-01-30',Interval 1 month);
 
129
select date_add('1998-01-30',Interval '2:1' year_month);
 
130
select date_add('1996-02-29',Interval '1' year);
 
131
select extract(YEAR FROM "1999-01-02 10:11:12");
 
132
select extract(YEAR_MONTH FROM "1999-01-02");
 
133
select extract(DAY FROM "1999-01-02");
 
134
select extract(DAY_HOUR FROM "1999-01-02 10:11:12");
 
135
select extract(DAY_MINUTE FROM "02 10:11:12");
 
136
select extract(DAY_SECOND FROM "225 10:11:12");
 
137
select extract(HOUR FROM "1999-01-02 10:11:12");
 
138
select extract(HOUR_MINUTE FROM "10:11:12");
 
139
select extract(HOUR_SECOND FROM "10:11:12");
 
140
select extract(MINUTE FROM "10:11:12");
 
141
select extract(MINUTE_SECOND FROM "10:11:12");
 
142
select extract(SECOND FROM "1999-01-02 10:11:12");
 
143
select extract(MONTH FROM "2001-02-00");
 
144
 
 
145
#
 
146
# test EXTRACT QUARTER (Bug #18100)
 
147
#
 
148
 
 
149
SELECT EXTRACT(QUARTER FROM '2004-01-15') AS quarter;
 
150
SELECT EXTRACT(QUARTER FROM '2004-02-15') AS quarter;
 
151
SELECT EXTRACT(QUARTER FROM '2004-03-15') AS quarter;
 
152
SELECT EXTRACT(QUARTER FROM '2004-04-15') AS quarter;
 
153
SELECT EXTRACT(QUARTER FROM '2004-05-15') AS quarter;
 
154
SELECT EXTRACT(QUARTER FROM '2004-06-15') AS quarter;
 
155
SELECT EXTRACT(QUARTER FROM '2004-07-15') AS quarter;
 
156
SELECT EXTRACT(QUARTER FROM '2004-08-15') AS quarter;
 
157
SELECT EXTRACT(QUARTER FROM '2004-09-15') AS quarter;
 
158
SELECT EXTRACT(QUARTER FROM '2004-10-15') AS quarter;
 
159
SELECT EXTRACT(QUARTER FROM '2004-11-15') AS quarter;
 
160
SELECT EXTRACT(QUARTER FROM '2004-12-15') AS quarter;
 
161
#
 
162
# MySQL Bugs: #12356: DATE_SUB or DATE_ADD incorrectly returns null
 
163
#
 
164
SELECT DATE_SUB(str_to_date('9999-12-31 00:01:00','%Y-%m-%d %H:%i:%s'), INTERVAL 1 MINUTE);
 
165
SELECT DATE_ADD(str_to_date('9999-12-30 23:59:00','%Y-%m-%d %H:%i:%s'), INTERVAL 1 MINUTE);
 
166
 
 
167
#
 
168
# Test big intervals (Bug #3498)
 
169
#
 
170
SELECT "1900-01-01 00:00:00" + INTERVAL 2147483648 SECOND;
 
171
SELECT "1900-01-01 00:00:00" + INTERVAL "1:2147483647" MINUTE_SECOND;
 
172
SELECT "1900-01-01 00:00:00" + INTERVAL "100000000:214748364700" MINUTE_SECOND;SELECT "1900-01-01 00:00:00" + INTERVAL 1<<37 SECOND;
 
173
SELECT "1900-01-01 00:00:00" + INTERVAL 1<<31 MINUTE;
 
174
SELECT "1900-01-01 00:00:00" + INTERVAL 1<<20 HOUR;
 
175
 
 
176
SELECT "1900-01-01 00:00:00" + INTERVAL 1<<38 SECOND;
 
177
SELECT "1900-01-01 00:00:00" + INTERVAL 1<<33 MINUTE;
 
178
SELECT "1900-01-01 00:00:00" + INTERVAL 1<<30 HOUR;
 
179
SELECT "1900-01-01 00:00:00" + INTERVAL "1000000000:214748364700" MINUTE_SECOND;
 
180
 
 
181
#
 
182
# Bug #614 (multiple extracts in where)
 
183
#
 
184
 
 
185
create table t1 (ctime varchar(20));
 
186
insert into t1 values ('2001-01-12 12:23:40');
 
187
select ctime, hour(ctime) from t1;
 
188
select ctime from t1 where extract(MONTH FROM ctime) = 1 AND extract(YEAR FROM ctime) = 2001;
 
189
drop table t1;
 
190
 
 
191
#
 
192
# Test bug with monthname() and NULL
 
193
#
 
194
 
 
195
create table t1 (id int);
 
196
create table t2 (id int, date date);
 
197
insert into t1 values (1);
 
198
insert into t2 values (1, "0000-00-00");
 
199
insert into t1 values (2);
 
200
insert into t2 values (2, "2000-01-01");
 
201
select monthname(date) from t1 inner join t2 on t1.id = t2.id;
 
202
select monthname(date) from t1 inner join t2 on t1.id = t2.id order by t1.id;
 
203
drop table t1,t2;
 
204
 
 
205
#
 
206
# Test bug with month() and year() on text fields with wrong information
 
207
 
 
208
CREATE TABLE t1 (updated text) ENGINE=MyISAM;
 
209
INSERT INTO t1 VALUES ('');
 
210
SELECT month(updated) from t1;
 
211
SELECT year(updated) from t1;
 
212
drop table t1;
 
213
 
 
214
#
 
215
# Check that functions work identically on 0000-00-00 as a constant and on a
 
216
# column
 
217
#
 
218
 
 
219
create table t1 (d date, dt datetime, t timestamp, c char(10));
 
220
insert into t1 values ("0000-00-00", "0000-00-00", "0000-00-00", "0000-00-00");
 
221
select dayofyear("0000-00-00"),dayofyear(d),dayofyear(dt),dayofyear(t),dayofyear(c) from t1;
 
222
select dayofmonth("0000-00-00"),dayofmonth(d),dayofmonth(dt),dayofmonth(t),dayofmonth(c) from t1;
 
223
select month("0000-00-00"),month(d),month(dt),month(t),month(c) from t1;
 
224
select quarter("0000-00-00"),quarter(d),quarter(dt),quarter(t),quarter(c) from t1;
 
225
select week("0000-00-00"),week(d),week(dt),week(t),week(c) from t1;
 
226
select year("0000-00-00"),year(d),year(dt),year(t),year(c) from t1;
 
227
select yearweek("0000-00-00"),yearweek(d),yearweek(dt),yearweek(t),yearweek(c) from t1;
 
228
select to_days("0000-00-00"),to_days(d),to_days(dt),to_days(t),to_days(c) from t1;
 
229
select extract(MONTH FROM "0000-00-00"),extract(MONTH FROM d),extract(MONTH FROM dt),extract(MONTH FROM t),extract(MONTH FROM c) from t1;
 
230
drop table t1;
 
231
 
 
232
 
 
233
#
 
234
# Test problem with TIMESTAMP and BETWEEN
 
235
#
 
236
 
 
237
CREATE TABLE t1 ( start datetime default NULL);
 
238
INSERT INTO t1 VALUES ('2002-10-21 00:00:00'),('2002-10-28 00:00:00'),('2002-11-04 00:00:00');
 
239
CREATE TABLE t2 ( ctime1 timestamp NOT NULL, ctime2 timestamp NOT NULL);
 
240
INSERT INTO t2 VALUES (20021029165106,20021105164731);
 
241
CREATE TABLE t3 (ctime1 char(19) NOT NULL, ctime2 char(19) NOT NULL);
 
242
INSERT INTO t3 VALUES ("2002-10-29 16:51:06","2002-11-05 16:47:31");
 
243
 
 
244
# The following statement should be fixed to return a row in 4.1
 
245
select * from t1, t2 where t1.start between t2.ctime1 and t2.ctime2;
 
246
select * from t1, t2 where t1.start >= t2.ctime1 and t1.start <= t2.ctime2;
 
247
select * from t1, t3 where t1.start between t3.ctime1 and t3.ctime2;
 
248
drop table t1,t2,t3;
 
249
 
 
250
#
 
251
# Test unix timestamp
 
252
#
 
253
select @a:=FROM_UNIXTIME(1);
 
254
select unix_timestamp(@a);
 
255
select unix_timestamp('1969-12-01 19:00:01');
 
256
 
 
257
#
 
258
# Tests for bug #6439 "unix_timestamp() function returns wrong datetime 
 
259
# values for too big argument", bug #7515 "from_unixtime(0) now
 
260
# returns NULL instead of the epoch" and bug #9191
 
261
# "TIMESTAMP/from_unixtime() no longer accepts 2^31-1."
 
262
# unix_timestamp() should return error for too big or negative argument.
 
263
# It should return Epoch value for zero argument since it seems that many
 
264
# users rely on this fact, from_unixtime() should work with values
 
265
# up to INT_MAX32 because of the same reason.
 
266
#
 
267
select from_unixtime(-1);
 
268
# check for from_unixtime(2^31-1) and from_unixtime(2^31)
 
269
select from_unixtime(2147483647);
 
270
select from_unixtime(2147483648);
 
271
select from_unixtime(0);
 
272
 
 
273
#
 
274
# Some more tests for bug #9191 "TIMESTAMP/from_unixtime() no
 
275
# longer accepts 2^31-1". Here we test that from_unixtime and
 
276
# unix_timestamp are consistent, when working with boundary dates.
 
277
#
 
278
select unix_timestamp(from_unixtime(2147483647));
 
279
select unix_timestamp(from_unixtime(2147483648));
 
280
 
 
281
# check for invalid dates
 
282
 
 
283
# bad year
 
284
select unix_timestamp('2039-01-20 01:00:00');
 
285
select unix_timestamp('1968-01-20 01:00:00');
 
286
# bad month
 
287
select unix_timestamp('2038-02-10 01:00:00');
 
288
select unix_timestamp('1969-11-20 01:00:00');
 
289
# bad day
 
290
select unix_timestamp('2038-01-20 01:00:00');
 
291
select unix_timestamp('1969-12-30 01:00:00');
 
292
 
 
293
#
 
294
# Check negative shift (we subtract several days for boundary dates during
 
295
# conversion).
 
296
select unix_timestamp('2038-01-17 12:00:00');
 
297
 
 
298
#
 
299
# Check positive shift. (it happens only on
 
300
# platfroms with unsigned time_t, such as QNX)
 
301
#
 
302
select unix_timestamp('1970-01-01 03:00:01');
 
303
 
 
304
# check bad date, close to the boundary (we cut them off in the very end)
 
305
select unix_timestamp('2038-01-19 07:14:07');
 
306
 
 
307
#
 
308
# Bug #28759: DAYNAME() and MONTHNAME() return binary string
 
309
#
 
310
 
 
311
SELECT CHARSET(DAYNAME(19700101));
 
312
SELECT CHARSET(MONTHNAME(19700101));
 
313
SELECT LOWER(DAYNAME(19700101));
 
314
SELECT LOWER(MONTHNAME(19700101));
 
315
SELECT COERCIBILITY(MONTHNAME('1970-01-01')),COERCIBILITY(DAYNAME('1970-01-01'));
 
316
 
 
317
#
 
318
# Test types from + INTERVAL
 
319
#
 
320
 
 
321
CREATE TABLE t1 (datetime datetime, timestamp timestamp, date date, time time);
 
322
INSERT INTO t1 values ("2001-01-02 03:04:05", "2002-01-02 03:04:05", "2003-01-02", "06:07:08");
 
323
SELECT * from t1;
 
324
select date_add("1997-12-31",INTERVAL 1 SECOND);
 
325
select date_add("1997-12-31",INTERVAL "1 1" YEAR_MONTH);
 
326
 
 
327
select date_add(datetime, INTERVAL 1 SECOND) from t1;
 
328
select date_add(datetime, INTERVAL 1 YEAR) from t1;
 
329
 
 
330
select date_add(date,INTERVAL 1 SECOND) from t1;
 
331
select date_add(date,INTERVAL 1 MINUTE) from t1;
 
332
select date_add(date,INTERVAL 1 HOUR) from t1;
 
333
select date_add(date,INTERVAL 1 DAY) from t1;
 
334
select date_add(date,INTERVAL 1 MONTH) from t1;
 
335
select date_add(date,INTERVAL 1 YEAR) from t1;
 
336
select date_add(date,INTERVAL "1:1" MINUTE_SECOND) from t1;
 
337
select date_add(date,INTERVAL "1:1" HOUR_MINUTE) from t1;
 
338
select date_add(date,INTERVAL "1:1" DAY_HOUR) from t1;
 
339
select date_add(date,INTERVAL "1 1" YEAR_MONTH) from t1;
 
340
select date_add(date,INTERVAL "1:1:1" HOUR_SECOND) from t1;
 
341
select date_add(date,INTERVAL "1 1:1" DAY_MINUTE) from t1;
 
342
select date_add(date,INTERVAL "1 1:1:1" DAY_SECOND) from t1;
 
343
select date_add(date,INTERVAL "1" WEEK) from t1;
 
344
select date_add(date,INTERVAL "1" QUARTER) from t1;
 
345
select timestampadd(MINUTE, 1, date) from t1;
 
346
select timestampadd(WEEK, 1, date) from t1;
 
347
select timestampadd(SQL_TSI_SECOND, 1, date) from t1;
 
348
# mysqltest.c discards an expected 'deprecated' warning on prepare stage
 
349
--disable_ps_protocol
 
350
select timestampadd(SQL_TSI_FRAC_SECOND, 1, date) from t1;
 
351
--enable_ps_protocol
 
352
 
 
353
select timestampdiff(MONTH, '2001-02-01', '2001-05-01') as a;
 
354
select timestampdiff(YEAR, '2002-05-01', '2001-01-01') as a;
 
355
select timestampdiff(QUARTER, '2002-05-01', '2001-01-01') as a;
 
356
select timestampdiff(MONTH, '2000-03-28', '2000-02-29') as a;
 
357
select timestampdiff(MONTH, '1991-03-28', '2000-02-29') as a;
 
358
select timestampdiff(SQL_TSI_WEEK, '2001-02-01', '2001-05-01') as a;
 
359
select timestampdiff(SQL_TSI_HOUR, '2001-02-01', '2001-05-01') as a;
 
360
select timestampdiff(SQL_TSI_DAY, '2001-02-01', '2001-05-01') as a;
 
361
select timestampdiff(SQL_TSI_MINUTE, '2001-02-01 12:59:59', '2001-05-01 12:58:59') as a;
 
362
select timestampdiff(SQL_TSI_SECOND, '2001-02-01 12:59:59', '2001-05-01 12:58:58') as a;
 
363
# mysqltest.c discards an expected 'deprecated' warning on prepare stage
 
364
--disable_ps_protocol
 
365
select timestampdiff(SQL_TSI_FRAC_SECOND, '2001-02-01 12:59:59.120000', '2001-05-01 12:58:58.119999') as a;
 
366
--enable_ps_protocol
 
367
 
 
368
select timestampdiff(SQL_TSI_DAY, '1986-02-01', '1986-03-01') as a1,
 
369
       timestampdiff(SQL_TSI_DAY, '1900-02-01', '1900-03-01') as a2,
 
370
       timestampdiff(SQL_TSI_DAY, '1996-02-01', '1996-03-01') as a3,
 
371
       timestampdiff(SQL_TSI_DAY, '2000-02-01', '2000-03-01') as a4;
 
372
 
 
373
# bug 16226
 
374
SELECT TIMESTAMPDIFF(day,'2006-01-10 14:30:28','2006-01-11 14:30:27');
 
375
SELECT TIMESTAMPDIFF(day,'2006-01-10 14:30:28','2006-01-11 14:30:28');
 
376
SELECT TIMESTAMPDIFF(day,'2006-01-10 14:30:28','2006-01-11 14:30:29');
 
377
SELECT TIMESTAMPDIFF(day,'2006-01-10 14:30:28','2006-01-12 14:30:27');
 
378
SELECT TIMESTAMPDIFF(day,'2006-01-10 14:30:28','2006-01-12 14:30:28');
 
379
SELECT TIMESTAMPDIFF(day,'2006-01-10 14:30:28','2006-01-12 14:30:29');
 
380
 
 
381
SELECT TIMESTAMPDIFF(week,'2006-01-10 14:30:28','2006-01-17 14:30:27');
 
382
SELECT TIMESTAMPDIFF(week,'2006-01-10 14:30:28','2006-01-17 14:30:28');
 
383
SELECT TIMESTAMPDIFF(week,'2006-01-10 14:30:28','2006-01-17 14:30:29');
 
384
SELECT TIMESTAMPDIFF(week,'2006-01-10 14:30:28','2006-01-24 14:30:27');
 
385
SELECT TIMESTAMPDIFF(week,'2006-01-10 14:30:28','2006-01-24 14:30:28');
 
386
SELECT TIMESTAMPDIFF(week,'2006-01-10 14:30:28','2006-01-24 14:30:29');
 
387
 
 
388
SELECT TIMESTAMPDIFF(month,'2006-01-10 14:30:28','2006-02-10 14:30:27');
 
389
SELECT TIMESTAMPDIFF(month,'2006-01-10 14:30:28','2006-02-10 14:30:28');
 
390
SELECT TIMESTAMPDIFF(month,'2006-01-10 14:30:28','2006-02-10 14:30:29');
 
391
SELECT TIMESTAMPDIFF(month,'2006-01-10 14:30:28','2006-03-10 14:30:27');
 
392
SELECT TIMESTAMPDIFF(month,'2006-01-10 14:30:28','2006-03-10 14:30:28');
 
393
SELECT TIMESTAMPDIFF(month,'2006-01-10 14:30:28','2006-03-10 14:30:29');
 
394
 
 
395
SELECT TIMESTAMPDIFF(year,'2006-01-10 14:30:28','2007-01-10 14:30:27');
 
396
SELECT TIMESTAMPDIFF(year,'2006-01-10 14:30:28','2007-01-10 14:30:28');
 
397
SELECT TIMESTAMPDIFF(year,'2006-01-10 14:30:28','2007-01-10 14:30:29');
 
398
SELECT TIMESTAMPDIFF(year,'2006-01-10 14:30:28','2008-01-10 14:30:27');
 
399
SELECT TIMESTAMPDIFF(year,'2006-01-10 14:30:28','2008-01-10 14:30:28');
 
400
SELECT TIMESTAMPDIFF(year,'2006-01-10 14:30:28','2008-01-10 14:30:29');
 
401
 
 
402
# end of bug
 
403
 
 
404
select date_add(time,INTERVAL 1 SECOND) from t1;
 
405
drop table t1;
 
406
 
 
407
# test for last_day
 
408
select last_day('2000-02-05') as f1, last_day('2002-12-31') as f2,
 
409
       last_day('2003-03-32') as f3, last_day('2003-04-01') as f4,
 
410
       last_day('2001-01-01 01:01:01') as f5, last_day(NULL),
 
411
       last_day('2001-02-12');
 
412
 
 
413
create table t1 select last_day('2000-02-05') as a,
 
414
                from_days(to_days("960101")) as b;
 
415
describe t1;
 
416
select * from t1;
 
417
drop table t1;
 
418
select last_day('2000-02-05') as a,
 
419
       from_days(to_days("960101")) as b;
 
420
 
 
421
select date_add(last_day("1997-12-1"), INTERVAL 1 DAY);
 
422
select length(last_day("1997-12-1"));
 
423
select last_day("1997-12-1")+0;
 
424
select last_day("1997-12-1")+0.0;
 
425
 
 
426
# Test SAPDB UTC_% functions. This part is TZ dependant (It is supposed that
 
427
# TZ variable set to GMT-3
 
428
 
 
429
select strcmp(date_sub(localtimestamp(), interval 3 hour), utc_timestamp())=0;
 
430
select strcmp(date_format(date_sub(localtimestamp(), interval 3 hour),"%T"), utc_time())=0;
 
431
select strcmp(date_format(date_sub(localtimestamp(), interval 3 hour),"%Y-%m-%d"), utc_date())=0;
 
432
select strcmp(date_format(utc_timestamp(),"%T"), utc_time())=0;
 
433
select strcmp(date_format(utc_timestamp(),"%Y-%m-%d"), utc_date())=0;
 
434
select strcmp(concat(utc_date(),' ',utc_time()),utc_timestamp())=0;
 
435
 
 
436
explain extended select period_add("9602",-12),period_diff(199505,"9404"),from_days(to_days("960101")),dayofmonth("1997-01-02"), month("1997-01-02"), monthname("1972-03-04"),dayofyear("0000-00-00"),HOUR("1997-03-03 23:03:22"),MINUTE("23:03:22"),SECOND(230322),QUARTER(980303),WEEK("1998-03-03"),yearweek("2000-01-01",1),week(19950101,1),year("98-02-03"),weekday(curdate())-weekday(now()),dayname("1962-03-03"),unix_timestamp(),sec_to_time(time_to_sec("0:30:47")/6.21),curtime(),utc_time(),curdate(),utc_date(),utc_timestamp(),date_format("1997-01-02 03:04:05", "%M %W %D %Y %y %m %d %h %i %s %w"),from_unixtime(unix_timestamp("1994-03-02 10:11:12")),"1997-12-31 23:59:59" + INTERVAL 1 SECOND,"1998-01-01 00:00:00" - INTERVAL 1 SECOND,INTERVAL 1 DAY + "1997-12-31", extract(YEAR FROM "1999-01-02 10:11:12"),date_add("1997-12-31 23:59:59",INTERVAL 1 SECOND);
 
437
 
 
438
SET @TMP='2007-08-01 12:22:49';
 
439
CREATE TABLE t1 (d DATETIME);
 
440
INSERT INTO t1 VALUES ('2007-08-01 12:22:59');
 
441
INSERT INTO t1 VALUES ('2007-08-01 12:23:01');
 
442
INSERT INTO t1 VALUES ('2007-08-01 12:23:20');
 
443
SELECT count(*) FROM t1 WHERE d>FROM_DAYS(TO_DAYS(@TMP)) AND d<=FROM_DAYS(TO_DAYS(@TMP)+1);
 
444
DROP TABLE t1;
 
445
 
 
446
#
 
447
# Bug #10568
 
448
#
 
449
 
 
450
select last_day('2005-00-00');
 
451
select last_day('2005-00-01');
 
452
select last_day('2005-01-00');
 
453
 
 
454
#
 
455
# Bug #18501: monthname and NULLs
 
456
#
 
457
 
 
458
select monthname(str_to_date(null, '%m')), monthname(str_to_date(null, '%m')),
 
459
       monthname(str_to_date(1, '%m')), monthname(str_to_date(0, '%m'));
 
460
 
 
461
#
 
462
# Bug #16327: problem with timestamp < 1970
 
463
#
 
464
 
 
465
set time_zone='-6:00';
 
466
create table t1(a timestamp);
 
467
insert into t1 values (19691231190001);
 
468
select * from t1;
 
469
drop table t1;
 
470
 
 
471
#
 
472
# Bug#16377 result of DATE/TIME functions were compared as strings which
 
473
#           can lead to a wrong result.
 
474
# Now wrong dates should be compared only with CAST()
 
475
create table t1(f1 date, f2 time, f3 datetime);
 
476
insert into t1 values ("2006-01-01", "12:01:01", "2006-01-01 12:01:01");
 
477
insert into t1 values ("2006-01-02", "12:01:02", "2006-01-02 12:01:02");
 
478
select f1 from t1 where f1 between CAST("2006-1-1" as date) and CAST(20060101 as date);
 
479
select f1 from t1 where f1 between cast("2006-1-1" as date) and cast("2006.1.1" as date);
 
480
select f1 from t1 where date(f1) between cast("2006-1-1" as date) and cast("2006.1.1" as date);
 
481
select f2 from t1 where f2 between cast("12:1:2" as time) and cast("12:2:2" as time);
 
482
select f2 from t1 where time(f2) between cast("12:1:2" as time) and cast("12:2:2" as time);
 
483
select f3 from t1 where f3 between cast("2006-1-1 12:1:1" as datetime) and cast("2006-1-1 12:1:2" as datetime);
 
484
select f3 from t1 where timestamp(f3) between cast("2006-1-1 12:1:1" as datetime) and cast("2006-1-1 12:1:2" as datetime);
 
485
select f1 from t1 where cast("2006-1-1" as date) between f1 and f3;
 
486
select f1 from t1 where cast("2006-1-1" as date) between date(f1) and date(f3);
 
487
select f1 from t1 where cast("2006-1-1" as date) between f1 and cast('zzz' as date);
 
488
select f1 from t1 where makedate(2006,1) between date(f1) and date(f3);
 
489
select f1 from t1 where makedate(2006,2) between date(f1) and date(f3);
 
490
drop table t1;
 
491
 
 
492
#
 
493
# Bug #16546
 
494
 
495
 
 
496
create table t1 select now() - now(), curtime() - curtime(), 
 
497
                       sec_to_time(1) + 0, from_unixtime(1) + 0;
 
498
show create table t1;
 
499
drop table t1;
 
500
 
 
501
#
 
502
# Bug #11655: Wrong time is returning from nested selects - maximum time exists
 
503
#
 
504
# check if SEC_TO_TIME() handles out-of-range values correctly
 
505
SELECT SEC_TO_TIME(3300000);
 
506
SELECT SEC_TO_TIME(3300000)+0;
 
507
SELECT SEC_TO_TIME(3600 * 4294967296);
 
508
 
 
509
# check if TIME_TO_SEC() handles out-of-range values correctly
 
510
SELECT TIME_TO_SEC('916:40:00');
 
511
 
 
512
# check if ADDTIME() handles out-of-range values correctly
 
513
SELECT ADDTIME('500:00:00', '416:40:00');
 
514
SELECT ADDTIME('916:40:00', '416:40:00');
 
515
 
 
516
# check if SUBTIME() handles out-of-range values correctly
 
517
SELECT SUBTIME('916:40:00', '416:40:00');
 
518
SELECT SUBTIME('-916:40:00', '416:40:00');
 
519
 
 
520
# check if MAKETIME() handles out-of-range values correctly
 
521
SELECT MAKETIME(916,0,0);
 
522
SELECT MAKETIME(4294967296, 0, 0);
 
523
SELECT MAKETIME(-4294967296, 0, 0);
 
524
SELECT MAKETIME(0, 4294967296, 0);
 
525
SELECT MAKETIME(0, 0, 4294967296);
 
526
SELECT MAKETIME(CAST(-1 AS UNSIGNED), 0, 0);
 
527
 
 
528
# check if EXTRACT() handles out-of-range values correctly
 
529
SELECT EXTRACT(HOUR FROM '100000:02:03');
 
530
 
 
531
# check if we get proper warnings if both input string truncation
 
532
# and out-of-range value occur
 
533
CREATE TABLE t1(f1 TIME);
 
534
INSERT INTO t1 VALUES('916:00:00 a');
 
535
SELECT * FROM t1;
 
536
DROP TABLE t1;
 
537
 
 
538
#
 
539
# Bug #20927: sec_to_time treats big unsigned as signed
 
540
#
 
541
# check if SEC_TO_TIME() handles BIGINT UNSIGNED values correctly
 
542
SELECT SEC_TO_TIME(CAST(-1 AS UNSIGNED));
 
543
 
 
544
#
 
545
# 21913: DATE_FORMAT() Crashes mysql server if I use it through
 
546
#        mysql-connector-j driver.
 
547
#
 
548
 
 
549
SET NAMES latin1;
 
550
SET character_set_results = NULL;
 
551
SHOW VARIABLES LIKE 'character_set_results';
 
552
 
 
553
CREATE TABLE testBug8868 (field1 DATE, field2 VARCHAR(32) CHARACTER SET BINARY);
 
554
INSERT INTO testBug8868 VALUES ('2006-09-04', 'abcd');
 
555
 
 
556
SELECT DATE_FORMAT(field1,'%b-%e %l:%i%p') as fmtddate, field2 FROM testBug8868;
 
557
 
 
558
DROP TABLE testBug8868;
 
559
 
 
560
SET NAMES DEFAULT;
 
561
 
 
562
#
 
563
# Bug #31160: MAKETIME() crashes server when returning NULL in ORDER BY using 
 
564
# filesort
 
565
#
 
566
CREATE TABLE t1 (
 
567
  a TIMESTAMP
 
568
);
 
569
INSERT INTO t1 VALUES (now()), (now());
 
570
SELECT 1 FROM t1 ORDER BY MAKETIME(1, 1, a);
 
571
DROP TABLE t1;
 
572
#
 
573
# Bug #19844 time_format in Union truncates values
 
574
#
 
575
 
 
576
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 DAY)),'%H') As H)
 
577
union
 
578
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 DAY)),'%H') As H);
 
579
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 DAY)),'%k') As H)
 
580
union
 
581
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 DAY)),'%k') As H);
 
582
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 HOUR)),'%H') As H)
 
583
union
 
584
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 HOUR)),'%H') As H);
 
585
 
 
586
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 HOUR)),'%k') As H)
 
587
union
 
588
(select time_format(timediff(now(), DATE_SUB(now(),INTERVAL 5 HOUR)),'%k') As H);
 
589
 
 
590
#
 
591
# Bug #23653: crash if last_day('0000-00-00')
 
592
#
 
593
 
 
594
select last_day('0000-00-00');
 
595
 
 
596
#
 
597
# Bug 23616: datetime functions with double argumets
 
598
#
 
599
 
 
600
select isnull(week(now() + 0)), isnull(week(now() + 0.2)),
 
601
  week(20061108), week(20061108.01), week(20061108085411.000002);
 
602
 
 
603
--echo End of 4.1 tests
 
604
 
 
605
explain extended select timestampdiff(SQL_TSI_WEEK, '2001-02-01', '2001-05-01') as a1,
 
606
                        timestampdiff(SQL_TSI_FRAC_SECOND, '2001-02-01 12:59:59.120000', '2001-05-01 12:58:58.119999') as a2;
 
607
 
 
608
#
 
609
# Bug #10590: %h, %I, and %l format specifies should all return results in
 
610
# the 0-11 range
 
611
#
 
612
select time_format('100:00:00', '%H %k %h %I %l');
 
613
 
 
614
#
 
615
# Bug #12562: Make SYSDATE behave like it does in Oracle: always the current
 
616
#             time, regardless of magic to make NOW() always the same for the
 
617
#             entirety of a statement.
 
618
SET @old_log_bin_trust_function_creators= @@global.log_bin_trust_function_creators;
 
619
SET GLOBAL log_bin_trust_function_creators = 1;
 
620
 
 
621
create table t1 (a timestamp default '2005-05-05 01:01:01',
 
622
                 b timestamp default '2005-05-05 01:01:01');
 
623
delimiter //;
 
624
drop function if exists t_slow_sysdate;
 
625
create function t_slow_sysdate() returns timestamp
 
626
begin
 
627
  do sleep(2);
 
628
  return sysdate();
 
629
end;
 
630
//
 
631
 
 
632
insert into t1 set a = sysdate(), b = t_slow_sysdate();//
 
633
 
 
634
create trigger t_before before insert on t1
 
635
for each row begin
 
636
  set new.b = t_slow_sysdate();
 
637
end
 
638
//
 
639
 
 
640
delimiter ;//
 
641
 
 
642
insert into t1 set a = sysdate();
 
643
 
 
644
select a != b from t1;
 
645
 
 
646
drop trigger t_before;
 
647
drop function t_slow_sysdate;
 
648
drop table t1;
 
649
 
 
650
SET GLOBAL log_bin_trust_function_creators = 0;
 
651
 
 
652
create table t1 (a datetime, i int, b datetime);
 
653
insert into t1 select sysdate(), sleep(1), sysdate() from dual;
 
654
select a != b from t1;
 
655
drop table t1;
 
656
 
 
657
delimiter //;
 
658
create procedure t_sysdate()
 
659
begin
 
660
  select sysdate() into @a;
 
661
  do sleep(2);
 
662
  select sysdate() into @b;
 
663
  select @a != @b;
 
664
end;
 
665
//
 
666
delimiter ;//
 
667
call t_sysdate();
 
668
drop procedure t_sysdate;
 
669
SET @@global.log_bin_trust_function_creators= @old_log_bin_trust_function_creators;
 
670
 
 
671
#
 
672
# Bug #13534: timestampdiff() returned incorrect results across leap years
 
673
#
 
674
select timestampdiff(month,'2004-09-11','2004-09-11');
 
675
select timestampdiff(month,'2004-09-11','2005-09-11');
 
676
select timestampdiff(month,'2004-09-11','2006-09-11');
 
677
select timestampdiff(month,'2004-09-11','2007-09-11');
 
678
select timestampdiff(month,'2005-09-11','2004-09-11');
 
679
select timestampdiff(month,'2005-09-11','2003-09-11');
 
680
 
 
681
select timestampdiff(month,'2004-02-28','2005-02-28');
 
682
select timestampdiff(month,'2004-02-29','2005-02-28');
 
683
select timestampdiff(month,'2004-02-28','2005-02-28');
 
684
select timestampdiff(month,'2004-03-29','2005-03-28');
 
685
select timestampdiff(month,'2003-02-28','2004-02-29');
 
686
select timestampdiff(month,'2003-02-28','2005-02-28');
 
687
 
 
688
select timestampdiff(month,'1999-09-11','2001-10-10');
 
689
select timestampdiff(month,'1999-09-11','2001-9-11');
 
690
 
 
691
select timestampdiff(year,'1999-09-11','2001-9-11');
 
692
select timestampdiff(year,'2004-02-28','2005-02-28');
 
693
select timestampdiff(year,'2004-02-29','2005-02-28');
 
694
 
 
695
#
 
696
# Bug #18618: BETWEEN for dates with the second argument being a constant
 
697
#             expression and the first and the third arguments being fields 
 
698
#
 
699
 
 
700
CREATE TABLE t1 (id int NOT NULL PRIMARY KEY, day date);
 
701
CREATE TABLE t2 (id int NOT NULL PRIMARY KEY, day date);
 
702
 
 
703
INSERT INTO t1 VALUES
 
704
  (1, '2005-06-01'), (2, '2005-02-01'), (3, '2005-07-01');
 
705
INSERT INTO t2 VALUES
 
706
  (1, '2005-08-01'), (2, '2005-06-15'), (3, '2005-07-15');
 
707
 
 
708
SELECT * FROM t1, t2 
 
709
  WHERE t1.day BETWEEN 
 
710
               '2005.09.01' - INTERVAL 6 MONTH AND t2.day;
 
711
SELECT * FROM t1, t2 
 
712
  WHERE CAST(t1.day AS DATE) BETWEEN 
 
713
                             '2005.09.01' - INTERVAL 6 MONTH AND t2.day;
 
714
 
 
715
DROP TABLE t1,t2;
 
716
 
 
717
 
 
718
# Restore timezone to default
 
719
set time_zone= @@global.time_zone;
 
720
 
 
721
#
 
722
# Bug #22229: bug in DATE_ADD()
 
723
#
 
724
 
 
725
select str_to_date('10:00 PM', '%h:%i %p') + INTERVAL 10 MINUTE;
 
726
 
 
727
#
 
728
# Bug #21103: DATE column not compared as DATE
 
729
#
 
730
 
 
731
create table t1 (field DATE);
 
732
insert into t1 values ('2006-11-06');
 
733
select * from t1 where field < '2006-11-06 04:08:36.0'; 
 
734
select * from t1 where field = '2006-11-06 04:08:36.0'; 
 
735
select * from t1 where field = '2006-11-06'; 
 
736
select * from t1 where CAST(field as DATETIME) < '2006-11-06 04:08:36.0';
 
737
select * from t1 where CAST(field as DATE) < '2006-11-06 04:08:36.0';
 
738
drop table t1;
 
739
 
 
740
#
 
741
# Bug #25643: SEC_TO_TIME function problem
 
742
#
 
743
CREATE TABLE t1 (a int, t1 time, t2 time, d date, PRIMARY KEY  (a));
 
744
INSERT INTO t1 VALUES (1, '10:00:00', NULL, NULL), 
 
745
       (2, '11:00:00', '11:15:00', '1972-02-06');
 
746
SELECT t1, t2, SEC_TO_TIME( TIME_TO_SEC( t2 ) - TIME_TO_SEC( t1 ) ), QUARTER(d) 
 
747
  FROM t1;
 
748
SELECT t1, t2, SEC_TO_TIME( TIME_TO_SEC( t2 ) - TIME_TO_SEC( t1 ) ), QUARTER(d)
 
749
  FROM t1 ORDER BY a DESC;
 
750
DROP TABLE t1;
 
751
 
 
752
#
 
753
# Bug #20293: group by cuts off value from time_format
 
754
#
 
755
# Check if using GROUP BY with TIME_FORMAT() produces correct results
 
756
 
 
757
SELECT TIME_FORMAT(SEC_TO_TIME(a),"%H:%i:%s") FROM (SELECT 3020399 AS a UNION SELECT 3020398 ) x GROUP BY 1;
 
758
 
 
759
#
 
760
# Bug#28875 Conversion between ASCII and LATIN1 charsets does not function
 
761
#
 
762
set names latin1;
 
763
create table t1 (a varchar(15) character set ascii not null);
 
764
insert into t1 values ('070514-000000');
 
765
# Conversion of date_format() result to ASCII
 
766
# is safe with the default locale en_US
 
767
--replace_column 1 #
 
768
select concat(a,ifnull(min(date_format(now(), '%Y-%m-%d')),' ull')) from t1;
 
769
# Error for swe7: it is not ASCII compatible
 
770
set names swe7;
 
771
--error 1267
 
772
select concat(a,ifnull(min(date_format(now(), '%Y-%m-%d')),' ull')) from t1;
 
773
set names latin1;
 
774
# Conversion of date_format() result to ASCII
 
775
# is not safe with the non-default locale fr_FR
 
776
# because month and day names can have accented characters
 
777
set lc_time_names=fr_FR;
 
778
--error 1267
 
779
select concat(a,ifnull(min(date_format(now(), '%Y-%m-%d')),' ull')) from t1;
 
780
set lc_time_names=en_US;
 
781
drop table t1;
 
782
 
 
783
#
 
784
# Bug#32180: DATE_ADD treats datetime numeric argument as DATE
 
785
#            instead of DATETIME
 
786
#
 
787
 
 
788
select DATE_ADD('20071108181000', INTERVAL 1 DAY);
 
789
select DATE_ADD(20071108181000,   INTERVAL 1 DAY);
 
790
select DATE_ADD('20071108',       INTERVAL 1 DAY);
 
791
select DATE_ADD(20071108,         INTERVAL 1 DAY);
 
792
 
 
793
#
 
794
# Bug#32770: LAST_DAY() returns a DATE, but somehow internally keeps
 
795
#            track of the TIME.
 
796
#
 
797
 
 
798
select LAST_DAY('2007-12-06 08:59:19.05') - INTERVAL 1 SECOND;
 
799
 
 
800
#
 
801
# Bug#33834: FRAC_SECOND: Applicability not clear in documentation
 
802
#
 
803
# Show that he use of FRAC_SECOND, for anything other than
 
804
# TIMESTAMPADD / TIMESTAMPDIFF, is a server error.
 
805
 
 
806
# mysqltest.c discards an expected 'deprecated' warning on prepare stage
 
807
--disable_ps_protocol
 
808
SELECT TIMESTAMPADD(FRAC_SECOND, 1, '2008-02-18');
 
809
SELECT TIMESTAMPDIFF(FRAC_SECOND, '2008-02-17', '2008-02-18');
 
810
--enable_ps_protocol
 
811
 
 
812
--error ER_PARSE_ERROR
 
813
SELECT DATE_ADD('2008-02-18', INTERVAL 1 FRAC_SECOND);
 
814
--error ER_PARSE_ERROR
 
815
SELECT DATE_SUB('2008-02-18', INTERVAL 1 FRAC_SECOND);
 
816
 
 
817
--error ER_PARSE_ERROR
 
818
SELECT '2008-02-18' + INTERVAL 1 FRAC_SECOND;
 
819
--error ER_PARSE_ERROR
 
820
SELECT '2008-02-18' - INTERVAL 1 FRAC_SECOND;
 
821
 
 
822
--echo End of 5.0 tests
 
823
 
 
824
#
 
825
# Bug #18997
 
826
#
 
827
 
 
828
select date_sub("0050-01-01 00:00:01",INTERVAL 2 SECOND);
 
829
select date_sub("0199-01-01 00:00:01",INTERVAL 2 SECOND);
 
830
select date_add("0199-12-31 23:59:59",INTERVAL 2 SECOND);
 
831
select date_sub("0200-01-01 00:00:01",INTERVAL 2 SECOND);
 
832
select date_sub("0200-01-01 00:00:01",INTERVAL 1 SECOND);
 
833
select date_sub("0200-01-01 00:00:01",INTERVAL 2 SECOND);
 
834
select date_add("2001-01-01 23:59:59",INTERVAL -2000 YEAR);
 
835
select date_sub("50-01-01 00:00:01",INTERVAL 2 SECOND);
 
836
select date_sub("90-01-01 00:00:01",INTERVAL 2 SECOND);
 
837
select date_sub("0069-01-01 00:00:01",INTERVAL 2 SECOND);
 
838
select date_sub("0169-01-01 00:00:01",INTERVAL 2 SECOND);
 
839
 
 
840
 
 
841
--echo End of 5.1 tests