~ubuntu-branches/ubuntu/quantal/mysql-5.5/quantal-updates

« back to all changes in this revision

Viewing changes to sql/sql_yacc.yy

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-01-16 10:11:37 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130116101137-w2lant30o21mzi0b
Tags: 5.5.29-0ubuntu0.12.10.1
* SECURITY UPDATE: Update to 5.5.29 to fix security issues (LP: #1100264)
  - http://www.oracle.com/technetwork/topics/security/cpujan2013-1515902.html
* debian/patches/CVE-2012-5611.patch: removed, included upstream.
* debian/patches/38_scripts__mysqld_safe.sh__signals.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11010
11010
          {
11011
11011
            LEX *lex=Lex;
11012
11012
            lex->sql_command= SQLCOM_SHOW_AUTHORS;
 
11013
            push_warning_printf(YYTHD, MYSQL_ERROR::WARN_LEVEL_WARN,
 
11014
                                ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT,
 
11015
                                ER(ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT),
 
11016
                                "SHOW AUTHORS");
11013
11017
          }
11014
11018
        | CONTRIBUTORS_SYM
11015
11019
          {
11016
11020
            LEX *lex=Lex;
11017
11021
            lex->sql_command= SQLCOM_SHOW_CONTRIBUTORS;
 
11022
            push_warning_printf(YYTHD, MYSQL_ERROR::WARN_LEVEL_WARN,
 
11023
                                ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT,
 
11024
                                ER(ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT),
 
11025
                                "SHOW CONTRIBUTORS");
11018
11026
          }
11019
11027
        | PRIVILEGES
11020
11028
          {