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

Portability fixes

This commit is contained in:
monty@narttu.mysql.fi
2003-02-28 13:27:48 +02:00
parent a67c7ebcf7
commit a0148ee657
2 changed files with 2 additions and 2 deletions

View File

@ -324,4 +324,4 @@ inline double ulonglong2double(ulonglong value)
#define statistic_increment(V,L) thread_safe_increment((V),(L))
#define shared_memory_buffer_length 16000
#define default_shared_memory_base_name "MYSQL";
#define default_shared_memory_base_name "MYSQL"