Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 709812
Collapse All | Expand All

(-)a/src/server/storage/mysql-global.conf (-9 lines)
Lines 61-69 Link Here
61
# # error log file name, relative to datadir (default:hostname.err)
61
# # error log file name, relative to datadir (default:hostname.err)
62
log_error=mysql.err
62
log_error=mysql.err
63
63
64
# print warnings and connection errors (default:1)
65
log_warnings=2
66
67
# Convert table named to lowercase
64
# Convert table named to lowercase
68
lower_case_table_names=1
65
lower_case_table_names=1
69
66
Lines 76-87 Link Here
76
# The two options below make no sense with prepared statements and/or transactions
73
# The two options below make no sense with prepared statements and/or transactions
77
# (make sense when having the same query multiple times)
74
# (make sense when having the same query multiple times)
78
75
79
# Memory allocated for caching query results (default:0 (disabled))
80
query_cache_size=0
81
82
# Do not cache results (default:1)
83
query_cache_type=0
84
85
# Do not use the privileges mechanisms
76
# Do not use the privileges mechanisms
86
skip_grant_tables
77
skip_grant_tables
87
78

Return to bug 709812