~stewart/drizzle/docs-improvements-1

« back to all changes in this revision

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

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1994, 2010, Innobase Oy. All Rights Reserved.
4
 
Copyright (c) 2009, Sun Microsystems, Inc.
 
3
Copyright (C) 1994, 2010, Innobase Oy. All Rights Reserved.
 
4
Copyright (C) 2009 Sun Microsystems, Inc.
5
5
 
6
6
Portions of this file contain modifications contributed and copyrighted by
7
7
Sun Microsystems, Inc. Those modifications are gratefully acknowledged and
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