summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2006-11-27 21:45:16 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2006-11-27 21:45:16 +0100
commit048dfce072bb515f0e1e9bad30697246a1e107a9 (patch)
treec158b10ebdd3c5772e60cfbcc0aa949373ccc103 /sql-common
parent880b3d84d110a24ecb1fb7e053334f45d43b7210 (diff)
parente9c502b3995c2e8dd0b5c3fb878e371a548989ba (diff)
downloadmariadb-git-048dfce072bb515f0e1e9bad30697246a1e107a9.tar.gz
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/kent/bk/mysql-5.0-merge sql-common/my_time.c: Auto merged
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/my_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/my_time.c b/sql-common/my_time.c
index fb27fb74872..efef1d98673 100644
--- a/sql-common/my_time.c
+++ b/sql-common/my_time.c
@@ -780,7 +780,7 @@ long calc_daynr(uint year,uint month,uint day)
*/
my_time_t
my_system_gmt_sec(const MYSQL_TIME *t_src, long *my_timezone,
- bool *in_dst_time_gap)
+ my_bool *in_dst_time_gap)
{
uint loop;
time_t tmp= 0;