From 375bb35ea144d8268a93b6b7f052aa59c701ad8b Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 7 Apr 2007 00:28:09 +0200 Subject: [PATCH] disabled test and feature --- mysql-test/t/disabled.def | 2 ++ sql/ha_ndbcluster.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index fd64becbc00..5011fcbb7d4 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -36,3 +36,5 @@ synchronization : Bug#24529 Test 'synchronization' fails on Mac pushb plugin : Bug#25659 memory leak via "plugins" test rpl_ndb_dd_advance : Bug#25913 rpl_ndb_dd_advance fails randomly + +rpl_ndb_stm_innodb : Bug#26783 diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 4f555c543a9..d12f94c6967 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -4166,6 +4166,8 @@ THR_LOCK_DATA **ha_ndbcluster::store_lock(THD *thd, extern MASTER_INFO *active_mi; static int ndbcluster_update_apply_status(THD *thd, int do_update) { + return 0; + Thd_ndb *thd_ndb= get_thd_ndb(thd); Ndb *ndb= thd_ndb->ndb; NDBDICT *dict= ndb->getDictionary();