Rename public types and constants in session.h
Preparing to split session.h into module and core sections.
This commit is contained in:
@ -46,10 +46,10 @@ static int
|
||||
test1()
|
||||
{
|
||||
SERVICE *service;
|
||||
SESSION *session;
|
||||
DCB *dcb;
|
||||
int result;
|
||||
int argc = 3;
|
||||
MXS_SESSION *session;
|
||||
DCB *dcb;
|
||||
int result;
|
||||
int argc = 3;
|
||||
|
||||
mxs_log_init(NULL, "/tmp", MXS_LOG_TARGET_FS);
|
||||
init_test_env(NULL);
|
||||
|
||||
Reference in New Issue
Block a user