~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-17 00:08:06 UTC
  • mfrom: (2002.1.4 clean)
  • Revision ID: brian@tangent.org-20101217000806-fa6kmggjnhsl4q85
Rollup for field encapsulation, monty fix for bzrignore, and Andrew bug
fixes.

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");
740
736
        case DB_END_OF_INDEX:
741
737
                return("End of index");
742
738
        /* do not add default: in order to produce a warning if new code