• unknown's avatar
    Bug #28921 Queries containg UDF functions are cached · 54c53160
    unknown authored
    Additional edits to the 5.0 ChangeSet|1.2519 that are necessary for the fix to work with the new code structure in 5.1.
    
    
    sql/item_create.cc:
      Added line to prevent a query that contains a UDF from being cached. In 5.0 this was handled in sql_yacc.cc but now the the individual Create_func builders will be responsible for clearing the flag.
    54c53160
item_create.cc 111 KB