Skip to content

Commit 8ac3062

Browse files
Updated readme
1 parent d4b60e2 commit 8ac3062

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The program can detect if a field accepts NULLs and if it does, it will generate
5959
|--no-progressbar|Skip showing the progress bar. Default: false|
6060
|--password|Password|
6161
|--port|Port number|
62-
|--qps|Queries per second. Default 0 (unlimited)|
62+
|--Print|Print queries to the standard output instead of inserting them into the db|
6363
|--user|Username|
6464
|--version|Show version and exit|
6565

@@ -177,6 +177,12 @@ chmod +x mysql_random_data_load_linux_amd64
177177

178178
## Versions history
179179

180+
#### 0.1.7
181+
- Support for MySQL 8.0
182+
- Added --print parameter
183+
- Added --version parameter
184+
- Removed qps parameter
185+
180186
#### 0.1.6
181187
- Improved generation speed (up to 50% faster)
182188
- Improved support for TokuDB (Thanks Agustin Gallego)

0 commit comments

Comments
 (0)