summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2003-06-03 18:45:07 -0700
committerunknown <venu@myvenu.com>2003-06-03 18:45:07 -0700
commitfc59ec4eddbd4f6f518795dcd231b5343234350f (patch)
tree6c667c83f599e122fe20111ffc01bf244d774111 /include/config-win.h
parentda9bf1dec30f9d1cda414d0a96ca93c11b1a77e7 (diff)
downloadmariadb-git-fc59ec4eddbd4f6f518795dcd231b5343234350f.tar.gz
Windows build fixups with the latest source
sql/item_cmpfunc.cc: Remove unused variables sql/mysqld.cc: fix the defination as this is different from the prototype (cl compiler failed) sql/sql_insert.cc: fix the windows error (without cast) sql/sql_show.cc: Remove unused variables include/config-win.h: Fix for Windows build to go (charsets + collation default defs) VC++Files/client/mysqlclient.dsp: Take care of newly added/removed files VC++Files/libmysql/libmysql.dsp: Take care of newly added/removed files VC++Files/sql/mysqld.dsp: Take care of newly added/removed files
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h
index b0a30353196..d76233c39f2 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -333,3 +333,5 @@ inline double ulonglong2double(ulonglong value)
#define shared_memory_buffer_length 16000
#define default_shared_memory_base_name "MYSQL"
+#define MYSQL_DEFAULT_CHARSET_NAME "latin1"
+#define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"