• unknown's avatar
    Bug #23491 MySQLDump prefix function call in a view by database name · 09eff0aa
    unknown authored
    - 5.0 merged to 5.1 differences.
    
    
    sql/item_create.cc:
      Bug #23491 MySQLDump prefix function call in a view by database name
      - Added use_explicit_name to Create_sp_func::create method.
      - Default use_explicit_name to false when db name not specified.
      - Use use_explicit_name when creating sp_name object.
    sql/item_create.h:
      Bug #23491 MySQLDump prefix function call in a view by database name
      - Updated virtual function definition.
    sql/sql_yacc.yy:
      Bug #23491 MySQLDump prefix function call in a view by database name
      - Use new create method.
    09eff0aa
sql_yacc.yy 313 KB