~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2010-06-20 01:19:18 UTC
  • mto: (1627.2.6 build)
  • mto: This revision was merged to the branch mainline in revision 1629.
  • Revision ID: brian@gir-2.local-20100620011918-42bp2e5zr22alin6
Modify TableIdentifier to be const

Show diffs side-by-side

added added

removed removed

Lines of Context:
729
729
        DRIZZLE_QUERY_EXEC_START(session->query.c_str(),
730
730
                                 session->thread_id,
731
731
                                 const_cast<const char *>(session->db.empty() ? "" : session->db.c_str()));
 
732
        // Implement Views here --Brian
 
733
 
732
734
        /* Actually execute the query */
733
735
        try {
734
736
          mysql_execute_command(session);