#At file:///home/psergey/dev/mysql-6.0-opt/
2675 Sergey Petrunia 2008-07-20
Better comments
modified:
sql/sql_select.cc
per-file messages:
sql/sql_select.cc
Better comments
=== modified file 'sql/sql_select.cc'
--- a/sql/sql_select.cc 2008-07-19 14:21:51 +0000
+++ b/sql/sql_select.cc 2008-07-20 13:23:23 +0000
@@ -12383,9 +12383,11 @@ err:
SYNOPSIS
create_duplicate_weedout_tmp_table()
- thd
- uniq_tuple_length_arg
- SJ_TMP_TABLE
+ thd Thread handle
+ uniq_tuple_length_arg Length of the table's column
+ sjtbl Update sjtbl->[start_]recinfo values which
+ will be needed if we'll need to convert the
+ created temptable from HEAP to MyISAM/Maria.
DESCRIPTION
Create a temporary table to weed out duplicate rowid combinations. The
| Thread |
|---|
| • bzr commit into mysql-6.0-opt branch (sergefp:2675) | Sergey Petrunia | 20 Jul |