Explorar el Código

fixed wrong temp file

develop
Robin Thoni hace 9 años
padre
commit
aa49d44cc6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/DataAccess/MySql.cpp

+ 0
- 1
src/DataAccess/MySql.cpp Ver fichero

@@ -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…
Cancelar
Guardar