1. 03 Sep, 2002 9 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · a0793f64
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      
      sql/sql_select.cc:
        Auto merged
      a0793f64
    • unknown's avatar
      a small fix for a distinct query · af6a7eeb
      unknown authored
      af6a7eeb
    • unknown's avatar
      Fixed problem from last merge · 50a612f7
      unknown authored
      50a612f7
    • unknown's avatar
      Merge mashka.mysql.fi:/home/my/mysql-3.23 · a46d07ac
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      mysql-test/r/distinct.result:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      a46d07ac
    • unknown's avatar
      Merge · a040cf1e
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      a040cf1e
    • unknown's avatar
      Fixed bug introduces by last changeset · 3307f955
      unknown authored
      (Fixing of problem with ALTER TABLE on BDB tables)
      
      
      mysql-test/r/distinct.result:
        Fixed results after bug fix
      sql/mysql_priv.h:
        Split close_thread_tables() into two functions.
        (Needed for bug fix from 4.0)
      sql/sql_base.cc:
        Split close_thread_tables() into two functions.
        (Needed for bug fix from 4.0)
      3307f955
    • unknown's avatar
      Check if AND/OR expression can be NULL · 35115d9a
      unknown authored
      Better fix for ALTER TABLE on BDB tables
      (Both of the above fixes are already in 4.0)
      
      
      Docs/manual.texi:
        Changelog
      sql/item_cmpfunc.cc:
        Check if AND/OR expression can be NULL
      sql/sql_table.cc:
        Better fix for ALTER TABLE on BDB tables
      35115d9a
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · e64562a1
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      e64562a1
    • unknown's avatar
      Some trivial optimzations · 0f2ab68c
      unknown authored
      Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
      Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
      Better fix for ALTER TABLE on BDB tables.
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Simple optimization
      libmysql/libmysql.c:
        Removed initialization of varibles that are already set to zero
      myisam/myisamchk.c:
        Fixed comment for extend-check
      mysql-test/r/bdb-alter-table-1.result:
        Updated results
      mysql-test/r/bdb-alter-table-2.result:
        Updated results
      mysql-test/r/distinct.result:
        Updated results after bug fix
      mysql-test/r/handler.result:
        Updated results
      mysql-test/r/innodb_handler.result:
        Updated results
      mysql-test/r/select.result:
        Updated results
      mysql-test/r/varbinary.result:
        Updated results
      mysql-test/t/bdb-alter-table-1.test:
        Added comments
      mysql-test/t/bdb-alter-table-2.test:
        Added comments
      mysql-test/t/select.test:
        Remove OPTION in SET OPTION
        Added tests for ORDER BY key LIMIT
      sql/item_cmpfunc.cc:
        Check if AND/OR expression can be NULL
      sql/mysqld.cc:
        mysqld --help now shows value of datadir
      sql/share/english/errmsg.txt:
        Better error message for syntax error
      sql/sql_base.cc:
        Bug fix for SHOW OPEN TABLES
      sql/sql_class.cc:
        Moved virtual function to .cc file to avoid that we have to include assert.h everywhere.
      sql/sql_class.h:
        Moved virtual function to .cc file to avoid that we have to include assert.h everywhere.
      sql/sql_parse.cc:
        Removed old dead code from 3.23
      sql/sql_select.cc:
        Improved optimization of ORDER BY key LIMIT
      sql/sql_table.cc:
        More comments,
        Better fix for ALTER TABLE on BDB tables.
      0f2ab68c
  2. 02 Sep, 2002 2 commits
  3. 01 Sep, 2002 5 commits
  4. 31 Aug, 2002 6 commits
    • unknown's avatar
      merged · f7d6288d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-compile:
        Auto merged
      Docs/manual.texi:
        Auto merged
      innobase/configure.in:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/os/os0thread.c:
        Auto merged
      innobase/pars/lexyy.c:
        Auto merged
      innobase/pars/pars0grm.c:
        Auto merged
      innobase/pars/pars0grm.y:
        Auto merged
      innobase/pars/pars0lex.l:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      f7d6288d
    • unknown's avatar
      LOCK+modify+OPTIMIZE bugfix · ffb97b49
      unknown authored
      ffb97b49
    • unknown's avatar
      changelog updated · 9a195378
      unknown authored
      9a195378
    • unknown's avatar
      LOCK+change+OPTIMIZE MyISAM bug · 3f363c7d
      unknown authored
      
      myisam/mi_delete_all.c:
        reverting the wrong bugfix
      mysql-test/r/delete.result:
        moving the test case to where it belongs
      mysql-test/t/delete.test:
        moving the test case to where it belongs
      3f363c7d
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 85da4cfd
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      85da4cfd
    • unknown's avatar
      Merge · c8f6ea2c
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      c8f6ea2c
  5. 30 Aug, 2002 7 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 0707f465
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      
      0707f465
    • unknown's avatar
      A nasty fix when all rows are deleted with a write lock · e7026604
      unknown authored
      
      sql/mysqld.cc:
        Some spelling checking error corrections a la Paul Dubois
      e7026604
    • unknown's avatar
      fixed tests to be independed from environment · db951c2f
      unknown authored
      
      mysql-test/r/binary.result:
        fixed test to be independed from environment
      mysql-test/r/delayed.result:
        fixed test to be independed from environment
      mysql-test/r/fulltext_left_join.result:
        fixed test to be independed from environment
      mysql-test/r/func_group.result:
        fixed test to be independed from environment
      mysql-test/r/func_in.result:
        fixed test to be independed from environment
      mysql-test/r/key_primary.result:
        fixed test to be independed from environment
      mysql-test/r/lock_multi.result:
        fixed test to be independed from environment
      mysql-test/r/odbc.result:
        fixed test to be independed from environment
      mysql-test/r/type_set.result:
        fixed test to be independed from environment
      mysql-test/r/type_time.result:
        fixed test to be independed from environment
      mysql-test/r/type_timestamp.result:
        fixed test to be independed from environment
      mysql-test/r/type_year.result:
        fixed test to be independed from environment
      mysql-test/r/varbinary.result:
        fixed test to be independed from environment
      mysql-test/r/warnings.result:
        fixed test to be independed from environment
      mysql-test/t/binary.test:
        fixed test to be independed from environment
      mysql-test/t/delayed.test:
        fixed test to be independed from environment
      mysql-test/t/flush_table.test:
        fixed test to be independed from environment
      mysql-test/t/fulltext_left_join.test:
        fixed test to be independed from environment
      mysql-test/t/func_group.test:
        fixed test to be independed from environment
      mysql-test/t/func_in.test:
        fixed test to be independed from environment
      mysql-test/t/key_primary.test:
        fixed test to be independed from environment
      mysql-test/t/lock_multi.test:
        fixed test to be independed from environment
      mysql-test/t/odbc.test:
        fixed test to be independed from environment
      mysql-test/t/type_set.test:
        fixed test to be independed from environment
      mysql-test/t/type_time.test:
        fixed test to be independed from environment
      mysql-test/t/type_timestamp.test:
        fixed test to be independed from environment
      mysql-test/t/type_year.test:
        fixed test to be independed from environment
      mysql-test/t/varbinary.test:
        fixed test to be independed from environment
      mysql-test/t/warnings.test:
        fixed test to be independed from environment
      db951c2f
    • unknown's avatar
      truncate test made independed from environment · e10984b9
      unknown authored
      e10984b9
    • unknown's avatar
      missing option · 103e2936
      unknown authored
      103e2936
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 4121d2df
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      
      4121d2df
    • unknown's avatar
      A small bug fix in log::write · a8f3587f
      unknown authored
      a8f3587f
  6. 29 Aug, 2002 6 commits
  7. 28 Aug, 2002 5 commits