~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2009-03-07 16:52:08 UTC
  • mto: This revision was merged to the branch mainline in revision 920.
  • Revision ID: brian@tangent.org-20090307165208-9km7nmnah7ntvw40
Comitting the removal of server code for LOAD DATA "LOCAL" INFILE

Show diffs side-by-side

added added

removed removed

Lines of Context:
5171
5171
            LEX *lex=Lex;
5172
5172
            lex->sql_command= SQLCOM_LOAD;
5173
5173
            lex->lock_option= $4;
5174
 
            lex->local_file=  0;
5175
5174
            lex->duplicates= DUP_ERROR;
5176
5175
            lex->ignore= 0;
5177
5176
            if (!(lex->exchange= new file_exchange($6.str, 0, $2)))