1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

added config parameter Group on connection

moved NdbWaiter, m_ndb_cluster_connection, to impl class
    moved node selection things to cluster connection
    moved all private things to impl class
    added opts for shared memory and node selection
    changed opts handling somewhat; introduced enum for options and common handling of option variables
    added checks for transporter support
    automatic addition of shared mem transporters
    moved wait_until_ready code to cluster connection
    added control of usage of new node selection method
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-12-20 12:36:14 +01:00
parent 9f5f59532c
commit 7b47be8990
32 changed files with 1242 additions and 627 deletions

View File

@@ -21,7 +21,11 @@
#include <NdbApi.hpp>
#include <NDBT.hpp>
static const char* opt_connect_str= 0;
enum ndb_drop_index_options {
NDB_STD_OPTS_OPTIONS
};
NDB_STD_OPTS_VARS;
static const char* _dbname = "TEST_DB";
static struct my_option my_long_options[] =
{