test_Check_the_default_config_of_the_changes.golden 2.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
online-dsn:
  user: online-test
  password: '********'
  net: tcp
  addr: 192.168.12.200:3307
  schema: information_schema
  charset: utf8mb4
  collation: utf8mb4_general_ci
  loc: GMT
  tls: dsfsfdsf
  server-public-key: AAAAB3NzaC1yc2EAAAADAQABAAABAQC0JFhoEgrl5/51UHlIIlfWwhiJLR/EEeF8enGnY0PnAldLQ8STdWD8Um2BUtVjgE9COl1X3mN4vMvnSm8A6aPn66enHn0hKzwh1GvcuZNTPgeaZyGKWG0kcvbziUjAPsxxvRvvoaUspSkRYAP/9vpq3SImJKuIHCPfjnGMurKV1n7W/QfpmNjUEwYOswDjL1Ik6Jy6Lrzf8T0hQEy+dYoV4zNM0HcROCXFuu1LyG+WTch3FW660BecNT8+c4sVTHuUMXgGot8OUtwgfXrt5ZL5as7cuyKiWsLVrtrtvL3T0ZHlV8qxQ3DT1gqjSw6jBOzyDOx3jwthAbdsWjyK4Oqp
12
  max-allowed-packet: 419437
13 14
  params:
    charset: utf8mb4
martianzhang's avatar
martianzhang 已提交
15 16 17
  timeout: 60s
  read-timeout: 70s
  write-timeout: 80s
18 19 20 21 22 23 24 25 26 27 28 29 30 31
  allow-native-passwords: false
  allow-old-passwords: true
  disable: false
test-dsn:
  user: test-user
  password: '********'
  net: tcp
  addr: 192.168.12.34:3309
  schema: information_schema
  charset: utf8mb4
  collation: utf8mb4_general_ci
  loc: GMT
  tls: aabbbaa
  server-public-key: this is a tset serverpublic
32
  max-allowed-packet: 4194309
33 34
  params:
    charset: utf8mb4
martianzhang's avatar
martianzhang 已提交
35 36 37
  timeout: 50s
  read-timeout: 40s
  write-timeout: 30s
38 39 40 41
  allow-native-passwords: false
  allow-old-passwords: true
  disable: false
allow-online-as-test: true
42
disable-version-check: false
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
drop-test-temporary: false
cleanup-test-database: true
only-syntax-check: true
sampling-statistic-target: 110
sampling: true
sampling-condition: aaa
profiling: true
trace: true
explain: false
delimiter: ;
log-level: 3
log-output: /dev/null
report-type: html
report-css: sdfs
report-javascript: sdfsd
report-title: SQL优化分析报告-test
markdown-extensions: 92
markdown-html-flags: 10
ignore-rules:
- COL.012
rewrite-rules:
- delimiter
- orderbynull
- groupbyconst
- dmlorderby
- having
- star2columns
- insertcolumns
- distinctstar
blacklist: /tmp/blacklist
max-join-table-count: 12
max-group-by-cols-count: 15
max-distinct-count: 7
max-index-cols-count: 2
max-text-cols-count: 3
max-total-rows: 9999991
max-query-cost: 9992
spaghetti-query-length: 2041
allow-drop-index: true
max-in-count: 101
max-index-bytes-percolumn: 762
max-index-bytes: 3073
allow-charsets:
- utf8
- utf8mb4
allow-collates: []
allow-engines:
- innodb
- tokudb
max-index-count: 12
max-column-count: 41
max-value-count: 102
index-prefix: idx_
unique-key-prefix: uk_
max-subquery-depth: 6
max-varchar-length: 1022
column-not-allow-type:
- boolean
min-cardinality: 2
explain-sql-report-type: pretty
explain-type: extended
explain-format: traditional
explain-warn-select-type:
- ""
explain-warn-access-type:
- ALL
explain-max-keys: 31
explain-min-keys: 10
explain-max-rows: 10002
explain-warn-extra:
- Using temporary
- Using filesort
explain-max-filtered: 120
explain-warn-scalability:
- O(log(n))
show-warnings: true
show-last-query-cost: true
query: ""
list-heuristic-rules: true
list-rewrite-rules: true
list-test-sqls: true
list-report-types: true
verbose: true
dry-run: false
max-pretty-sql-length: 1022