~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_lex.cc

Replacing all bzero() calls with memset() calls and removing the bzero.c file.
Also removing check for bzero from the 'configure.ac' autoconf file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
  lex->in_sum_func= NULL;
343
343
  /*
344
344
    ok, there must be a better solution for this, long-term
345
 
    I tried "bzero" in the sql_yacc.yy code, but that for
 
345
    I tried "memset" in the sql_yacc.yy code, but that for
346
346
    some reason made the values zero, even if they were set
347
347
  */
348
348
  lex->server_options.server_name= 0;