mirror of
https://github.com/MariaDB/server.git
synced 2025-02-06 22:02:20 +01:00
![Michael Widenius](/assets/img/avatar_default.png)
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface
3 lines
141 B
Bash
Executable file
3 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
exec ./hstest test=9 key_mask=9999 host=localhost port=3306 num=1000000 \
|
|
num_threads=100 verbose=1 timelimit=10 moreflds=50 $@
|