~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/include/windows_sys_vars.inc

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file contains default,min and max values for sys variables for windows
 
3
#
 
4
 
 
5
--disable_query_log
 
6
 
 
7
SET @default_flush_time = 1800;
 
8
SET @min_flush_time = 0;
 
9
#SET @max_flush_time = 0;
 
10
 
 
11
SET @default_key_buffer_size= 131072;
 
12
 
 
13
#SET @default_join_buffer_size = 131072;
 
14
#SET @min_join_buffer_size = 8200;
 
15
#SET @max_join_buffer_size = 4294967295;
 
16
 
 
17
SET @default_max_join_size = 4294967295;
 
18
SET @min_max_join_size = 1;
 
19
SET @max_max_join_size = 4294967295;
 
20
 
 
21
SET @default_sql_max_join_size = 4294967295;
 
22
SET @min_sql_max_join_size = 1;
 
23
SET @max_sql_max_join_size = 4294967295;
 
24
 
 
25
SET @default_sql_select_limit = 4294967295;
 
26
SET @min_sql_select_limit = 0;
 
27
SET @max_sql_select_limit = 4294967295;
 
28
 
 
29
let $default_wait_timeout = 28800;
 
30
let $min_wait_timeout = 1;
 
31
let $max_wait_timeout = 2147483;
 
32
 
 
33
--enable_query_log