mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +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
4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
exec ./hstest test=9 tablesize=9999 host=localhost mysqlport=3306 num=1000000 \
|
|
num_threads=100 verbose=1 timelimit=10 $@
|