1. 09 Apr, 2002 3 commits
    • unknown's avatar
      manual.texi: · 732f4bf5
      unknown authored
        Text cleanup (by Colin Faber).
      
      
      Docs/manual.texi:
        Text cleanup (by Colin Faber).
      732f4bf5
    • unknown's avatar
      logging_ok: · c2a95d9b
      unknown authored
        Logging to logging@openlogging.org accepted
      manual.texi:
        'migration' not a keyword.
      
      
      Docs/manual.texi:
        'migration' not a keyword.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c2a95d9b
    • unknown's avatar
      fixed bug in truncating temp tables · fc79f8e6
      unknown authored
      fixed compilation problem on FreeBSD
      added test for truncating temporary tables
      
      
      mysql-test/r/truncate.result:
        truncate test
      mysql-test/t/truncate.test:
        truncate test update
      mysys/safemalloc.c:
        fixed FreeBSD compilation problem
      sql/sql_delete.cc:
        fixed bug in truncating temporary tables
      fc79f8e6
  2. 06 Apr, 2002 2 commits
  3. 05 Apr, 2002 3 commits
  4. 04 Apr, 2002 2 commits
  5. 03 Apr, 2002 6 commits
  6. 02 Apr, 2002 17 commits
    • unknown's avatar
    • unknown's avatar
      Make safemalloc work without threads · 8675a273
      unknown authored
      8675a273
    • unknown's avatar
      mirrors.texi: · 8f92cd03
      unknown authored
        Update
      
      
      Docs/mirrors.texi:
        Update
      8f92cd03
    • unknown's avatar
      Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport, · a2e75474
      unknown authored
      mysqlcheck and myisamchk to use new my_getopt struct.
      
      
      client/client_priv.h:
        Changes for my_getopt
      client/mysql.cc:
        Uses new my_getopt
      client/mysqladmin.c:
        Uses new my_getopt
      client/mysqlcheck.c:
        Uses new my_getopt
      client/mysqldump.c:
        Uses new my_getopt
      client/mysqlimport.c:
        Uses new my_getopt
      client/mysqlshow.c:
        Uses new my_getopt
      include/my_getopt.h:
        Added GET_BOOL type
      include/sslopt-case.h:
        This is shouldn't be needed anymore.
      include/sslopt-longopts.h:
        Uses new my_getopt
      myisam/myisamchk.c:
        Uses new my_getopt
      mysys/my_getopt.c:
        Some bug fixes and small feature adds to my_getopt
      sql/mysqld.cc:
        mysqld.cc will be changed next. sslopt-* had to be removed
        temporarily.
      a2e75474
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 4bd34624
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      
      4bd34624
    • unknown's avatar
      95ac8252
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 6a5c6b17
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      6a5c6b17
    • unknown's avatar
      Merge · 55607135
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      readline/Makefile.am:
        Auto merged
      sql/convert.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.h:
        Auto merged
      55607135
    • unknown's avatar
      Fix for HAVE_QUERY_CACHE · a8a63101
      unknown authored
      Remove not used flag CLIENT_CHANGE_USER
      
      
      Docs/manual.texi:
        Cleanup examples
      acconfig.h:
        Fix for HAVE_QUERY_CACHE
      configure.in:
        Fix for HAVE_QUERY_CACHE
      include/my_global.h:
        Fix for HAVE_QUERY_CACHE
      include/mysql_com.h:
        Remove not used flag CLIENT_CHANGE_USER
      libmysqld/libmysqld.c:
        Fix new prototypes
      a8a63101
    • unknown's avatar
      manual.texi BIT/BOOL are synonyms from TINYINT(1), not CHAR(1) · 3c64d250
      unknown authored
      
      Docs/manual.texi:
        BIT/BOOL are synonyms from TINYINT(1), not CHAR(1)
      3c64d250
    • unknown's avatar
      5ae86dca
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · d2771b82
      unknown authored
      
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      d2771b82
    • unknown's avatar
      fts+const_tables bug fixed · 8bf63614
      unknown authored
      8bf63614
    • unknown's avatar
      Cleanups · c95270b8
      unknown authored
      Don't use DBUG library for struct st_my_thread_var to make code less complicated.
      
      
      Docs/manual.texi:
        Cleanup
      acinclude.m4:
        Search after openssl in /usr/local
      client/mysql.cc:
        Fix prompt
      client/mysqladmin.c:
        Cleanup
      client/mysqltest.c:
        Cleanup
      include/my_pthread.h:
        Move thread variables to the right location
      include/my_sys.h:
        Move thread variables to the right location
      include/mysql.h:
        Clean up client prototypes
      libmysql/libmysql.c:
        Clean up client prototypes
      mysys/my_static.h:
        Cleanup
      mysys/my_thr_init.c:
        Don't use DBUG library for struct st_my_thread_var to make code less complicated
      sql/item_cmpfunc.cc:
        Small optimization
      sql/net_pkg.cc:
        Cleanup
      sql/sql_parse.cc:
        Allow VARCHAR(0)
      c95270b8
    • unknown's avatar
      Fixed help typos in mysql.cc · 389e9461
      unknown authored
      
      client/mysql.cc:
        Fixed typos
      configure.in:
        Cleanup
      sql/ha_innobase.cc:
        Safety patch
      sql/item_strfunc.cc:
        cleanup
      389e9461
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 02695336
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      
      02695336
    • unknown's avatar
      relay_log_space_limit · d7cfbff5
      unknown authored
      DBUG_ macro cleanup
      buffer boundary cleanup
      This changeset, although not fully tested, works for me better than 
      anything I've had so far, including what is in the repository. I will 
      push it unless something crashes while I am writing this :-)
      
      
      mysql-test/r/rpl000014.result:
        updated result
      mysql-test/r/rpl000015.result:
        updated result
      mysql-test/r/rpl000016.result:
        updated result
      mysql-test/r/rpl_log.result:
        new result
      mysys/mf_iocache.c:
        DBUG_ cleanup
      mysys/mf_iocache2.c:
        DBUG_ fix
      sql/log.cc:
        added relay_log_space_limit
      sql/mysqld.cc:
        relay_log_space_limit
      sql/slave.cc:
        relay_log_space_limit
      sql/slave.h:
        relay_log_space_limit
      sql/sql_class.h:
        relay_log_space_limit
      sql/sql_repl.cc:
        fixed buffer overrun bug
      d7cfbff5
  7. 01 Apr, 2002 1 commit
  8. 31 Mar, 2002 3 commits
  9. 30 Mar, 2002 3 commits