Below is the list of changes that have just been committed into a local
5.0 repository of evgen. When evgen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-04-26 19:27:31+04:00, evgen@stripped +1 -0
table.cc:
A comment is added.
sql/table.cc@stripped, 2007-04-26 19:27:14+04:00, evgen@stripped +1 -0
A comment is added.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: evgen
# Host: moonbone.local
# Root: /mnt/gentoo64/work/27874-bug-5.0-opt-mysql
--- 1.250/sql/table.cc 2007-04-24 22:34:50.000000000 +0400
+++ 1.251/sql/table.cc 2007-04-26 19:27:14.000000000 +0400
@@ -2673,6 +2673,7 @@
SELECT_LEX *select= thd->lex->current_select;
Item_field *item= new Item_field(thd, &select->context, *ptr);
+ /* Mark newly created item for the ONLY_FULL_GROUP_BY check. */
if (item && thd->variables.sql_mode & MODE_ONLY_FULL_GROUP_BY &&
!thd->lex->in_sum_func && select->cur_pos_in_select_list !=
UNDEF_POS)
{
| Thread |
|---|
| • bk commit into 5.0 tree (evgen:1.2440) | eugene | 26 Apr |