~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_parse.cc

* Removed sql_test.cc custom debugging functions
* Standardized TRUE/FALSE for sql_union.cc, sql_parse.cc
* Removed COM_DEBUG command from server
* Removed/replaced DBUG symbols

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