~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-12-05 07:53:48 UTC
  • Revision ID: brian@tangent.org-20081205075348-h2pj34kucebkdnow
Remove random dead variables/defines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1393
1393
  Alter_info alter_info;
1394
1394
 
1395
1395
  /*
1396
 
    field_list was created for view and should be removed before PS/SP
1397
 
    rexecuton
1398
 
  */
1399
 
  bool empty_field_list_on_rset;
1400
 
 
1401
 
  /*
1402
1396
    Pointers to part of LOAD DATA statement that should be rewritten
1403
1397
    during replication ("LOCAL 'filename' REPLACE INTO" part).
1404
1398
  */