Fixing double definition of dbWaitTimeout
This commit is contained in:
@ -17,7 +17,7 @@ tmp_table_size = %%dbTmpTableSize
|
||||
max_heap_table_size = %%dbTmpTableSize
|
||||
max_allowed_packet = %%{dbMaxAllowedPacket}M
|
||||
|
||||
wait_timeout = %%{dbWaitTimeout}
|
||||
wait_timeout = %%dbWaitTimeout
|
||||
interactive_timeout = %%{dbInteractiveTimeout}
|
||||
|
||||
%if %%dbEnableSlowQueryLogs == "oui"
|
||||
@ -26,5 +26,4 @@ slow-query-log-file = %%getVar('dbSlowQueryLogFile')
|
||||
long_query_time = %%getVar('dbSlowQueryLogTime')
|
||||
%end if
|
||||
|
||||
wait_timeout = %%dbWaitTimeout
|
||||
|
||||
|
Reference in New Issue
Block a user