~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2010-03-25 20:50:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1411.
  • Revision ID: brian@gaz-20100325205051-95u6a4ah2bnq55s3
Small cleanup around how we do types internally.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1040
1040
            message::Table &proto= statement->create_table_message;
1041
1041
           
1042
1042
            proto.set_name($5->table.str);
1043
 
            if($2)
 
1043
            if ($2)
1044
1044
              proto.set_type(message::Table::TEMPORARY);
1045
1045
            else
1046
1046
              proto.set_type(message::Table::STANDARD);