You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-12 23:42:47 +03:00
10 lines
131 B
Bash
Executable File
10 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
script_dir=$(dirname $0)
|
|
|
|
cd $script_dir
|
|
|
|
./queryTester -q working_tpch1_compareLogOnly -t windowFunctions -g -r Tr
|
|
|
|
|