Skip to content
Snippets Groups Projects
Commit d93b31f4 authored by Philip Lijnzaad's avatar Philip Lijnzaad
Browse files

dumping to *.txt rather than .dat

parent 3838cdc2
No related branches found
No related tags found
No related merge requests found
......@@ -576,7 +576,7 @@ sub dump_schema {
sub dump_data {
my($sql, $satdb, $tablename) = @_;
my ($destdir) = "$workdir/$satdb";
my ($datfile)= "$tablename.dat";
my ($datfile)= "$tablename.txt";
unless (-d $destdir) {
mkdir $destdir, 0755 || die "mkdir $destdir: $!";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment