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