- fixes the [9226]: DB 'NULL' message
#define EDG_WLL_MYSQL_VERSION 40001
#define BUF_INSERT_ROW_ALLOC_BLOCK 1000
+#define DEFAULTCS "lbserver/@localhost:lbserver20"
typedef struct _edg_wll_Stmt *edg_wll_Stmt;
#endif /* GLITE_LB_SERVER_WITH_WS */
if (!dbstring) dbstring = getenv("LBDB");
+ if (!dbstring) dbstring = strdup(DEFAULTCS);
/* Just check the database and let it be. The slaves do the job. */
edg_wll_InitContext(&ctx);
#include "glite/lb/context-int.h"
#include "glite/lb/trio.h"
-#define DEFAULTCS "lbserver/@localhost:lbserver20"
-
#define my_err() edg_wll_SetError(ctx,EDG_WLL_ERROR_DB_CALL,mysql_error((MYSQL *) ctx->mysql))
struct _edg_wll_Stmt {