1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Make --lower-case-table-names default on MacOSX

This commit is contained in:
monty@mashka.mysql.fi
2002-12-14 12:25:33 +02:00
parent 4886a2340b
commit 00e005cbdb
2 changed files with 10 additions and 5 deletions

View File

@ -2976,7 +2976,12 @@ CHANGEABLE_VAR changeable_vars[] = {
{ "long_query_time", (long*) &long_query_time,
10, 1, LONG_TIMEOUT, 0, 1 },
{ "lower_case_table_names", (long*) &lower_case_table_names,
IF_WIN(1,0), 0, 1, 0, 1 },
#ifdef FN_NO_CASE_SENCE
1
#else
0
#endif
,0, 1, 0, 1 },
{ "max_allowed_packet", (long*) &max_allowed_packet,
1024*1024L, 80, 64*1024*1024L, MALLOC_OVERHEAD, 1024 },
{ "max_binlog_cache_size", (long*) &max_binlog_cache_size,