1. 12 Jun, 2001 8 commits
    • unknown's avatar
      BitKeeper/triggers/post-commit · c72ac6ec
      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
      c72ac6ec
    • unknown's avatar
      merge · c4b24b52
      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
      c4b24b52
    • unknown's avatar
      Added mysqlcheck to RPM · 3bed573d
      unknown authored
      
      support-files/mysql.spec.sh:
        Added mysqlcheck
      3bed573d
    • unknown's avatar
      merge · f7487296
      unknown authored
      f7487296
    • unknown's avatar
      Added --enable-shared to Do-compile · 4e769dad
      unknown authored
      
      Build-tools/Do-compile:
        Added --enable-shared
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4e769dad
    • unknown's avatar
      f6c83ce4
    • unknown's avatar
      Added --verbose option to mysqlshow · 21b1dc22
      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'
      21b1dc22
    • unknown's avatar
      send a separate commit message to internals · 5cd2d357
      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
      5cd2d357
  2. 11 Jun, 2001 5 commits
    • unknown's avatar
      fixed bugs in mysqltest to get nested while loops to work · 243acd11
      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
      243acd11
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · f6212d24
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      Docs/manual.texi:
        Auto merged
      f6212d24
    • unknown's avatar
      Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql · 13ae76ec
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      sql-bench/README:
        Auto merged
      13ae76ec
    • unknown's avatar
      Changed compare in MyISAM to use my_pread() · 9b8d4eca
      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
      9b8d4eca
    • unknown's avatar
      Small fixes in the manual. · 7603a9c7
      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.
      7603a9c7
  3. 10 Jun, 2001 1 commit
  4. 09 Jun, 2001 3 commits
    • unknown's avatar
      fixed new error messages and got vio to compile · 4cf1c6f2
      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
      4cf1c6f2
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · c12c6076
      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
      c12c6076
    • unknown's avatar
      auto-magic replication redirection logic support in the client, · b1a5f66b
      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
      b1a5f66b
  5. 08 Jun, 2001 10 commits
  6. 07 Jun, 2001 5 commits
    • unknown's avatar
      trx0roll.c Changed Innobase to Innodb in some fprintfs · 2b9c830b
      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
      2b9c830b
    • unknown's avatar
      manual.texi Change my email address (of course I read also from the old address) · a39e0740
      unknown authored
      
      Docs/manual.texi:
        Change my email address (of course I read also from the old address)
      a39e0740
    • unknown's avatar
      page0cur.ic Fix a bug in insert buffer and multiversioning · bd02348e
      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
      bd02348e
    • unknown's avatar
      bk resolve work · eb9ae0ba
      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
      eb9ae0ba
    • unknown's avatar
      Enhancing both multi-table delete and division of LEX · dd7f452c
      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
      dd7f452c
  7. 06 Jun, 2001 6 commits
  8. 05 Jun, 2001 2 commits