~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-05-19 00:35:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1542.
  • Revision ID: brian@gaz-20100519003541-7ecxcuwv9klvzi8l
JOIN -> Join rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
1505
1505
  TableShareInstance *getTemporaryShare();
1506
1506
};
1507
1507
 
1508
 
class JOIN;
 
1508
class Join;
1509
1509
 
1510
1510
#define ESCAPE_CHARS "ntrb0ZN" // keep synchronous with READ_INFO::unescape
1511
1511