1. 15 Oct, 2002 3 commits
  2. 13 Oct, 2002 3 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · a73e1fe0
      unknown authored
      into mysql.com:/space/my/mysql-4.0-automake
      
      a73e1fe0
    • unknown's avatar
      - replaced Docs/LICENSE with Docs/MySQLEULA.txt · 99fa4b0c
      unknown authored
       - Updated scripts/make_binary_distribution and scripts/mysql-copyright*
         accordingly
      
      
      BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
        Delete: Docs/LICENSE
      BitKeeper/deleted/.del-MySQLEULA.doc~e7fa298916345cf3:
        Delete: Docs/MySQLEULA.doc
      Build-tools/mysql-copyright-2:
         - replaced LICENSE with MySQLEULA.txt
      Build-tools/mysql-copyright:
         - replaced LICENSE with MySQLEULA.txt
      scripts/make_binary_distribution.sh:
         - replaced LICENSE with MySQLEULA.txt
      99fa4b0c
    • unknown's avatar
      Builder C++ Embedded Server Sample · d9862dfb
      unknown authored
      d9862dfb
  3. 12 Oct, 2002 2 commits
    • unknown's avatar
      Two bug fixes · 32d981c3
      unknown authored
      
      Docs/manual.texi:
        added text for fixes
      mysql-test/r/multi_update.result:
        new test case for multi-table deletes
      mysql-test/t/multi_update.test:
        new test case for multi-table deletes
      sql/sql_delete.cc:
        fix for multi-table deletes
      sql/sql_update.cc:
        fix for multi-table updates
      32d981c3
    • unknown's avatar
      Task 430: Allowing braces in joins by simply removing them. · 94fa37da
      unknown authored
      This is a simple fix, allowing a join_table_list in the right reduction of a
      normal_join sequence, instead of just a join_table. This makes things like
      "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead
      of ",".
      
      This should fix the bug reported as:
        Subject: ODBC SQL syntax issue 
        From: Ivan Vazharov 
        Date: Mon, 30 Sep 2002 12:02:42 +0200 
      
      
      mysql-test/r/select.result:
        Results from new test cases for removing braces in joins.
      mysql-test/t/select.test:
        New test cases for removing braces in joins.
      sql/sql_yacc.yy:
        Allow (and remove) braces in all parts of a normal_join list, not just the
        first one.
        Also added three missing ';'.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      94fa37da
  4. 09 Oct, 2002 7 commits
  5. 08 Oct, 2002 10 commits
  6. 07 Oct, 2002 8 commits
  7. 06 Oct, 2002 1 commit
  8. 05 Oct, 2002 2 commits
  9. 04 Oct, 2002 1 commit
  10. 03 Oct, 2002 2 commits
  11. 02 Oct, 2002 1 commit