diff options
author | unknown <rburnett@build.mysql.com> | 2004-08-19 22:40:31 +0200 |
---|---|---|
committer | unknown <rburnett@build.mysql.com> | 2004-08-19 22:40:31 +0200 |
commit | 25d8db7c3b7f8dabb88648311bef1458d0949da7 (patch) | |
tree | cd70fc2de13f8f24b38cd686651e30ec81729684 /include | |
parent | f58750addd68980e86a6c0043b0c87a3ca655de2 (diff) | |
download | mariadb-git-25d8db7c3b7f8dabb88648311bef1458d0949da7.tar.gz |
This fixes a Windows build failure. How did this build on Linux?
logging_ok:
Logging to logging@openlogging.org accepted
mysql_priv.h, my_time.h:
Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
include/my_time.h:
Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
sql/mysql_priv.h:
Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'include')
-rw-r--r-- | include/my_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_time.h b/include/my_time.h index 1c549ced6b0..6c53e39d1d8 100644 --- a/include/my_time.h +++ b/include/my_time.h @@ -27,6 +27,7 @@ C_MODE_START extern ulonglong log_10_int[20]; +extern uchar days_in_month[]; /* Portable time_t replacement. |