Commit 80600885 by wangguangchao

sysmod0095修改提交

parent e59debbd
......@@ -63,7 +63,7 @@ String internalSysDumpWrite(String canceltext,String sqlstatement,String locktab
}
}
String filPfx = path + Platform.addDateTimeToFilename( "dump", null );
String dmpFil = Platform.fileCreate( Platform.mid( filPfx, 1, Platform.len( filPfx ) - 6 ) + "//#####.dmp", filPfx + ".dmp" );
String dmpFil = Platform.fileCreate( Platform.mid( filPfx, 1, Platform.len( filPfx ) - 6 ) + "######.dmp", filPfx + ".dmp" );
dmp = Platform.errorCode();
if( dmp > 0 && Platform.compareTo( bckgrd.value , "F" ) == 0 )
{
......
Markdown is supported
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