revision-id: de1d2679f1e19645ffd44cefca2028e643427b23 () parent(s): 407cc78edcc4f65daf64739ed18ff33e4c50d3d5 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2020-03-09 13:35:58 +0300 message: 10-sort-int-overhead.sh: fix typo --- 10-sort-int-overhead.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-sort-int-overhead.sh b/10-sort-int-overhead.sh index a2b2417..15d8da3 100644 --- a/10-sort-int-overhead.sh +++ b/10-sort-int-overhead.sh @@ -8,7 +8,7 @@ mkdir $RES bash filesort-bench1/01-make-sort-int-bench.sh > $RES/sort-int-bench.sql -for SERVER in 10.5-mdev21784-reg1-base 10.5-mdev21784-reg1-vfuncs ; do +for SERVER in mariadb-10.5-mdev21784-reg1-base mariadb-10.5-mdev21784-reg1-vfuncs ; do (cd $SERVER; git log -1) > $RES/tree-$SERVER.txt