Hi Martin,

Martin Cordova [mailto:[EMAIL PROTECTED] wrote:
> Betreff: Import from 7.6.0.27 to 7.6.0.34: Indexes lost
> 
> I just tried it twice, loader does not report any problem (see log
> below). catalog.cat contains all indexes definitions, but it seems
> they are ignored. End result: tables are imported with all data, but
> no indexes are created.
> 
This is (unfortunately) a bug in the Loader. We will fix it asap. As a
workarount load catalog and data separately. Thus instead of your single
command:
TABLELOAD USER
        CATALOG INSTREAM '/dbbackup/export/cnac/catalog.dat'
        DATA INSTREAM '/dbbackup/export/cnac/data.dat'

run two separate commands:
TABLELOAD USER CATALOG INSTREAM '/dbbackup/export/cnac/catalog.dat'
//
TABLELOAD USER DATA INSTREAM '/dbbackup/export/cnac/data.dat'

and the indexes will be created.

Sorry for the inconvenience.
Regards,
 Steffen
-- 
Steffen Schildberg
MaxDB Team
SAP Labs Berlin 

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to