Browse Source

fixed wrong temp file

develop
Robin Thoni 8 years ago
parent
commit
aa49d44cc6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/DataAccess/MySql.cpp

+ 0
- 1
src/DataAccess/MySql.cpp View File

@@ -59,7 +59,6 @@ void MySql::clean()
59 59
 
60 60
 BResult MySql::insert()
61 61
 {
62
-    _dumpFilePath = getTempFile();
63 62
     return insertSlave(_dumpFilePath);
64 63
 }
65 64
 

Loading…
Cancel
Save