1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix bug with shared memory's variables

This commit is contained in:
wax@mysql.com
2003-01-04 20:33:17 +05:00
parent 7c82789929
commit e4b9df7ba5
2 changed files with 4 additions and 2 deletions

View File

@ -345,8 +345,8 @@ arg_cmp_func Arg_comparator::comparator_matrix[4][2] =
{&Arg_comparator::compare_int, &Arg_comparator::compare_e_int},
{&Arg_comparator::compare_row, &Arg_comparator::compare_e_row}};
#ifdef HAVE_SMEM
static char *shared_memory_base_name=default_shared_memory_base_name;
static bool opt_enable_shared_memory = 0;
char *shared_memory_base_name=default_shared_memory_base_name;
bool opt_enable_shared_memory = 0;
#endif
volatile ulong cached_thread_count=0;