mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec ./hstest test=10 tablesize=10000 host=localhost hsport=9998 num=10000000 \
|
|
num_threads=100 timelimit=10 $@
|