~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

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