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
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DB=dmlc
|
|
|
|
$MYSQLCMD $DB -e "delete from test204;" > load.log 2>&1
|
|
$CPIMPORTCMD $DB test204 test204.tbl >> load.log 2>&1
|