Below is the list of changes that have just been committed into a local
5.1 repository of psergey. When psergey 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.2000 06/01/04 11:11:27 sergefp@stripped +1 -0
WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset
sql/opt_range.h
1.59 06/01/04 11:11:19 sergefp@stripped +1 -0
WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset
# 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: sergefp
# Host: newbox.mylan
# Root: /home/psergey/mysql-5.1-ppruning-r4
--- 1.58/sql/opt_range.h 2005-12-22 12:28:50 +03:00
+++ 1.59/sql/opt_range.h 2006-01-04 11:11:19 +03:00
@@ -721,6 +721,7 @@
#ifdef WITH_PARTITION_STORAGE_ENGINE
bool prune_partitions(THD *thd, TABLE *table, Item *pprune_cond);
+void store_key_image_to_rec(Field *field, char *ptr, uint len);
#endif
#endif
| Thread |
|---|
| • bk commit into 5.1 tree (sergefp:1.2000) | Sergey Petrunia | 4 Jan |