Explorar el Código

fixed wrong temp file

develop
Robin Thoni hace 10 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
 
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…
Cancelar
Guardar