1. 25 Oct, 2005 1 commit
    • timour@mysql.com's avatar
      Fix for BUG#13832 - Unknown column t1.a in 'on clause'. · f5354eba
      timour@mysql.com authored
      The cause for the bug is that the priorities of all rules/terminals
      that process the FROM clause are not fully specified, and the
      parser generator produces a parser that doesn't always parse
      the FROM clause so that JOINs are left-associative. As a result
      the final join tree produced by the parser is incorrect, which
      is the cause for subsequent name resolution to fail.
      f5354eba
  2. 20 Oct, 2005 3 commits
    • kent@mysql.com's avatar
      configure.in: · 977187eb
      kent@mysql.com authored
        Set the version number to 5.0.16
      977187eb
    • bar@mysql.com's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1 · 6c258beb
      bar@mysql.com authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      6c258beb
    • bar@mysql.com's avatar
      charset.c: · af3d8bd4
      bar@mysql.com authored
        Bug#13238 mysqldump and mysqladmin hangs
        Avoid recursion into init_available_charsets.
        Serg's version didn't work for me: I got 
        double mutex locking.
        Pushing this version instead
        (It was approved by Serg anyway)
      af3d8bd4
  3. 19 Oct, 2005 11 commits
  4. 18 Oct, 2005 25 commits