X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fpatches%2Ftesting%2Fbatch-insert.readme;h=c17fed9c9b0f5c1407a2dae6cb17a27fdf84d1a1;hb=f5d1d3d403f533df29cbbe54f143ccfcd83bb35c;hp=3348181b3d0092c2c4f4a4bc483853a57730468a;hpb=05d095df84cdc1e7ae36333da58489e24bac31a7;p=bacula%2Fbacula diff --git a/bacula/patches/testing/batch-insert.readme b/bacula/patches/testing/batch-insert.readme index 3348181b3d..c17fed9c9b 100644 --- a/bacula/patches/testing/batch-insert.readme +++ b/bacula/patches/testing/batch-insert.readme @@ -23,6 +23,12 @@ CREATE UNIQUE INDEX filename_name_idx on filename (name); DROP INDEX path_name_idx; CREATE UNIQUE INDEX path_name_idx on path (path); +sqlite) + +drop index inx2; +drop index inx1; +CREATE UNIQUE INDEX path_name_idx on path (path); +CREATE UNIQUE INDEX filename_name_idx on filename (name); $Log$ Revision 1.2 2007/01/01 16:52:05 ricozz