浏览代码

- write the format of tables into dump

Jan Janak 19 年之前
父节点
当前提交
733145b348
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/mysql/ser_mysql.sh

+ 1 - 1
scripts/mysql/ser_mysql.sh

@@ -88,7 +88,7 @@ db_save()
 	echo "ERROR: Bug in $COMMAND"
 	exit 1
     fi
-    $DUMP_CMD -t $PW $1 > $2
+    $DUMP_CMD $PW $1 > $2
 }