1. 15 Oct, 2002 5 commits
    • unknown's avatar
      Fixed some bugs in mysql, mysqladmin and mysqld. · b21d21da
      unknown authored
      
      client/mysql.cc:
        Fixed a bug in --pager when used with --disable- or --skip- prefixes.
      client/mysqladmin.c:
        Fixed a bug in --wait, which didn't take an optional argument while it should.
      sql/mysqld.cc:
        Fixed a type and a bug in --transaction-isolation option in mysqld.cc
      b21d21da
    • unknown's avatar
      Fixed a bug in my_getopt · 826af968
      unknown authored
      
      mysys/my_getopt.c:
        Fixed a bug in my_getopt; using NULL or 0 as u_max_value caused segmentation
        fault even in those programs that didn't have any use for this feature
        (prefix --maximum)
      826af968
    • unknown's avatar
      SCRUM Task 430: Allowing braces in joins by simply removing them. · 56a35269
      unknown authored
      Fixed the remaining join variations, (left, right, natural, etc).
      (Previous fix only solved "," and "[cross] join".)
      
      
      mysql-test/r/select.result:
        Added more test case results for more braced join fixes.
      mysql-test/t/select.test:
        Added more tests for braced join fixes.
      sql/sql_yacc.yy:
        Changed the remaining join_table_list cases to handle braces.
        Also added some precedence declaration to silence shift/reduce conflicts
        warnings that turned up after these fixes.
      56a35269
    • unknown's avatar
      Merge pmartin@work.mysql.com:/home/bk/mysql-4.0 · 95f1f322
      unknown authored
      into mysql.com:/home/pem/work/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      95f1f322
    • unknown's avatar
      Added verification of the Administrator user when installing the service · 72722c93
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      72722c93
  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 1 commit