summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorrburnett@build.mysql.com <>2004-08-19 22:40:31 +0200
committerrburnett@build.mysql.com <>2004-08-19 22:40:31 +0200
commitd3e6b5c3ade1592360106e27b5c9c48be3b57196 (patch)
treecd70fc2de13f8f24b38cd686651e30ec81729684 /sql
parent2d7f4c30a738b089da6676a12f50b7c88fa7c2b3 (diff)
downloadmariadb-git-d3e6b5c3ade1592360106e27b5c9c48be3b57196.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
Diffstat (limited to 'sql')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 9ada2fba164..b269f8bec3e 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -827,7 +827,6 @@ extern Gt_creator gt_creator;
extern Lt_creator lt_creator;
extern Ge_creator ge_creator;
extern Le_creator le_creator;
-extern uchar days_in_month[];
extern char language[LIBLEN],reg_ext[FN_EXTLEN];
extern char glob_hostname[FN_REFLEN], mysql_home[FN_REFLEN];
extern char pidfile_name[FN_REFLEN], system_time_zone[30], *opt_init_file;