1. 12 Jun, 2001 8 commits
    • unknown's avatar
      BitKeeper/triggers/post-commit · e2029449
      unknown authored
          fixed post-commit message
      mysql-test/t/check.test
          fixed bug from 3.23 merge
      
      
      BitKeeper/triggers/post-commit:
        fixed post-commit message
      mysql-test/t/check.test:
        fixed bug from 3.23 merge
      e2029449
    • unknown's avatar
      merge · a9e6b975
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      sql-bench/server-cfg.sh:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      a9e6b975
    • unknown's avatar
      Added mysqlcheck to RPM · cdcc5670
      unknown authored
      
      support-files/mysql.spec.sh:
        Added mysqlcheck
      cdcc5670
    • unknown's avatar
      merge · 0b40bd04
      unknown authored
      0b40bd04
    • unknown's avatar
      Added --enable-shared to Do-compile · be2b125b
      unknown authored
      
      Build-tools/Do-compile:
        Added --enable-shared
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      be2b125b
    • unknown's avatar
      29f1fd81
    • unknown's avatar
      Added --verbose option to mysqlshow · 01c886ee
      unknown authored
      Fixes for making distribution
      
      
      Build-tools/Do-compile:
        Added --no-strip option
      Docs/manual.texi:
        Changelog and some fixes to comparison section
      client/mysqlshow.c:
        Added --verbose option
      mysql-test/r/create.result:
        Test of CREATE ... SELECT with keys
      mysql-test/t/create.test:
        Test of CREATE ... SELECT with keys
      scripts/make_binary_distribution.sh:
        Changed to use long options
      sql-bench/Comments/postgres.benchmark:
        update
      sql-bench/server-cfg.sh:
        update to use 'vacuum analyze'
      01c886ee
    • unknown's avatar
      send a separate commit message to internals · 54fe14e2
      unknown authored
      added a test for check table
      
      
      BitKeeper/triggers/post-commit:
        send a separate commit message to internals
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      54fe14e2
  2. 11 Jun, 2001 5 commits
    • unknown's avatar
      fixed bugs in mysqltest to get nested while loops to work · 64dc74a1
      unknown authored
      added multi-delete test case that does not work - something for Sinisa to fix
      
      
      client/mysqltest.c:
        fixed bugs to make nested whiles to work
      64dc74a1
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 8b76fb7f
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      Docs/manual.texi:
        Auto merged
      8b76fb7f
    • unknown's avatar
      Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql · 036396bc
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      sql-bench/README:
        Auto merged
      036396bc
    • unknown's avatar
      Changed compare in MyISAM to use my_pread() · 765940cb
      unknown authored
      Fixed that @VAR shows all decimals
      Fixed problem with FLUSH TABLES and LOCK TABLE
      CREATE ... SELECT now creates keys later
      Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
      
      
      Docs/manual.texi:
        Added MySQL/PostgreSQL comparison
      isam/_dynrec.c:
        Fixed wrong compare (not used in MySQL)
      myisam/mi_dynrec.c:
        Fixed wrong compare (not used in MySQL).
        Changed compare to use my_pread()
      myisam/mi_packrec.c:
        cleanup
      mysql-test/r/alter_table.result:
        Added test for ALTER TABLE
      mysql-test/r/variables.result:
        Added test for variables with REAL values.
      mysql-test/t/alter_table.test:
        Added test for ALTER TABLE
      mysql-test/t/variables.test:
        Added test for variables with REAL values.
      mysys/my_pread.c:
        Cleanup
      sql-bench/Makefile.am:
        removed extra \
      sql-bench/README:
        Fixed typo.
      sql/item_func.cc:
        Fixed that @VAR shows all decimals
      sql/share/swedish/errmsg.OLD:
        update
      sql/sql_base.cc:
        Fixed problem with FLUSH TABLES and LOCK TABLE
      sql/sql_insert.cc:
        CREATE ... SELECT now creates keys later
      sql/sql_table.cc:
        Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key.
      BitKeeper/etc/ignore:
        Added sql-bench/graph-compare-results to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      765940cb
    • unknown's avatar
      Small fixes in the manual. · 44b670f6
      unknown authored
      
      BitKeeper/etc/ignore:
        Added sql-bench/compare-results-all sql-bench/template.html to the ignore list
      Docs/manual.texi:
        Changed innodb_unix_file_flush_method -> innodb_flush_method.
      44b670f6
  3. 10 Jun, 2001 1 commit
  4. 09 Jun, 2001 3 commits
    • unknown's avatar
      fixed new error messages and got vio to compile · 6cddf470
      unknown authored
      
      client/Makefile.am:
        cleanup to make vio compile
      client/errmsg.c:
        cleanup
      libmysql/Makefile.am:
        vio fix
      libmysql/Makefile.shared:
        vio fix
      libmysql/errmsg.c:
        fixed up messages
      6cddf470
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9de8ae5f
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      client/mysqltest.c:
        Auto merged
      9de8ae5f
    • unknown's avatar
      auto-magic replication redirection logic support in the client, · 26ffc5d4
      unknown authored
      compiles, passes test suite, does magic, has bugs, but none that I know 
      at this point. Have not tested everything yet, though. Changed
      a lot of code in the client, but normal stuff appears to be working.
      
      
      BUILD/SETUP.sh:
        make sure client link statically
      client/mysqltest.c:
        new commands to test replication probe/parse
      include/errmsg.h:
        new error messages
      include/mysql.h:
        support for replication auto-magic
      libmysql/errmsg.c:
        new error messages
      libmysql/libmysql.c:
        replication probe/parse auto-magic
      mysql-test/mysql-test-run.sh:
        --client-gdb to run the client in debugger
      26ffc5d4
  5. 08 Jun, 2001 10 commits
  6. 07 Jun, 2001 5 commits
    • unknown's avatar
      trx0roll.c Changed Innobase to Innodb in some fprintfs · 9de7a216
      unknown authored
      trx0sys.c	Changed Innobase to Innodb in some fprintfs
      
      
      innobase/trx/trx0roll.c:
        Changed Innobase to Innodb in some fprintfs
      innobase/trx/trx0sys.c:
        Changed Innobase to Innodb in some fprintfs
      9de7a216
    • unknown's avatar
      manual.texi Change my email address (of course I read also from the old address) · 50861b31
      unknown authored
      
      Docs/manual.texi:
        Change my email address (of course I read also from the old address)
      50861b31
    • unknown's avatar
      page0cur.ic Fix a bug in insert buffer and multiversioning · 9c20e1e7
      unknown authored
      manual.texi	Changed innodb_unix_file_flush_method to innodb_flush_method in the manual
      
      
      Docs/manual.texi:
        Changed innodb_unix_file_flush_method to innodb_flush_method in the manual
      innobase/include/page0cur.ic:
        Fix a bug in insert buffer and multiversioning
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9c20e1e7
    • unknown's avatar
      bk resolve work · 9cda81a4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item_sum.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/sql_lex.h:
        Added SQLCOM_MULTI_DELETE
      sql/sql_parse.cc:
        added division of LEX while keeping Monty's code for symlinks
      9cda81a4
    • unknown's avatar
      Enhancing both multi-table delete and division of LEX · 823586b2
      unknown authored
      
      sql/filesort.cc:
        removing of some extra comments
      sql/sql_class.h:
        Clear division between new and old stripping code
      sql/sql_delete.cc:
        Stripping of unnecessary code and making it more efficient
      sql/sql_parse.cc:
        Better split of LEX into two and enhancements in multi table delete
      sql/sql_yacc.yy:
        More efficient division of LEX and optional syntax in multi - table delete
      sql/uniques.cc:
        fixing some additional bugs
      823586b2
  7. 06 Jun, 2001 6 commits
  8. 05 Jun, 2001 2 commits