Menu

#2379 (ok 2.10.1) Undefined offset: 4 in sqlparser.lib.php #1674

Latest_Git
fixed
1
2013-06-11
2007-03-03
Xuefer
No

last modified rev: 10048

Notice: Undefined offset: 4 in /path/to/phpMyAdmin/libraries/sqlparser.lib.php on line 1674

sql:
1. SET @a = ON
2. SET GLOBAL delay_key_write = ON
etc

Discussion

  • Sebastian Mendel

    Logged In: YES
    user_id=326580
    Originator: NO

    SET @a = ON;

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ON' at line 1

    SET @a = 'ON';
    SET GLOBAL delay_key_write = 'ON';

    works for me (2.10.0.2 and trunk)

     
  • Sebastian Mendel

    • status: open --> pending
     
  • Sebastian Mendel

    Logged In: YES
    user_id=326580
    Originator: NO

    but i see the NOTICE ...

     
  • Sebastian Mendel

    • assigned_to: nobody --> cybot_tm
    • status: pending --> open-accepted
     
  • Sebastian Mendel

    • priority: 5 --> 1
    • summary: Undefined offset: 4 in sqlparser.lib.php #1674 --> (ok 2.11) Undefined offset: 4 in sqlparser.lib.php #1674
    • status: open-accepted --> open-fixed
     
  • Sebastian Mendel

    • summary: (ok 2.11) Undefined offset: 4 in sqlparser.lib.php #1674 --> (ok 2.10.1) Undefined offset: 4 in sqlparser.lib.php #1674
     
  • Marc Delisle

    Marc Delisle - 2007-04-24
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed