diff options
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 2af2b064020..a327aa51b53 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -7411,7 +7411,7 @@ int ndbcluster_find_files(handlerton *hton, THD *thd, table_list.init_one_table(db, strlen(db), file_name_str, strlen(file_name_str), file_name_str, TL_WRITE); - table_list.mdl_request.set_tpye(MDL_EXCLUSIVE); + table_list.mdl_request.set_type(MDL_EXCLUSIVE); (void)mysql_rm_table_part2(thd, &table_list, FALSE, /* if_exists */ FALSE, /* drop_temporary */ |