~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/azio.cc

Extracted the LOAD command into its own class and implementation files.
Removed the corresponding case label from the switch statement.

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, const char *blob, unsigned int length)
 
965
int azwrite_frm(azio_stream *s, char *blob, unsigned int length)
966
966
{
967
967
  if (s->mode == 'r')
968
968
    return 1;