~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/local_infile.c

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
*/
170
170
 
171
171
static int default_local_infile_init(void **ptr, const char *filename,
172
 
             void *userdata __attribute__ ((unused)))
 
172
                                     void *userdata)
173
173
{
 
174
  (void)userdata;
174
175
  default_local_infile_data *data;
175
176
  char tmp_name[FN_REFLEN];
176
177