1. 19 Jun, 2007 2 commits
    • 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
    • unknown's avatar
      Merge damien-katzs-computer.local:/Users/dkatz/mysql50 · f42f368f
      unknown authored
      into  damien-katzs-computer.local:/Users/dkatz/mysql51
      
      
      mysql-test/r/udf.result:
        Auto merged
      mysql-test/t/udf.test:
        Auto merged
      sql/sql_yacc.yy:
        This line that marks the expression as unsafe for caching now belongs in the create() methods for builder objects inheriting from Create_func.
      f42f368f
  2. 18 Jun, 2007 13 commits
  3. 17 Jun, 2007 25 commits