~drizzle-trunk/drizzle/development

  • Committer: Padraig
  • Date: 2009-02-13 08:26:21 UTC
  • mto: (873.2.28 devel)
  • Revision ID: posulliv@linux-lap-20090213082621-510acwp4j58z3qzc
Updated the fix for Bug#319796.

After chatting with Monty, we came to the conclusion that there is not much
of a need for enforcing a limit on the column alias length. Thus, we removed
the check that the length is less than MAX_ALIAS_LENGTH in Item::set_name.

We also removed all references to MAX_ALIAS_NAME in the code. It was only
used as fixed-length buffer in a few utility functions as a temporary place
for performing lower-case operations. We replaced these lower-case
  operations with the transform operations and used std::string's instead of
fixed-length buffers.

Thus, we were able to resolve this bug by actually removing some code :)
Filename Latest Rev Last Changed Committer Comment Size
..
support 1 16 years ago brian clean slate Diff
archive_performance.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 4.1 KB Diff Download File
archive_reader.c 779.3.10 16 years ago Monty Taylor Turned on -Wshadow. 8.8 KB Diff Download File
archive_test.c 779.3.10 16 years ago Monty Taylor Turned on -Wshadow. 10.8 KB Diff Download File
azio.cc 656.1.39 16 years ago Monty Taylor Removed my_seek, my_tell, my_fwrite, my_fseek. 27.4 KB Diff Download File
azio.h 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 14.3 KB Diff Download File
concurrency_test.c 779.3.37 16 years ago Monty Taylor Renmaed libdrizzle in the tree to libdrizzleclient 7.5 KB Diff Download File
ha_archive.cc 875 16 years ago Brian Aker Remove my_open() call for Archive. 35.6 KB Diff Download File
ha_archive.h 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 5.7 KB Diff Download File
Makefile.am 779.3.37 16 years ago Monty Taylor Renmaed libdrizzle in the tree to libdrizzleclient 2.6 KB Diff Download File
plug.in 319.1.1 16 years ago Grant Limberg renamed all instances of MYSQL_ to DRIZZLE_ 192 bytes Diff Download File