~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-07-11 00:33:12 UTC
  • mfrom: (51.1.83 remove-dbug)
  • Revision ID: brian@tangent.org-20080711003312-f4sf5n2z3obor1u8
Comming Jay's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
944
944
    }
945
945
    break;
946
946
  }
947
 
  case COM_DEBUG:
948
 
    status_var_increment(thd->status_var.com_other);
949
 
    mysql_print_status();
950
 
    general_log_print(thd, command, NullS);
951
 
    my_eof(thd);
952
 
    break;
953
947
  case COM_SLEEP:
954
948
  case COM_CONNECT:                             // Impossible here
955
949
  case COM_TIME:                                // Impossible from client