=== modified file 'storage/ndb/src/mgmclient/main.cpp' --- storage/ndb/src/mgmclient/main.cpp 2010-03-04 12:32:16 +0000 +++ storage/ndb/src/mgmclient/main.cpp 2010-05-03 12:30:53 +0000 @@ -156,6 +156,9 @@ } if (histfile.length()) read_history(histfile.c_str()); + + // disable TAB completion (see bug #53280) + rl_bind_key ('\t', rl_insert); #endif ndbout << "-- NDB Cluster -- Management Client --" << endl;