~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 09:43:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805094318-5z2r61cu4mdy0fuw
Refactor Table_ident 

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
namespace drizzled {
99
99
 
100
 
/*
101
 
  The following is used to initialise Table_ident with a internal
102
 
  table name
103
 
*/
104
 
char internal_table_name[2]= "*";
105
 
char empty_c_string[1]= {0};    /* used for not defined db */
106
 
 
107
100
const char* const Session::DEFAULT_WHERE= "field list";
108
101
 
109
102
uint64_t g_refresh_version = 1;