~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_lex.h

  • 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:
947
947
    a reliable binlog/replication, or if we will use stored functions
948
948
    or triggers which themselves need require row-based binlogging.
949
949
  */
950
 
  uint32 binlog_stmt_flags;
 
950
  uint32_t binlog_stmt_flags;
951
951
};
952
952
 
953
953