~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_sort.h

  • Committer: Eric Herman
  • Date: 2008-12-06 19:42:46 UTC
  • mto: (656.1.6 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: eric@mysql.com-20081206194246-5cdexuu81i366eek
removed trailing whitespace with simple script:

for file in $(find . -name "*.c") $(find . -name "*.cc") $(find . -name "*.h"); do ruby -pe 'gsub(/\s+$/, $/)' < $file > $file.out; mv $file.out $file; done;

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   for field values appended to sorted values in records to be sorted
33
33
   in the sort buffer.
34
34
   Only fixed layout is supported now.
35
 
   Null bit maps for the appended values is placed before the values 
 
35
   Null bit maps for the appended values is placed before the values
36
36
   themselves. Offsets are from the last sorted field, that is from the
37
37
   record referefence, which is still last component of sorted records.
38
38
   It is preserved for backward compatiblility.
39
 
   The structure is used tp store values of the additional fields 
 
39
   The structure is used tp store values of the additional fields
40
40
   in the sort buffer. It is used also when these values are read
41
41
   from a temporary file/buffer. As the reading procedures are beyond the
42
42
   scope of the 'filesort' code the values have to be retrieved via