Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1974 05/06/20 11:16:49 tulin@stripped +1 -0
sql_table.cc:
merge
sql/sql_table.cc
1.239 05/06/20 11:16:31 tulin@stripped +1 -1
merge
# 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: tulin
# Host: dl145c.mysql.com
# Root: /home/ndbdev/tomas/wl2325-wl1354-new
--- 1.238/sql/sql_table.cc Mon Jun 20 09:42:18 2005
+++ 1.239/sql/sql_table.cc Mon Jun 20 11:16:31 2005
@@ -1537,7 +1537,7 @@
default_engine_type was assigned from the engine set in the ALTER
TABLE command.
*/
- part_engine_type= ha_checktype(part_info->default_engine_type);
+ part_engine_type= ha_checktype(thd,part_info->default_engine_type,0,0);
}
if (check_partition_info(part_info, part_engine_type,
file, create_info->max_rows))
| Thread |
|---|
| • bk commit into 5.1 tree (tulin:1.1974) | tomas | 20 Jun |