~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2011-05-21 03:23:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2314.
  • Revision ID: brian@tangent.org-20110521032306-zc9z0av1twanybz1
const the packet

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
        COM_QUIT/COM_SHUTDOWN
187
187
*/
188
188
bool dispatch_command(enum_server_command command, Session *session,
189
 
                      char* packet, uint32_t packet_length)
 
189
                      const char* packet, uint32_t packet_length)
190
190
{
191
191
  bool error= false;
192
192
  Query_id &query_id= Query_id::get_query_id();