1. 12 Jan, 2007 1 commit
  2. 11 Jan, 2007 3 commits
    • 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
    • kostja@bodhi.local's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · b72c2771
      kostja@bodhi.local authored
      into  bodhi.local:/opt/local/work/mysql-5.1-runtime
      b72c2771
    • malff/marcsql@weblab.(none)'s avatar
      Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · f043c7c4
      malff/marcsql@weblab.(none) authored
      into  weblab.(none):/home/marcsql/TREE/mysql-5.1-25183
      f043c7c4
  3. 10 Jan, 2007 2 commits
  4. 09 Jan, 2007 5 commits
  5. 06 Jan, 2007 2 commits
  6. 04 Jan, 2007 4 commits
  7. 03 Jan, 2007 2 commits
    • malff/marcsql@weblab.(none)'s avatar
      Bug#25302 (893 reduce/reduce conflicts in parser grammar) · 4cae0119
      malff/marcsql@weblab.(none) authored
      This fix corrects build issues introduced by WL#3031:
      
      - In the SQL grammar, 'USER' is a SQL 2003 reserved keyword,
      and therefore should not be part of the keyword production.
      
      - In sql/sql_parse.cc, the code for CREATE SERVER and ALTER SERVER
      was not using proper format strings in the DBUG_PRINT statements.
      4cae0119
    • malff/marcsql@weblab.(none)'s avatar
      · 564309e4
      malff/marcsql@weblab.(none) authored
      Merge 5.1-main -> 5.1-runtime, added ignore entry for missing symbolic link
      564309e4
  8. 02 Jan, 2007 20 commits
  9. 31 Dec, 2006 1 commit