=== 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:26:42 +0000 @@ -156,6 +156,10 @@ } if (histfile.length()) read_history(histfile.c_str()); + + // disable TAB completion, do not provide TAB character either + // as there is no use for it here + rl_bind_key ('\t', NULL); #endif ndbout << "-- NDB Cluster -- Management Client --" << endl;