1. 16 Jan, 2007 3 commits
  2. 15 Jan, 2007 17 commits
  3. 14 Jan, 2007 1 commit
  4. 12 Jan, 2007 17 commits
  5. 11 Jan, 2007 2 commits
    • mmj@tiger.mmj.dk's avatar
      Merge mjorgensen@bk-internal.mysql.com:/home/bk/mysql-5.0 · ebb48853
      mmj@tiger.mmj.dk authored
      into  tiger.mmj.dk:/Users/mmj/bktrees/mysql-5.1-build
      ebb48853
    • malff/marcsql@weblab.(none)'s avatar
      Bug#22687 (Functions UNIQUE_USERS, GROUP_UNIQUE_USERS) · 9655f5fb
      malff/marcsql@weblab.(none) authored
      According to some internal communication, these two functions are place
      holders for future enhancements. Because they use a variable number of
      parameters, the implementation defined a reserved keyword for them in the
      parser grammar.
      
      Unfortunately, doing so creates a bug similar to Bug 21114 reported for the
      function FORMAT.
      
      In the 5.1 code base, due to improvements in the code implemented with bug
      21114, having a reserved keyword for functions with a variable number of
      arguments is not needed any more by the implementation.
      
      As a result, this fix removes the place-holder implementation, and removes
      the unnecessary reserved keywords. Should the functions UNIQUE_USERS and
      GROUP_UNIQUE_USERS be finally implemented in a later release, the
      implementation should sub class Create_native_func in sql/item_create.cc.
      For example, see the class Create_func_concat.
      9655f5fb