~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2008-10-06 21:06:15 UTC
  • Revision ID: brian@tangent.org-20081006210615-65c8oe0wxkpcp6xl
Removed dead repl_failsafe file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5159
5159
          {
5160
5160
            Lex->sql_command = SQLCOM_SHOW_BINLOGS;
5161
5161
          }
5162
 
        | SLAVE HOSTS_SYM
5163
 
          {
5164
 
            Lex->sql_command = SQLCOM_SHOW_SLAVE_HOSTS;
5165
 
          }
5166
5162
        | BINLOG_SYM EVENTS_SYM binlog_in binlog_from
5167
5163
          {
5168
5164
            LEX *lex= Lex;