]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "Fix typo in sql."
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:17:14 +0000 (12:17 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:17:14 +0000 (12:17 +0200)
This reverts commit 2001be4095d75e9993f26ed2e498a37aec666246.

bacula/src/cats/sql_cmds.c

index 5b1e3f9ff5da55b39cc8915c2213faf9b53b5608..c368cfb0e4094d1fa28049066492da84f80764f9 100644 (file)
@@ -648,7 +648,7 @@ const char *create_deltabs[5] = {
    "FileSetId INTEGER, "
    "JobFiles INTEGER, "
    "JobStatus char(1))"
-   "ON COMMIT PRESERVE ROWS WITH NORECOVERY"
+   "ON COMMIT PERSERVE ROWS WITH NORECOVERY"
 };
 
 /* ======= ua_restore.c */