~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to library/sql-parser/yy_purify-tool/sql_yacc.yy

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8273
8273
          {
8274
8274
            LEX *lex=Lex;
8275
8275
            lex->sql_command = SQLCOM_CHECKSUM;
8276
 
            /* Will be overriden during execution. */
 
8276
            /* Will be overridden during execution. */
8277
8277
            YYPS->m_lock_type= TL_UNLOCK;
8278
8278
          }
8279
8279
          table_list opt_checksum_type
8294
8294
            lex->no_write_to_binlog= $2;
8295
8295
            lex->check_opt.init();
8296
8296
            lex->alter_info.reset();
8297
 
            /* Will be overriden during execution. */
 
8297
            /* Will be overridden during execution. */
8298
8298
            YYPS->m_lock_type= TL_UNLOCK;
8299
8299
          }
8300
8300
          table_list opt_mi_repair_type
8332
8332
            lex->no_write_to_binlog= $2;
8333
8333
            lex->check_opt.init();
8334
8334
            lex->alter_info.reset();
8335
 
            /* Will be overriden during execution. */
 
8335
            /* Will be overridden during execution. */
8336
8336
            YYPS->m_lock_type= TL_UNLOCK;
8337
8337
          }
8338
8338
          table_list
8367
8367
            lex->sql_command = SQLCOM_CHECK;
8368
8368
            lex->check_opt.init();
8369
8369
            lex->alter_info.reset();
8370
 
            /* Will be overriden during execution. */
 
8370
            /* Will be overridden during execution. */
8371
8371
            YYPS->m_lock_type= TL_UNLOCK;
8372
8372
          }
8373
8373
          table_list opt_mi_check_type
8408
8408
            lex->no_write_to_binlog= $2;
8409
8409
            lex->check_opt.init();
8410
8410
            lex->alter_info.reset();
8411
 
            /* Will be overriden during execution. */
 
8411
            /* Will be overridden during execution. */
8412
8412
            YYPS->m_lock_type= TL_UNLOCK;
8413
8413
          }
8414
8414
          table_list