You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
4 lines
63 B
Bash
Executable File
4 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
./populate.sh > populate.log 2>&1
|
|
./run_queries.sh
|