~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
793
793
    {
794
794
      ulong pos;
795
795
      ushort flags;
796
 
      uint32 slave_server_id;
 
796
      uint32_t slave_server_id;
797
797
 
798
798
      status_var_increment(thd->status_var.com_other);
799
799
      thd->enable_slow_log= opt_log_slow_admin_statements;
2681
2681
      if (lex->describe & DESCRIBE_EXTENDED)
2682
2682
      {
2683
2683
        char buff[1024];
2684
 
        String str(buff,(uint32) sizeof(buff), system_charset_info);
 
2684
        String str(buff,(uint32_t) sizeof(buff), system_charset_info);
2685
2685
        str.length(0);
2686
2686
        thd->lex->unit.print(&str, QT_ORDINARY);
2687
2687
        str.append('\0');