~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-05-15 01:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515014727-shmtwpeisru443qs
Once again... removed vcol code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
using namespace std;
47
47
 
48
 
/* Keyword for parsing virtual column functions */
49
 
LEX_STRING parse_vcol_keyword= { C_STRING_WITH_LEN("PARSE_VCOL_EXPR ") };
50
 
 
51
48
/* Functions defined in this file */
52
49
 
53
50
void open_table_error(TableShare *share, int error, int db_errno,