~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to plugin/archive/azio.cc

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
962
962
  Though this was added to support MySQL's FRM file, anything can be
963
963
  stored in this location.
964
964
*/
965
 
int azwrite_frm(azio_stream *s, char *blob, unsigned int length)
 
965
int azwrite_frm(azio_stream *s, const char *blob, unsigned int length)
966
966
{
967
967
  if (s->mode == 'r')
968
968
    return 1;