~drizzle-trunk/drizzle/development

  • Committer: Jay Pipes
  • Date: 2009-03-16 15:20:27 UTC
  • mto: (934.3.7 mordred)
  • Revision ID: jpipes@serialcoder-20090316152027-njlreaim8vxqta6c
Fixes ENUM field type to throw an error on bad data input.  0 is now not
allowed on insertion.  MySQL allows 0, in the manual it states 0 is "the
null string error index" whatever that means.  Drizzle doesn't allow it.

Corrected test cases.

Also cleans up indentation on JOIN::exec() which was bothering me.
Filename Latest Rev Last Changed Committer Comment Size
..
innochecksum.c 642.1.68 16 years ago Lee merge with latest from the trunk 9.1 KB Diff Download File
Makefile.am 584.1.3 16 years ago Monty Taylor Merged from David. 989 bytes Diff Download File
my_print_defaults.cc 893 16 years ago Brian Aker First pass of stripping uint 6 KB Diff Download File
mysql_waitpid.cc 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 2.8 KB Diff Download File