You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-18 20:42:02 +03:00
7 lines
134 B
Bash
7 lines
134 B
Bash
#!/bin/bash
|
|
|
|
DB=dmlc
|
|
|
|
$MYSQLCMD $DB -e "delete from test204;" > load.log 2>&1
|
|
$CPIMPORTCMD $DB test204 test204.tbl >> load.log 2>&1
|