~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ut/ut0ut.c

Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
733
733
                return("Zip overflow");
734
734
        case DB_RECORD_NOT_FOUND:
735
735
                return("Record not found");
 
736
        case DB_CHILD_NO_INDEX:
 
737
                return("No index on referencing keys in referencing table");
 
738
        case DB_PARENT_NO_INDEX:
 
739
                return("No index on referenced keys in referenced table");
736
740
        case DB_END_OF_INDEX:
737
741
                return("End of index");
738
742
        /* do not add default: in order to produce a warning if new code