Below is the list of changes that have just been committed into a local
5.0 repository of monty. When monty 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
1.1922 05/06/06 19:43:07 monty@stripped +2 -0
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
sql/sql_select.cc
1.327 05/06/06 19:43:05 monty@stripped +0 -0
Auto merged
sql/item_func.cc
1.212 05/06/06 19:43:05 monty@stripped +0 -0
Auto merged
# 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: monty
# Host: narttu.mysql.com
# Root: /home/my/mysql-5.0/RESYNC
--- 1.211/sql/item_func.cc 2005-06-05 17:08:42 +03:00
+++ 1.212/sql/item_func.cc 2005-06-06 19:43:05 +03:00
@@ -4725,7 +4725,6 @@
Field *
Item_func_sp::sp_result_field(void) const
{
- Field *field;
DBUG_ENTER("Item_func_sp::sp_result_field");
if (!m_sp)
--- 1.326/sql/sql_select.cc 2005-06-06 18:31:35 +03:00
+++ 1.327/sql/sql_select.cc 2005-06-06 19:43:05 +03:00
@@ -7996,7 +7996,7 @@
bool using_unique_constraint= 0;
bool use_packed_rows= 0;
bool not_all_columns= !(select_options & TMP_TABLE_ALL_COLUMNS);
- char *tmpname,path[FN_REFLEN], filename[FN_REFLEN];
+ char *tmpname,path[FN_REFLEN];
byte *pos,*group_buff;
uchar *null_flags;
Field **reg_field, **from_field;
| Thread |
|---|
| • bk commit into 5.0 tree (monty:1.1922) | monty | 6 Jun |