~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1592
1592
    parse_option(default_engine, &engine_options, ',');
1593
1593
 
1594
1594
  if (tty_password)
1595
 
    opt_password= get_tty_password(NullS);
 
1595
    opt_password= get_tty_password(NULL);
1596
1596
  return(0);
1597
1597
}
1598
1598
 
2467
2467
  drizzle_create(drizzle);
2468
2468
 
2469
2469
  if (opt_compress)
2470
 
    drizzle_options(drizzle,DRIZZLE_OPT_COMPRESS,NullS);
 
2470
    drizzle_options(drizzle,DRIZZLE_OPT_COMPRESS,NULL);
2471
2471
 
2472
2472
  for (x= 0; x < 10; x++)
2473
2473
  {