From: Dan Langille Date: Sat, 20 Dec 2003 21:40:15 +0000 (+0000) Subject: change DEAULT -> DEFAULT X-Git-Tag: Release-1.34.0~239 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f4c2d2e6be7ea0a1e479d5c51e270b7989149bc;p=bacula%2Fbacula change DEAULT -> DEFAULT git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@917 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 509dc097e3..991c894fba 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -116,7 +116,7 @@ CREATE TABLE Media ( MaxVolBytes BIGINT UNSIGNED NOT NULL DEFAULT 0, InChanger TINYINT NOT NULL DEFAULT 0, MediaAddressing TINYINT NOT NULL DEFAULT 0, - VolReadTime BIGINT UNSIGNED NOT NULL DEAULT 0, + VolReadTime BIGINT UNSIGNED NOT NULL DEFAULT 0, VolWriteTime BIGINT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY(MediaId), INDEX (PoolId)