1. 11 May, 2001 1 commit
  2. 02 May, 2001 1 commit
    • unknown's avatar
      Merge · 9afb49f5
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      9afb49f5
  3. 24 Apr, 2001 1 commit
    • unknown's avatar
      Fixes for embedded MySQL · dbd56fcd
      unknown authored
      Some limit optimization
      
      
      BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7:
        Delete: innobase/ib_config.h.in
      BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439:
        Delete: innobase/ib_config.h
      client/errmsg.c:
        Moved error messages from libmysqld/
      client/mysql.cc:
        Removed warnings
      include/errmsg.h:
        New info for embedded versions
      include/mysql_com.h:
        Fixes for embedded MySQL
      libmysql/errmsg.c:
        Fixes for embedded MySQL
      libmysqld/Makefile.am:
        Added HANDLER code
      libmysqld/lib_sql.cc:
        Fixes for embedded MySQL
      libmysqld/lib_vio.c:
        Fixes for embedded MySQL
      BitKeeper/etc/ignore:
        Added libmysqld/sql_handler.cc to the ignore list
      libmysqld/libmysqld.c:
        Fixes for embedded MySQL
      mysql-test/r/null_key.result:
        Fixed result for 4.0
      sql/net_serv.cc:
        Fixes for embedded MySQL
      sql/sql_parse.cc:
        Fixes for embedded MySQL where the query could be a const char*
      sql/sql_select.cc:
        Added limit optimization
      sql/sql_select.h:
        Added limit optimization
      dbd56fcd
  4. 18 Apr, 2001 7 commits
    • unknown's avatar
      Merge · 7337a193
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      client/mysql.cc:
        Auto merged
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      sql/Makefile.am:
        SCCS merged
      7337a193
    • unknown's avatar
      Update for MySQL-Max · 09518126
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      09518126
    • unknown's avatar
      os0thread.c Change pthread_yield to sched_yield · 50281271
      unknown authored
      univ.i  	Change pthread_yield to sched_yield
      configure.in	Change pthread_yield to sched_yield
      
      
      innobase/configure.in:
        Change pthread_yield to sched_yield
      innobase/include/univ.i:
        Change pthread_yield to sched_yield
      innobase/os/os0thread.c:
        Change pthread_yield to sched_yield
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      50281271
    • unknown's avatar
      manual.texi Tim's suggestion added · 4ebaa53a
      unknown authored
      
      Docs/manual.texi:
        Tim's suggestion added
      4ebaa53a
    • unknown's avatar
      client/mysqltest.c · dc72a9d5
      unknown authored
          fixed typo
      
      
      client/mysqltest.c:
        fixed typo
      dc72a9d5
    • unknown's avatar
      lient/mysqltest.c · 65054bd2
      unknown authored
          added support for alphanumeric variables - import MASTER_MYPORT and
          SLAVE_MYPORT from the environment
      mysql-test/mysql-test-run.sh
          export MASTER_MYPORT and SLAVE_MYPORT for mysqltest
      mysql-test/t/rpl000015.test
          use MASTER_MYPORT
      mysql-test/t/rpl000016.test
          use MASTER_MYPORT
      
      
      client/mysqltest.c:
        added support for alphanumeric variables - import MASTER_MYPORT and
        SLAVE_MYPORT from the environment
      mysql-test/mysql-test-run.sh:
        export MASTER_MYPORT and SLAVE_MYPORT for mysqltest
      mysql-test/t/rpl000015.test:
        use MASTER_MYPORT
      mysql-test/t/rpl000016.test:
        use MASTER_MYPORT
      65054bd2
    • unknown's avatar
      Fixed bugs in mysqltest · 94bbfc85
      unknown authored
      
      client/mysqltest.c:
        Cleanup and bug fixes
      mysql-test/t/rpl000001.test:
        Fixed typo
      mysql-test/t/rpl000015.test:
        Changed to use table t1
      94bbfc85
  5. 17 Apr, 2001 11 commits
  6. 16 Apr, 2001 5 commits
    • unknown's avatar
      Updated manual · 391b9849
      unknown authored
      
      Docs/manual.texi:
        Did a minor addition to the OS recommendation section.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      391b9849
    • unknown's avatar
      The environment variable PAGER is now used as the default pager · aab24fff
      unknown authored
      Fixed bug with float columns
      
      
      
      Docs/manual.texi:
        Added new link
      client/mysql.cc:
        The environment variable PAGER is now used as the default pager
      sql/field.cc:
        Fixed bug with float columns.
      aab24fff
    • unknown's avatar
      Docs/manual.texi · 2cd409e3
      unknown authored
          Added a stern warning in a visible (in my opinion) place to make sure
          to compile with -fno-exceptions when using gcc
          Wrote a new paragraphs on OS comparison/choice in the Which OS section
      
      
      
      Docs/manual.texi:
        Added a stern warning in a visible (in my opinion) place to make sure
        to compile with -fno-exceptions when using gcc
        Wrote a new paragraphs on OS comparison/choice in the Which OS section
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2cd409e3
    • unknown's avatar
      manual.texi Added InnoDB manual in manual.texi · 35739153
      unknown authored
      
      Docs/manual.texi:
        Added InnoDB manual in manual.texi
      35739153
    • unknown's avatar
      Fixed bug with HEAP tables when using LIKE · e5bd740d
      unknown authored
      
      Docs/manual.texi:
        Updated information about BDB tables.
      mysql-test/r/heap.result:
        Added test for HEAP bug
      mysql-test/t/heap.test:
        Added test for HEAP bug
      sql/field.cc:
        Fixed bug with HEAP tables
      sql/gen_lex_hash.cc:
        Smallare array
      e5bd740d
  7. 15 Apr, 2001 8 commits
    • unknown's avatar
      fully functional HANDLER table CLOSE · 09f0384e
      unknown authored
      
      sql/mysql_priv.h:
        new function: close_thread_table()
      sql/sql_base.cc:
        new function: close_thread_table()
      09f0384e
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · c778d337
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      BitKeeper/triggers/post-commit:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      c778d337
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · 4b570fc3
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      4b570fc3
    • unknown's avatar
      bad auto-merge fixed · ccc085d0
      unknown authored
      ccc085d0
    • unknown's avatar
      mysqltest bugfix · d2889935
      unknown authored
      typo/bad merge fixed
      chmod a-x for man/*.1 files
      
      
      man/isamchk.1:
        Change mode to -rw-rw-r--
      man/mysqlaccess.1:
        Change mode to -rw-rw-r--
      man/mysqladmin.1:
        Change mode to -rw-rw-r--
      man/mysqld.1:
        Change mode to -rw-rw-r--
      man/mysqldump.1:
        Change mode to -rw-rw-r--
      man/mysqlshow.1:
        Change mode to -rw-rw-r--
      man/perror.1:
        Change mode to -rw-rw-r--
      man/safe_mysqld.1:
        Change mode to -rw-rw-r--
      mysql-test/r/handler.result:
        new tests added
      client/mysqltest.c:
        bug fixed: errors from handler.test (that is send_error()
        after send_fields) weren't catched by expected_errno
      mysql-test/t/handler.test:
        typo fixed
      sql/Makefile.am:
        bad merge fixed
      sql/sql_yacc.yy:
        bad merge (?) fixed
      d2889935
    • unknown's avatar
      Merge · 3260e0e1
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      support-files/mysql.spec.sh:
        SCCS merged
      3260e0e1
    • unknown's avatar
      Cleanup of MySQL-Max description · cd260ea6
      unknown authored
      
      Docs/manual.texi:
        Moved things in example section.
        Added some links from user comments.
      cd260ea6
    • unknown's avatar
      manual.texi minor wording changes to sections 6.1 - 6.3. · 418a3435
      unknown authored
      
      Docs/manual.texi:
        minor wording changes to sections 6.1 - 6.3.
      418a3435
  8. 14 Apr, 2001 3 commits
    • unknown's avatar
      Try to make MySQL compile under Cygwin. · 7cabdf04
      unknown authored
      Bug fix for Dec OSF on Alpha.
      
      Minor bug fix for server RPM.
      Tweak RPM support for mysqld-max.
      
      
      configure.in:
        Try to identify FIND_PROC for Cygwin.  Thanks to Pete French
        <pfrench@firstcallgroup.co.uk> for the initial patch.
        
        Add -mieee to C(XX)FLAGS on Dec OSF for alpha, to fix bug w/ floating
        point arithmetic.  Thanks to nick@netability.ie for the heads up.
        
        Don't make mysql-test depend on --with-bench; always build it.  Thanks
        to smurf@play.smurf.noris.de for the patch.
      include/global.h:
        Fix #defines if we are using __CYGWIN__.  Thanks to Pete French
        <pfrench@firstcallgroup.co.uk> for the initial patch.
      support-files/mysql.spec.sh:
        Change %preun script so that it doesn't shut down mysqld after an
        upgrade.  Thanks to Andy Dustman for the patch.
        
        Add a %post Max script to restart mysqld after upgrading to mysqld-max.
      7cabdf04
    • unknown's avatar
      Merge · 46decdde
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/mysql-test-run.sh:
        SCCS merged
      46decdde
    • unknown's avatar
      mysql-test-run.sh don't depend on 'tr' · 15742ff3
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        use IFS=: instead of tr : " "
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      15742ff3
  9. 13 Apr, 2001 3 commits