~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1367
1367
 
1368
1368
 
1369
1369
int
1370
 
select_export::prepare(List<Item> &list, SELECT_LEX_UNIT *u)
 
1370
select_export::prepare(List<Item> &list, Select_Lex_UNIT *u)
1371
1371
{
1372
1372
  bool blob_flag=0;
1373
1373
  bool string_results= false, non_string_results= false;
1627
1627
 
1628
1628
 
1629
1629
int
1630
 
select_dump::prepare(List<Item> &, SELECT_LEX_UNIT *u)
 
1630
select_dump::prepare(List<Item> &, Select_Lex_UNIT *u)
1631
1631
{
1632
1632
  unit= u;
1633
1633
  return (int) ((file= create_file(session, path, exchange, &cache)) < 0);
1828
1828
  Dump of select to variables
1829
1829
***************************************************************************/
1830
1830
 
1831
 
int select_dumpvar::prepare(List<Item> &list, SELECT_LEX_UNIT *u)
 
1831
int select_dumpvar::prepare(List<Item> &list, Select_Lex_UNIT *u)
1832
1832
{
1833
1833
  unit= u;
1834
1834