Commit f02115a3 authored by joreland@mysql.com's avatar joreland@mysql.com

ndb - adapt old testprg to changes in ndbapi

parent ce08a8ab
...@@ -101,7 +101,7 @@ extern "C" { ...@@ -101,7 +101,7 @@ extern "C" {
typedef struct { typedef struct {
struct Ndb_cluster_connection* pNCC; struct Ndb_cluster_connection* pNCC;
struct Ndb * pNDB; struct Ndb * pNDB;
struct NdbConnection * pCurrTrans; struct NdbTransaction * pCurrTrans;
} UserHandle; } UserHandle;
/*************************************************************** /***************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment