summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-11-21 12:28:36 +0100
committermsvensson@neptunus.(none) <>2005-11-21 12:28:36 +0100
commite6331657a7480ef341d251fea254e87ed51cdb34 (patch)
tree1b0933a65f30f07c248295d13321b457d9d6f279 /sql/ha_ndbcluster.cc
parentefdef780bc49d0a13ab67c1c5c2c1b4968f85433 (diff)
parent9301123eb367ffe48ccc42d13c6193979d89f44c (diff)
downloadmariadb-git-e6331657a7480ef341d251fea254e87ed51cdb34.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 6760208488f..4dc113ed443 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -3731,7 +3731,7 @@ int ha_ndbcluster::create(const char *name,
const void *data, *pack_data;
const char **key_names= form->keynames.type_names;
char name2[FN_HEADLEN];
- bool create_from_engine= (info->table_options & HA_CREATE_FROM_ENGINE);
+ bool create_from_engine= (info->table_options & HA_OPTION_CREATE_FROM_ENGINE);
DBUG_ENTER("create");
DBUG_PRINT("enter", ("name: %s", name));