1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Windows build fixups with the latest source

This commit is contained in:
venu@myvenu.com
2003-06-03 18:45:07 -07:00
parent e436736d29
commit 27469ec8b9
8 changed files with 16 additions and 18 deletions

View File

@ -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"