@@ -1024,6 +1024,123 @@ The following options may be given as the first argument:
10241024 -t, --tmpdir=name Path for temporary files. Several paths may be specified,
10251025 separated by a colon (:), in this case they are used in a
10261026 round-robin fashion
1027+ --tokudb-alter-print-error
1028+ Print errors for alter table operations
1029+ --tokudb-analyze-delete-fraction=#
1030+ fraction of rows allowed to be deleted
1031+ --tokudb-analyze-time=#
1032+ analyze time (seconds)
1033+ --tokudb-block-size=#
1034+ fractal tree block size
1035+ --tokudb-bulk-fetch enable bulk fetch
1036+ (Defaults to on; use --skip-tokudb-bulk-fetch to disable.)
1037+ --tokudb-cache-size=#
1038+ TokuDB cache table size
1039+ --tokudb-checkpoint-lock
1040+ Tokudb Checkpoint Lock
1041+ --tokudb-checkpoint-on-flush-logs
1042+ TokuDB Checkpoint on Flush Logs
1043+ --tokudb-checkpointing-period=#
1044+ TokuDB Checkpointing period
1045+ --tokudb-cleaner-iterations=#
1046+ TokuDB cleaner_iterations
1047+ --tokudb-cleaner-period=#
1048+ TokuDB cleaner_period
1049+ --tokudb-commit-sync
1050+ sync on txn commit
1051+ (Defaults to on; use --skip-tokudb-commit-sync to disable.)
1052+ --tokudb-cpu-nums=# TokuDB CPU nums
1053+ --tokudb-create-index-online
1054+ if on, create index done online
1055+ (Defaults to on; use --skip-tokudb-create-index-online to disable.)
1056+ --tokudb-data-dir=name
1057+ TokuDB Data Directory
1058+ --tokudb-debug=# TokuDB Debug
1059+ --tokudb-directio TokuDB Enable Direct I/O
1060+ --tokudb-disable-hot-alter
1061+ if on, hot alter table is disabled
1062+ --tokudb-disable-prefetching
1063+ if on, prefetching disabled
1064+ --tokudb-disable-slow-alter
1065+ if on, alter tables that require copy are disabled
1066+ --tokudb-disable-slow-update
1067+ disable slow update
1068+ --tokudb-disable-slow-upsert
1069+ disable slow upsert
1070+ --tokudb-empty-scan[=name]
1071+ TokuDB algorithm to check if the table is empty when
1072+ opened.
1073+ --tokudb-fs-reserve-percent=#
1074+ TokuDB file system space reserve (percent free required)
1075+ --tokudb-fsync-log-period=#
1076+ TokuDB fsync log period
1077+ --tokudb-hide-default-row-format
1078+ hide the default row format
1079+ (Defaults to on; use --skip-tokudb-hide-default-row-format to disable.)
1080+ --tokudb-killed-time=#
1081+ TokuDB killed time
1082+ --tokudb-last-lock-timeout=name
1083+ last TokuDB lock timeout
1084+ --tokudb-load-save-space
1085+ compress intermediate bulk loader files to save space
1086+ (Defaults to on; use --skip-tokudb-load-save-space to disable.)
1087+ --tokudb-loader-memory-size=#
1088+ TokuDB loader memory size
1089+ --tokudb-lock-timeout=#
1090+ TokuDB lock timeout
1091+ --tokudb-lock-timeout-debug=#
1092+ TokuDB lock timeout debug
1093+ --tokudb-log-dir=name
1094+ TokuDB Log Directory
1095+ --tokudb-max-lock-memory=#
1096+ TokuDB max memory for locks
1097+ --tokudb-optimize-index-fraction=#
1098+ optimize index fraction (default 1.0 all)
1099+ --tokudb-optimize-index-name=name
1100+ optimize index name (default all indexes)
1101+ --tokudb-optimize-throttle=#
1102+ optimize throttle (default no throttle)
1103+ --tokudb-pk-insert-mode=#
1104+ set the primary key insert mode
1105+ --tokudb-prelock-empty
1106+ Tokudb Prelock Empty Table
1107+ (Defaults to on; use --skip-tokudb-prelock-empty to disable.)
1108+ --tokudb-read-block-size=#
1109+ fractal tree read block size
1110+ --tokudb-read-buf-size=#
1111+ fractal tree read block size
1112+ --tokudb-read-status-frequency=#
1113+ TokuDB frequency that show processlist updates status of
1114+ reads
1115+ --tokudb-row-format[=name]
1116+ Specifies the compression method for a table during this
1117+ session. Possible values are TOKUDB_UNCOMPRESSED,
1118+ TOKUDB_ZLIB, TOKUDB_QUICKLZ, TOKUDB_LZMA, TOKUDB_FAST,
1119+ TOKUDB_SMALL and TOKUDB_DEFAULT
1120+ --tokudb-rpl-check-readonly
1121+ check if the slave is read only
1122+ (Defaults to on; use --skip-tokudb-rpl-check-readonly to disable.)
1123+ --tokudb-rpl-lookup-rows
1124+ lookup a row on rpl slave
1125+ (Defaults to on; use --skip-tokudb-rpl-lookup-rows to disable.)
1126+ --tokudb-rpl-lookup-rows-delay=#
1127+ time in milliseconds to add to lookups on replication
1128+ slave
1129+ --tokudb-rpl-unique-checks
1130+ enable unique checks on replication slave
1131+ (Defaults to on; use --skip-tokudb-rpl-unique-checks to disable.)
1132+ --tokudb-rpl-unique-checks-delay=#
1133+ time in milliseconds to add to unique checks test on
1134+ replication slave
1135+ --tokudb-support-xa Enable TokuDB support for the XA two-phase commit
1136+ (Defaults to on; use --skip-tokudb-support-xa to disable.)
1137+ --tokudb-tmp-dir=name
1138+ Tokudb Tmp Dir
1139+ --tokudb-version=name
1140+ TokuDB Version
1141+ --tokudb-write-status-frequency=#
1142+ TokuDB frequency that show processlist updates status of
1143+ writes
10271144 --transaction-alloc-block-size=#
10281145 Allocation block size for transactions to be stored in
10291146 binary log
@@ -1356,6 +1473,58 @@ thread-stack 262144
13561473time-format %H:%i:%s
13571474timed-mutexes FALSE
13581475tmp-table-size 16777216
1476+ tokudb-alter-print-error FALSE
1477+ tokudb-analyze-delete-fraction 1
1478+ tokudb-analyze-time 5
1479+ tokudb-block-size 4194304
1480+ tokudb-bulk-fetch TRUE
1481+ tokudb-cache-size 0
1482+ tokudb-checkpoint-lock FALSE
1483+ tokudb-checkpoint-on-flush-logs FALSE
1484+ tokudb-checkpointing-period 60
1485+ tokudb-cleaner-iterations 5
1486+ tokudb-cleaner-period 1
1487+ tokudb-commit-sync TRUE
1488+ tokudb-cpu-nums 0
1489+ tokudb-create-index-online TRUE
1490+ tokudb-data-dir (No default value)
1491+ tokudb-debug 0
1492+ tokudb-directio FALSE
1493+ tokudb-disable-hot-alter FALSE
1494+ tokudb-disable-prefetching FALSE
1495+ tokudb-disable-slow-alter FALSE
1496+ tokudb-disable-slow-update FALSE
1497+ tokudb-disable-slow-upsert FALSE
1498+ tokudb-empty-scan rl
1499+ tokudb-fs-reserve-percent 5
1500+ tokudb-fsync-log-period 0
1501+ tokudb-hide-default-row-format TRUE
1502+ tokudb-killed-time 4000
1503+ tokudb-last-lock-timeout (No default value)
1504+ tokudb-load-save-space TRUE
1505+ tokudb-loader-memory-size 100000000
1506+ tokudb-lock-timeout 4000
1507+ tokudb-lock-timeout-debug 1
1508+ tokudb-log-dir (No default value)
1509+ tokudb-max-lock-memory 0
1510+ tokudb-optimize-index-fraction 1
1511+ tokudb-optimize-index-name (No default value)
1512+ tokudb-optimize-throttle 0
1513+ tokudb-pk-insert-mode 1
1514+ tokudb-prelock-empty TRUE
1515+ tokudb-read-block-size 65536
1516+ tokudb-read-buf-size 131072
1517+ tokudb-read-status-frequency 10000
1518+ tokudb-row-format tokudb_zlib
1519+ tokudb-rpl-check-readonly TRUE
1520+ tokudb-rpl-lookup-rows TRUE
1521+ tokudb-rpl-lookup-rows-delay 0
1522+ tokudb-rpl-unique-checks TRUE
1523+ tokudb-rpl-unique-checks-delay 0
1524+ tokudb-support-xa TRUE
1525+ tokudb-tmp-dir (No default value)
1526+ tokudb-version 7.5.6
1527+ tokudb-write-status-frequency 1000
13591528transaction-alloc-block-size 8192
13601529transaction-isolation REPEATABLE-READ
13611530transaction-prealloc-size 4096
0 commit comments