1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/.svn/text-base/run_working_dml.sh.svn-base
2016-01-06 14:08:59 -06:00

9 lines
570 B
Plaintext

# Runs the sql files in the working_dml directory.
# Dependencies:
# 1) A database named dml w/ a datatypetestm table populated via the script in genii/mysql/scripts/create_datatypetestm.sql.
# 2) A database named dml w/ a datatypetestm table populated via the script in genii/mysql/scripts/create_datatypetestm.sql in the reference
# database. Table must be a MyISAM table and have been altered so that the string columns are all binary.
# 3) 1 GB tpch orders and lineitem tables populated in the two databases.
./queryTester -q working_dml -u dml -g -d dml -r Tr