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/select_random_ranges.lua Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env sysbench
-- This test is designed for testing MariaDB's key_cache_segments for MyISAM,
-- and should work with other storage engines as well.
--