Skip to content

Commit 38a8ca0

Browse files
authored
Merge pull request #86 from venkatesh-prasad-v/PSTRESS-149
PSTRESS-149: Update README with the newly added options
2 parents ece05b7 + fdfb097 commit 38a8ca0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Option | Function | Example | Default
5252
--address | IP address to connect to | | default:
5353
--alt-db-enc | Alter Database Encryption mode to Y/N | | default#: 1
5454
--alt-discard-tbs | ALTER TABLE table_name DISCARD TABLESPACE | --alt-discard-tbs=50 | default#: 1
55-
--alter-algorith | algorithm used in alter table. INPLACE/COPY/DEFAULT/ALL | --alter-algorith=INPLACE | default: all
55+
--alter-algorithm | algorithm used in alter table. INPLACE/COPY/DEFAULT/ALL | --alter-algorith=INPLACE | default: all
5656
--alter-lock | lock mechanism used in alter table. | --alter-lock=NONE | default: all
5757
--alter-redo-log | Alter instance enable/disable redo log | | default#: 0
5858
--alter-table-compress | Alter table compression | --alter-table-compress=50 | default#: 10
@@ -61,6 +61,7 @@ Option | Function | Example | Default
6161
--alt-tbs-rename | Alter tablespace rename | --alt-tbs-rename=50 | default#: 1
6262
--analyze | Analyze table, for partition table randomly analyze either partition or full table | --analyze=10 | default#: 1
6363
--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
6465
--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
6566
--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
6667
--config-file | Config file to use for test | | default:
@@ -72,6 +73,8 @@ Option | Function | Example | Default
7273
--encryption-type | all ==> keyring/Y/N | --encryption-type=keyring | default: Y/N
7374
--engine | Engine used | --engine=InnoDB | default: INNODB
7475
--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
7578
--help | user asked for help | | default: 1
7679
--index-columns | maximum columns in an index of a table, default depends on page-size as well | --index-columns=5 | default#: 10
7780
--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
124127
--rename-column | alter table rename column | --rename-column=10 | default#: 1
125128
--rename-index | alter table rename index | | default#: 1
126129
--rotate-encryption-key | Alter instance rotate innodb system key X | | default#: 1
130+
--rotate-gcache-key | Alter instance rotate gcache master key | | default#: 1
127131
--rotate-master-key | Alter instance rotate innodb master key | --rotate-master-key=50 | default#: 1
128132
--rotate-redo-log-key | Rotate redo log key | --rotate-redo-log-key=50 | default#: 1
129133
--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
135139
--set-variable | set mysqld variable during the load.(session|global) | --set-variable=autocommit=OFF | default#: 3
136140
--socket | Socket file to use | | default: /tmp/socket.sock
137141
--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
140142
--step | current step in pstress script | | default#: 1
141143
--tables | Number of initial tables | --tables=10 | default#: 10
142144
--tbs-count | random number of different general tablespaces | --tbs-count=3 | default#: 1

0 commit comments

Comments
 (0)