~drizzle-trunk/drizzle/development

  • Committer: Stewart Smith
  • Date: 2009-03-11 01:16:44 UTC
  • mto: (910.4.19 sparc) (937.2.1 sparc)
  • Revision ID: stewart@flamingspork.com-20090311011644-sj4p2peox2405p7k
fix system variables for correct endian architectures.

- remove sys_var_long (replace with 32 or 64 bit)
- union { uint32_t, uint64_t } isn't endian portable for setting uint64 and reading from uint32
- start to have out of range variables throw error instead of truncating and setting
Filename Latest Rev Last Changed Committer Comment Size
..
client_priv.h 779.3.37 16 years ago Monty Taylor Renmaed libdrizzle in the tree to libdrizzleclient 3.5 KB Diff Download File
completion_hash.cc 893 16 years ago Brian Aker First pass of stripping uint 4.5 KB Diff Download File
completion_hash.h 893 16 years ago Brian Aker First pass of stripping uint 1.9 KB Diff Download File
drizzle.cc 919.2.11 16 years ago Monty Taylor Removed C99 isnan() usage, which allows us to remo 122 KB Diff Download File
drizzleadmin.cc 896.4.16 16 years ago Stewart Smith for getopt, replace GET_ULONG with GET_UINT32. Do 11.3 KB Diff Download File
drizzlecheck.cc 895 16 years ago Brian Aker Completion (?) of uint conversion. 26 KB Diff Download File
drizzledump.cc 912 16 years ago Brian Aker Merge from Monty. 97 KB Diff Download File
drizzleimport.cc 919.1.3 16 years ago Brian Aker Remove client code around LOAD DATE LOCAL 20.3 KB Diff Download File
drizzleslap.cc 919.2.11 16 years ago Monty Taylor Removed C99 isnan() usage, which allows us to remo 76.7 KB Diff Download File
drizzletest.cc 919.1.3 16 years ago Brian Aker Remove client code around LOAD DATE LOCAL 181 KB Diff Download File
errname.h 893 16 years ago Brian Aker First pass of stripping uint 26.8 KB Diff Download File
Makefile.am 873.2.41 16 years ago Monty Taylor Fixed the ol build for ol Solaris. 1.6 KB Diff Download File
my_readline.h 893 16 years ago Brian Aker First pass of stripping uint 1.2 KB Diff Download File
readline.cc 895 16 years ago Brian Aker Completion (?) of uint conversion. 5.8 KB Diff Download File