1. 10 Sep, 2004 1 commit
    • unknown's avatar
      dict0dict.c: · 49735477
      unknown authored
        Fixed typo
      
      
      innobase/dict/dict0dict.c:
        Fixed typo
      49735477
  2. 09 Sep, 2004 5 commits
  3. 08 Sep, 2004 3 commits
    • unknown's avatar
      [This patch has already been approved by Serge. I am recommitting and pushing... · 671dcac8
      unknown authored
      [This patch has already been approved by Serge.  I am recommitting and pushing from a new repository because there were other changesets that couldn't be pushed.]
      
      BUG# 5229 --password=foobar does not override the empty 'password' option in the my.cnf
      This is a backport of a change made by jani in the 4.1 tree.
      
      mysql.cc:
        Add tty_password=0 in the p case handling in get_one_option
      
      
      client/mysql.cc:
        Add tty_password=0 in the p case handling in get_one_option
      671dcac8
    • unknown's avatar
      5c438cec
    • unknown's avatar
      InnoDB: Update links to the user manual · 37edeaa7
      unknown authored
      
      innobase/btr/btr0btr.c:
        Update links to the user manual
      innobase/buf/buf0buf.c:
        Update links to the user manual
      innobase/dict/dict0dict.c:
        Update links to the user manual
      innobase/fsp/fsp0fsp.c:
        Update links to the user manual
      innobase/log/log0log.c:
        Update links to the user manual
      innobase/log/log0recv.c:
        Update links to the user manual
      innobase/os/os0file.c:
        Update links to the user manual
      innobase/row/row0mysql.c:
        Update links to the user manual
      innobase/ut/ut0dbg.c:
        Update links to the user manual
      37edeaa7
  4. 07 Sep, 2004 16 commits
  5. 06 Sep, 2004 9 commits
  6. 05 Sep, 2004 1 commit
    • unknown's avatar
      union.test: drop table added · f6b5313e
      unknown authored
      
      BitKeeper/etc/ignore:
        Added support-files/my-innodb-heavy-4G.cnf to the ignore list
      mysql-test/r/union.result:
        drop table added
      mysql-test/t/union.test:
        drop table added
      f6b5313e
  7. 03 Sep, 2004 5 commits
    • unknown's avatar
      sql_yacc.yy: · cf43c238
      unknown authored
        Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
      
      
      sql/sql_yacc.yy:
        Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
      cf43c238
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · 3f79af6a
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      
      sql/sql_select.cc:
        Auto merged
      3f79af6a
    • unknown's avatar
      select.result, select.test: · 76936ace
      unknown authored
        Added a test case for bug #5333.
      null_key.result, key_primary.result:
        Made covering index usable for const tables.
      sql_select.cc:
        Made covering index usable for const tables:
        downported the corresponding code from 4.1.
        Simultaneously fixed bug #5333 reported for 4.1.
        The bug was due to the fact that field index in join
        structures was always set to 0 for const tables.
      
      
      sql/sql_select.cc:
        Made covering index usable for const tables:
        downported the corresponding code from 4.1.
        Simultaneously fixed bug #5333 reported for 4.1.
        The bug was due to the fact that field index in join
        structures was always set to 0 for const tables.
      mysql-test/t/select.test:
        Added a test case for bug #5333.
      mysql-test/r/key_primary.result:
        Made covering index usable for const tables.
      mysql-test/r/null_key.result:
        Made covering index usable for const tables.
      mysql-test/r/select.result:
        Added a test case for bug #5333.
      76936ace