~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/protocol.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:
584
584
/**
585
585
  Send \\0 end terminated string.
586
586
 
587
 
  @param from   NullS or \\0 terminated string
 
587
  @param from   NULL or \\0 terminated string
588
588
 
589
589
  @note
590
590
    In most cases one should use store(from, length) instead of this function