~ubuntu-branches/debian/wheezy/firebird2.5/wheezy

« back to all changes in this revision

Viewing changes to src/jrd/trig.h

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2011-12-21 14:50:58 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20111221145058-onlmwnp09xhqfpub
Tags: 2.5.2~svn+53698.ds4-1
* Snapshot from Upstream's 2.5 branch, revision 53698
 + drop two patches included upstream
 + refresh the rest to apply cleanly
* pass buildflags directly to $(MAKE), drop default-optimization.patch
* move fbintl from -common to -server-common
 + -server-common: break/replace -common
* Fix typo in -superclassic description. Closes: #652140. Thanks to Daniel
  Hartwig

Show diffs side-by-side

added added

removed removed

Lines of Context:
1007
1007
 
1008
1008
/******
1009
1009
static const TEXT trigger_10_msg_0 [] = "Cannot delete PRIMARY KEY being used in FOREIGN KEY definition.";
1010
 
static const TEXT trigger_10_msg_1 [] = "Cannot drop NOT NULL constraint for fields in PRIMARY/UNIQUE constraints.";
 
1010
static const TEXT trigger_10_msg_1 [] = "Column used in a PRIMARY constraint must be NOT NULL.";
1011
1011
******/
1012
1012
 
1013
1013
static const UCHAR trigger10[] =
1131
1131
                'A', 'M', 'E',
1132
1132
        blr_field, 8, 14, 'R', 'D', 'B', '$', 'I', 'N', 'D', 'E', 'X', '_', 'N',
1133
1133
                'A', 'M', 'E',
1134
 
        blr_or,
1135
 
        blr_eql,
1136
 
        blr_field, 9, 19, 'R', 'D', 'B', '$', 'C', 'O', 'N', 'S', 'T', 'R', 'A',
1137
 
                'I', 'N', 'T', '_', 'T', 'Y', 'P', 'E',
1138
 
        blr_literal, blr_text, 6, 0, 'U', 'N', 'I', 'Q', 'U', 'E',
1139
1134
        blr_eql,
1140
1135
        blr_field, 9, 19, 'R', 'D', 'B', '$', 'C', 'O', 'N', 'S', 'T', 'R', 'A',
1141
1136
                'I', 'N', 'T', '_', 'T', 'Y', 'P', 'E',