You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--alter-table-compress | Alter table compression | --alter-table-compress=50 | default#: 10
@@ -61,6 +61,7 @@ Option | Function | Example | Default
61
61
--alt-tbs-rename | Alter tablespace rename | --alt-tbs-rename=50 | default#: 1
62
62
--analyze | Analyze table, for partition table randomly analyze either partition or full table | --analyze=10 | default#: 1
63
63
--check | check table, for partition table randomly check either partition or full table | | default#: 5
64
+
--check-preload | check table, for partition table randomly check either partition or full table before the load is started | | default#: 0
64
65
--columns | maximum columns in a table, default depends on page-size, branch. for 8.0 it is 7 for 5.7 it 10 | --columns=10 | default#: 10
65
66
--commit-rollback-ratio | ratio of commit to rollback. e.g. if 5, then 5 transactions will be committed and 1 will be rollback. if 0 then all transactions will be rollback | | default#: 5
66
67
--config-file | Config file to use for test | | default:
@@ -72,6 +73,8 @@ Option | Function | Example | Default
72
73
--encryption-type | all ==> keyring/Y/N | --encryption-type=keyring | default: Y/N
73
74
--engine | Engine used | --engine=InnoDB | default: INNODB
74
75
--exact-initial-records | When passed with --records (N) option inserts exact number of N records in tables | | default: 0
76
+
--grammar-sql | grammar sql | | default#: 10
77
+
--grammar-file | file to be used for grammar sql T1_INT_1, T1_INT_2 will be replaced with int columns of some table in database T1_VARCHAR_1, T1_VARCHAR_2 will be replaced with varchar columns of some table in database | | default: grammar.sql
75
78
--help | user asked for help | | default: 1
76
79
--index-columns | maximum columns in an index of a table, default depends on page-size as well | --index-columns=5 | default#: 10
77
80
--indexes | maximum indexes in a table,default depends on page-size as well | --indexes=2 | default#: 7
@@ -124,6 +127,7 @@ Option | Function | Example | Default
--row-format | create table row format. it is the row format of table. a table can have compressed, dynamic, redundant row format. | --row-format=compressed | default: all
@@ -135,8 +139,6 @@ Option | Function | Example | Default
135
139
--set-variable | set mysqld variable during the load.(session|global) | --set-variable=autocommit=OFF | default#: 3
136
140
--socket | Socket file to use | | default: /tmp/socket.sock
137
141
--sof | server options file, MySQL server options file, picks some of the mysqld options, and try to set them during the load , using set global and set session | --sof=innodb_temp_tablespace_encrypt=on=off | default:
138
-
--special-sql | special sql | | default#: 10
139
-
--sql-file | file to be used for special sql T1_INT_1, T1_INT_2 will be replaced with int columns of some table in database T1_VARCHAR_1, T1_VARCHAR_2 will be replaced with varchar columns of some table in database | | default: grammar.sql
140
142
--step | current step in pstress script | | default#: 1
141
143
--tables | Number of initial tables | --tables=10 | default#: 10
142
144
--tbs-count | random number of different general tablespaces | --tbs-count=3 | default#: 1
0 commit comments