Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1891 05/08/18 12:24:52 tomas@stripped +2 -0
ha_ndbcluster.h, ha_innodb.h:
corrected compile error
sql/ha_ndbcluster.h
1.92 05/08/18 12:24:22 tomas@stripped +2 -2
corrected compile error
sql/ha_innodb.h
1.102 05/08/18 12:23:55 tomas@stripped +2 -2
corrected compile error
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1
--- 1.91/sql/ha_ndbcluster.h 2005-08-05 23:50:35 +02:00
+++ 1.92/sql/ha_ndbcluster.h 2005-08-18 12:24:22 +02:00
@@ -584,8 +584,8 @@
qc_engine_callback *engine_callback,
ulonglong *engine_data);
- bool ha_ndbcluster::check_if_incompatible_data(HA_CREATE_INFO *info,
- uint table_changes);
+ bool check_if_incompatible_data(HA_CREATE_INFO *info,
+ uint table_changes);
private:
int alter_table_name(const char *to);
--- 1.101/sql/ha_innodb.h 2005-08-05 23:50:35 +02:00
+++ 1.102/sql/ha_innodb.h 2005-08-18 12:23:55 +02:00
@@ -202,8 +202,8 @@
static ulonglong get_mysql_bin_log_pos();
bool primary_key_is_clustered() { return true; }
int cmp_ref(const byte *ref1, const byte *ref2);
- bool ha_innobase::check_if_incompatible_data(HA_CREATE_INFO *info,
- uint table_changes);
+ bool check_if_incompatible_data(HA_CREATE_INFO *info,
+ uint table_changes);
};
extern struct show_var_st innodb_status_variables[];
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1891) | tomas | 18 Aug |