~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-02-05 03:18:01 UTC
  • mto: This revision was merged to the branch mainline in revision 833.
  • Revision ID: brian@tangent.org-20090205031801-31ynx0ckbme4o8ne
Rename class file_exchange

Show diffs side-by-side

added added

removed removed

Lines of Context:
1254
1254
static String default_escaped("\\",default_charset_info);
1255
1255
static String default_field_term("\t",default_charset_info);
1256
1256
 
1257
 
sql_exchange::sql_exchange(char *name, bool flag,
 
1257
file_exchange::file_exchange(char *name, bool flag,
1258
1258
                           enum enum_filetype filetype_arg)
1259
1259
  :file_name(name), opt_enclosed(0), dumpfile(flag), skip_lines(0)
1260
1260
{
1442
1442
*/
1443
1443
 
1444
1444
 
1445
 
static File create_file(Session *session, char *path, sql_exchange *exchange,
 
1445
static File create_file(Session *session, char *path, file_exchange *exchange,
1446
1446
                        IO_CACHE *cache)
1447
1447
{
1448
1448
  File file;