~drizzle-trunk/drizzle/development

Create default_values record from proto instead of reading from FRM. assert if different to FRM.

Restore the "blob can't have default value" error message.

Fix default values for: blob, vachar, enum and varbinary.
Default value for a BLOB can be "" thanks to TINYTEXT or something.
proto now has default_bin_value as well as default_value. the default_bin_value used for varbinary and in future, blobs.

Load enum values out of proto instead of FRM and fill in the crazy interval structures.

Jay will fix up the create.test change (incorrect datetime for timestamp "0").
Filename Latest Rev Last Changed Committer Comment Size
..
dummy.c 815.1.1 16 years ago Monty Taylor Add timegm which is missing on Solaris. 1.6 KB Diff Download File
getopt.c 840.1.14 16 years ago Monty Taylor Merged from Mark. 31.3 KB Diff Download File
getopt.in.h 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 7.8 KB Diff Download File
getopt1.c 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 3.8 KB Diff Download File
getopt_int.h 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 4.6 KB Diff Download File
Makefile.am 779.7.10 16 years ago Monty Taylor make distcheck cleanups. 5.4 KB Diff Download File
mktime.c 815.1.1 16 years ago Monty Taylor Add timegm which is missing on Solaris. 20.8 KB Diff Download File
time.in.h 815.1.1 16 years ago Monty Taylor Add timegm which is missing on Solaris. 3.5 KB Diff Download File
time_r.c 815.1.1 16 years ago Monty Taylor Add timegm which is missing on Solaris. 1.2 KB Diff Download File
timegm.c 815.1.6 16 years ago Monty Taylor Some tweaks to get timegm working on Solaris. 1.4 KB Diff Download File
unistd.in.h 815.1.3 16 years ago Monty Taylor Added getopt workaround for broken solaris getopt. 10.1 KB Diff Download File