Updated stop_ndbcluster script
mysql-test/ndb/stop_ndbcluster:
Allow script to run even if pidfile does not exist
This is done so that it will try to connect to mgmtsrvr an stop all running ndb nodes.
NOTE! It would be good if also the mgmtsrv could "stop itself"
mysql-test/r/ndb_index_ordered.result:
Add table with two index columns to test
mysql-test/t/ndb_index_ordered.test:
Add table with two index columns to test
Updated sql-bench configs to take NDB's limitations into account
mysql-test/mysql-test-run.sh:
Instruct run-all-tests to create tables in NDB if USE_NDBCLUSTER is set
mysql-test/ndb/ndb_config_2_node.ini:
Increase MaxNumberOfOperations to 100000 to support large deletes and inserts.
sql-bench/server-cfg.sh:
Add settings and limitations for NDB