2
0
Эх сурвалжийг харах

- write the format of tables into dump

Jan Janak 19 жил өмнө
parent
commit
733145b348

+ 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
 }