Menu

#2636 php warning when executing an sql statement

2.11.4
duplicate
5
2013-06-11
2008-01-31
stebu
No

Notice: Undefined variable: first_sql_delimiter in /opt/lampp/htdocs/_admin/phpMyAdmin/libraries/import/sql.php on line 170

when trying toexecute the following sql statement

ALTER TABLE `xx_mitarbeiter` ADD `telefon` VARCHAR( 30 ) NOT NULL ,
ADD `fax` VARCHAR( 30 ) NOT NULL ,
ADD `position` VARCHAR( 60 ) NOT NULL ;

ALTER TABLE `xx_mitarbeiter` ADD `is_ansprechpartner` TINYINT( 1 ) NOT NULL ,
ADD `is_zeichnungsberechtigt` TINYINT( 1 ) NOT NULL ;

ALTER TABLE `xx_mitarbeiter` ADD `titel` VARCHAR( 30 ) NOT NULL AFTER `anrede_id` ;

Discussion

  • Sebastian Mendel

    Logged In: YES
    user_id=326580
    Originator: NO

    already fixed for next release 2.11.5

     
  • Sebastian Mendel

    • assigned_to: nobody --> lem9
    • status: open --> closed-duplicate
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-duplicate --> duplicate
     
MongoDB Logo MongoDB