Browse Source

fixed wrong temp file

develop
Robin Thoni 9 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
 
59
 
60
 BResult MySql::insert()
60
 BResult MySql::insert()
61
 {
61
 {
62
-    _dumpFilePath = getTempFile();
63
     return insertSlave(_dumpFilePath);
62
     return insertSlave(_dumpFilePath);
64
 }
63
 }
65
 
64
 

Loading…
Cancel
Save