~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
..
ChangeLog 1 16 years ago brian clean slate 279 bytes Diff Download File
ha_heap.cc 779.3.10 16 years ago Monty Taylor Turned on -Wshadow. 23.6 KB Diff Download File
ha_heap.h 685.1.3 16 years ago Monty Taylor Turned off stdinc - and then fixed the carnage. 4.4 KB Diff Download File
heap.h 685.1.3 16 years ago Monty Taylor Turned off stdinc - and then fixed the carnage. 10.2 KB Diff Download File
heapdef.h 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 5.8 KB Diff Download File
hp_block.c 656.1.25 16 years ago Monty Taylor Removed my_malloc stuff from storage/ 4.6 KB Diff Download File
hp_clear.c 482 16 years ago Brian Aker Remove uint. 3.7 KB Diff Download File
hp_close.c 481 16 years ago Brian Aker Remove all of uchar. 1.2 KB Diff Download File
hp_create.c 656.1.25 16 years ago Monty Taylor Removed my_malloc stuff from storage/ 14.5 KB Diff Download File
hp_delete.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 5.8 KB Diff Download File
hp_dspace.c 482 16 years ago Brian Aker Remove uint. 13.9 KB Diff Download File
hp_extra.c 482 16 years ago Brian Aker Remove uint. 2.2 KB Diff Download File
hp_hash.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 27.4 KB Diff Download File
hp_info.c 481 16 years ago Brian Aker Remove all of uchar. 1.7 KB Diff Download File
hp_open.c 656.1.25 16 years ago Monty Taylor Removed my_malloc stuff from storage/ 2.7 KB Diff Download File
hp_panic.c 51.3.1 16 years ago Jay Pipes Removed all DBUG symbols from heap storage engine 1.5 KB Diff Download File
hp_record.c 612.2.13 16 years ago Monty Taylor Work on removing global.h from headers that should 9.1 KB Diff Download File
hp_rectest.c 481 16 years ago Brian Aker Remove all of uchar. 1 KB Diff Download File
hp_rename.c 656.1.25 16 years ago Monty Taylor Removed my_malloc stuff from storage/ 1.1 KB Diff Download File
hp_rfirst.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 2.2 KB Diff Download File
hp_rkey.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 2.5 KB Diff Download File
hp_rlast.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 1.6 KB Diff Download File
hp_rnext.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 3.8 KB Diff Download File
hp_rprev.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 2.4 KB Diff Download File
hp_rrnd.c 481 16 years ago Brian Aker Remove all of uchar. 2.8 KB Diff Download File
hp_rsame.c 481 16 years ago Brian Aker Remove all of uchar. 1.6 KB Diff Download File
hp_scan.c 481 16 years ago Brian Aker Remove all of uchar. 2 KB Diff Download File
hp_static.c 243.1.11 16 years ago Jay Pipes * Added include guards in a couple places, and rem 866 bytes Diff Download File
hp_update.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 3.5 KB Diff Download File
hp_write.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 10.2 KB Diff Download File
Makefile.am 722.1.4 16 years ago Monty Taylor Removed all the setting of DEFS everywhere. Use co 1.2 KB Diff Download File
plug.in 319.1.1 16 years ago Grant Limberg renamed all instances of MYSQL_ to DRIZZLE_ 314 bytes Diff Download File