1. 28 Nov, 2001 4 commits
    • unknown's avatar
      docbook-fixup.pl: · 298cb567
      unknown authored
        Fixed some issues for O'Reilly.
        * Remove "mailto:" from @email{} references in XML output. Good for normal XML of course, but bad when printing.
        * Removing (Cross)References for sections that have been excluded from printed manual.
        * In several titles, spaces are missing. You see a title like: <title>Speed of <command>INSERT</command>Queries</title>.
      
      
      Docs/Support/docbook-fixup.pl:
        Fixed some issues for O'Reilly.
        * Remove "mailto:" from @email{} references in XML output. Good for normal XML of course, but bad when printing.
        * Removing (Cross)References for sections that have been excluded from printed manual.
        * In several titles, spaces are missing. You see a title like: <title>Speed of <command>INSERT</command>Queries</title>.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      298cb567
    • unknown's avatar
      Fix for IO_CACHE. · a97a670b
      unknown authored
      Portability fixes.
      
      
      BUILD/compile-alpha-debug:
        Update to newer version
      libmysqld/lib_vio.c:
        dbug_assert -> DBUG_ASSERT
      mysql-test/r/symlink.result:
        Update for new tests
      mysql-test/t/symlink.test:
        Update for new test format
      mysys/mf_iocache2.c:
        Fixed bug when reading in old buffer
      sql-bench/test-transactions.sh:
        Update with delete tests
      sql/mysqld.cc:
        Updates for amiga
      sql/sql_string.cc:
        Fix typo
      sql/stacktrace.c:
        Portability fix
      a97a670b
    • unknown's avatar
      b28b5b30
    • unknown's avatar
      New improved IO_CACHE · 2dd0cda7
      unknown authored
      
      include/my_global.h:
        Remove dbug_assert()  (One should use DBUG_ASSERT() instead)
      mysql-test/mysql-test-run.sh:
        Fixed that xterm works on Solaris 2.8.
        Fixed printing of errors
      mysql-test/r/isam.result:
        Removed MyISAM test from ISAM test
      mysql-test/t/isam.test:
        Removed MyISAM test from ISAM test
      mysys/my_alloc.c:
        Removed warnings
      mysys/my_bitmap.c:
        Use DBUG_ASSERT
      mysys/my_pthread.c:
        Use DBUG_ASSERT
      mysys/my_seek.c:
        More DBUG
      sql/ha_berkeley.cc:
        Use DBUG_ASSERT
      sql/ha_innobase.cc:
        Use DBUG_ASSERT
      sql/log.cc:
        Use DBUG_ASSERT
      sql/opt_range.cc:
        Use DBUG_ASSERT
      sql/sql_base.cc:
        Use DBUG_ASSERT
      sql/sql_handler.cc:
        Use DBUG_ASSERT
      sql/sql_load.cc:
        Cleanup
      sql/sql_parse.cc:
        Use DBUG_ASSERT
      sql/sql_repl.cc:
        Cleanup
      sql/sql_select.cc:
        Use DBUG_ASSERT
      tools/mysqlmanager.c:
        Cleanup
      2dd0cda7
  2. 27 Nov, 2001 5 commits
  3. 26 Nov, 2001 13 commits
  4. 25 Nov, 2001 7 commits
    • unknown's avatar
      manual.texi change note entries require trailing periods. · c702bcba
      unknown authored
      manual.texi	Mac OSX is spelled "Mac OS X".
      
      
      Docs/manual.texi:
        change note entries require trailing periods.
        Mac OSX is spelled "Mac OS X".
      c702bcba
    • unknown's avatar
      Fixed typo in last changeset · 9da0bc4f
      unknown authored
      
      mysys/mf_keycache.c:
        Fixed typo.
      sql/records.cc:
        Cleanup
      9da0bc4f
    • unknown's avatar
      merge · 08b9ae37
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      08b9ae37
    • unknown's avatar
      Fixes for embedded version. · 3c9f153d
      unknown authored
      
      BitKeeper/deleted/.del-WHITEPAPER~da1226799debcf3f:
        Delete: libmysqld/WHITEPAPER
      Docs/manual.texi:
        Changelog
      client/mysqltest.c:
        Fix things that crashed embedded MySQL
      libmysqld/examples/test-run:
        Cleanup of old BDB files.
      mysql-test/r/innodb.result:
        Fix for embedded library
      mysql-test/t/innodb.test:
        Fix for embedded library
      mysys/mf_keycache.c:
        Safety
      sql/ha_berkeley.cc:
        Added DBUG statements
      sql/ha_innobase.cc:
        Fixed bug for embedded version
      sql/ha_innobase.h:
        Fix to use index when doing an ORDER BY on a whole InnoDB table
      sql/handler.h:
        Fix to use index when doing an ORDER BY on a whole InnoDB table
      sql/mysqld.cc:
        Safety fix
      sql/sql_base.cc:
        cleanup
      sql/sql_select.cc:
        Fix to use index when doing an ORDER BY on a whole InnoDB table
      3c9f153d
    • unknown's avatar
      post-merge · 22446fd8
      unknown authored
      
      Docs/manual.texi:
        post-merge fix
      22446fd8
    • unknown's avatar
      merged · 66fe8077
      unknown authored
      66fe8077
    • unknown's avatar
      replication updates in the manual · a188ea74
      unknown authored
      fixed typo on sql_repl.cc
      added build-tags script for the benefit of the poor, sick, and afflicted, 
      as Matt likes to say :-)
      
      
      Docs/manual.texi:
        replication updates
      sql/sql_repl.cc:
        fixed typo in comment
      a188ea74
  5. 24 Nov, 2001 1 commit
  6. 23 Nov, 2001 4 commits
  7. 22 Nov, 2001 6 commits
    • unknown's avatar
      manual.texi: · b8be8be3
      unknown authored
        Added foreign key def syntax + note that the check is not deferred to trx commit
      
      
      Docs/manual.texi:
        Added foreign key def syntax + note that the check is not deferred to trx commit
      b8be8be3
    • unknown's avatar
      ft_dump re-enabled, manual fixes · bf1cd0c4
      unknown authored
      
      Docs/manual.texi:
        misc. changes, ft-boolean WARNING
      myisam/Makefile.am:
        ft_dump enabled
      myisam/ft_dump.c:
        updated to new fulltext code
      bf1cd0c4
    • unknown's avatar
      6f0045d0
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 515a5b1f
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      sql/mysqld.cc:
        Auto merged
      515a5b1f
    • unknown's avatar
      ft_boolean_syntax variable · 74ff35ee
      unknown authored
      
      myisam/ft_nlq_search.c:
        comments cleanup
      74ff35ee
    • unknown's avatar
      Merge · 8b69790a
      unknown authored
      
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      innobase/btr/btr0btr.c:
        Auto merged
      innobase/btr/btr0cur.c:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/fulltext.test:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      mysql-test/r/fulltext.result:
        SCCS merged
      sql/mysqld.cc:
        SCCS merged
      8b69790a