~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: kalebral at gmail
  • Date: 2010-12-04 04:58:08 UTC
  • mto: (1971.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1972.
  • Revision ID: kalebral@gmail.com-20101204045808-acto22oxfg43m02e
a few more updates of files that did not have license or had incorrect license structure

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
711
711
                return("Lock structs have exhausted the buffer pool");
712
712
        case DB_FOREIGN_DUPLICATE_KEY:
713
713
                return("Foreign key activated with duplicate keys");
714
 
        case DB_FOREIGN_EXCEED_MAX_CASCADE:
715
 
                return("Foreign key cascade delete/update exceeds max depth");
716
714
        case DB_TOO_MANY_CONCURRENT_TRXS:
717
715
                return("Too many concurrent transactions");
718
716
        case DB_UNSUPPORTED:
733
731
                return("Zip overflow");
734
732
        case DB_RECORD_NOT_FOUND:
735
733
                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
734
        case DB_END_OF_INDEX:
741
735
                return("End of index");
742
736
        /* do not add default: in order to produce a warning if new code