Make bundled OLTP Lua scripts executable, add hashbangs.

This commit is contained in:
Alexey Kopytov
2017-01-27 14:24:43 +03:00
parent 182743ffee
commit b8745c8a22
12 changed files with 14 additions and 2 deletions

1
src/lua/bulk_insert.lua Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env sysbench
-- -------------------------------------------------------------------------- --
-- Bulk insert benchmark: do multi-row INSERTs concurrently in --num-threads
-- threads with each thread inserting into its own table. The number of INSERTs