diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-01-26 04:35:54 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-01-26 04:35:54 +0100 |
commit | 57b6cb39aa268a49ad05f86025386ddde6516670 (patch) | |
tree | f42cc3ac4dfd9b7d45b57c3126b19755e604ec62 /mysql-test/r/mysqld--help-notwin.result | |
parent | 7ed6530a066ab1e1659c39ee614e503462d8d403 (diff) | |
download | mariadb-git-57b6cb39aa268a49ad05f86025386ddde6516670.tar.gz |
Further review points and simplify Windows implementation
Diffstat (limited to 'mysql-test/r/mysqld--help-notwin.result')
-rw-r--r-- | mysql-test/r/mysqld--help-notwin.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/mysqld--help-notwin.result b/mysql-test/r/mysqld--help-notwin.result index 2badf5e5d09..94d7465d39b 100644 --- a/mysql-test/r/mysqld--help-notwin.result +++ b/mysql-test/r/mysqld--help-notwin.result @@ -934,7 +934,7 @@ lower-case-table-names 1 master-info-file master.info master-retry-count 86400 master-verify-checksum FALSE -max-allowed-packet 8388608 +max-allowed-packet 1048576 max-binlog-cache-size 18446744073709547520 max-binlog-size 1073741824 max-binlog-stmt-cache-size 18446744073709547520 @@ -945,7 +945,7 @@ max-error-count 64 max-heap-table-size 16777216 max-join-size 18446744073709551615 max-length-for-sort-data 1024 -max-long-data-size 8388608 +max-long-data-size 1048576 max-prepared-stmt-count 16382 max-relay-log-size 0 max-seeks-for-key 18446744073709551615 |