Below is the list of changes that have just been committed into a local
5.1 repository of jani. When jani 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.1882 05/07/23 11:50:31 jani@stripped +1 -0
Added a comment.
sql/ha_ndbcluster.cc
1.202 05/07/23 11:50:26 jani@stripped +5 -0
Added a comment.
# 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: jani
# Host: a193-229-222-105.elisa-laajakaista.fi
# Root: /home/my/bk/mysql-5.1
--- 1.201/sql/ha_ndbcluster.cc 2005-07-22 23:54:52 +03:00
+++ 1.202/sql/ha_ndbcluster.cc 2005-07-23 11:50:26 +03:00
@@ -7503,6 +7503,11 @@
bool ha_ndbcluster::check_if_incompatible_data(HA_CREATE_INFO *info,
uint table_changes)
{
+ /*
+ TODO: Remove the dummy return below, when cluster gets
+ signal from alter table when only .frm is changed. Cluster
+ needs it to manage the copies.
+ */
return COMPATIBLE_DATA_NO;
if (table_changes != IS_EQUAL_YES)
| Thread |
|---|
| • bk commit into 5.1 tree (jani:1.1882) | jani | 23 Jul |