Browse Source

- write the format of tables into dump

Jan Janak 19 years ago
parent
commit
733145b348
1 changed files with 1 additions and 1 deletions
  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
 }