~maria-captains/maria/10.0

« back to all changes in this revision

Viewing changes to storage/connect/plugutil.c

  • Committer: Sergei Golubchik
  • Date: 2015-02-24 13:17:00 UTC
  • mfrom: (4439.1.53 10.0-connect)
  • Revision ID: sergii@pisem.net-20150224131700-aivkhzqi5rbvpo3l
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    return NULL;
145
145
  } else {
146
146
    g->Sarea_Size = worksize;
147
 
    g->Trace = 0;
148
147
    g->Createas = 0;
149
148
    g->Alchecked = 0;
150
149
    g->Mrr = 0;
151
150
    g->Activityp = g->ActivityStart = NULL;
152
151
    g->Xchk = NULL;
 
152
    g->N = 0;
153
153
    strcpy(g->Message, "");
154
154
 
155
155
    /*******************************************************************/