~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.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:
39
39
 
40
40
/* Forward declarations */
41
41
class String;
42
 
class JOIN;
 
42
class Join;
43
43
class Session;
44
44
struct st_ha_create_information;
45
45
typedef st_ha_create_information HA_CREATE_INFO;