1. 12 Apr, 2002 1 commit
    • unknown's avatar
      Update for BTREE keys in HEAP tables · 0c2befcf
      unknown authored
      Split handler->option_flag() to handler->table_flags() and handler->index_flags()
      
      
      Docs/manual.texi:
        Updated standard binary options
      include/my_base.h:
        Update for BTREE keys in HEAP tables
      libmysql/net.c:
        merge with net_serv.cc
      mysql-test/r/func_misc.result:
        Update for new behaviour of inet_ntoa
      sql/field.cc:
        Update for BTREE keys in HEAP tables
      sql/field.h:
        Update for BTREE keys in HEAP tables
      sql/filesort.cc:
        Update for BTREE keys in HEAP tables
      sql/ha_berkeley.h:
        Update for BTREE keys in HEAP tables
      sql/ha_heap.h:
        Update for BTREE keys in HEAP tables
      sql/ha_innodb.h:
        Update for BTREE keys in HEAP tables
      sql/ha_isam.cc:
        Update for BTREE keys in HEAP tables
      sql/ha_isam.h:
        Update for BTREE keys in HEAP tables
      sql/ha_isammrg.h:
        Update for BTREE keys in HEAP tables
      sql/ha_myisam.cc:
        Update for BTREE keys in HEAP tables
      sql/ha_myisam.h:
        Update for BTREE keys in HEAP tables
      sql/ha_myisammrg.h:
        Update for BTREE keys in HEAP tables
      sql/handler.cc:
        Update for BTREE keys in HEAP tables
      sql/handler.h:
        Update for BTREE keys in HEAP tables
      sql/log.cc:
        Update for BTREE keys in HEAP tables
      sql/net_serv.cc:
        Update for BTREE keys in HEAP tables
      sql/opt_range.cc:
        Update for BTREE keys in HEAP tables
      sql/opt_sum.cc:
        Update for BTREE keys in HEAP tables
      sql/records.cc:
        Update for BTREE keys in HEAP tables
      sql/sql_class.h:
        Update for BTREE keys in HEAP tables
      sql/sql_handler.cc:
        Update for BTREE keys in HEAP tables
      sql/sql_insert.cc:
        Update for BTREE keys in HEAP tables
      sql/sql_select.cc:
        Update for BTREE keys in HEAP tables
      sql/sql_show.cc:
        Update for BTREE keys in HEAP tables
      sql/sql_table.cc:
        Update for BTREE keys in HEAP tables
      sql/structs.h:
        Update for BTREE keys in HEAP tables
      sql/table.cc:
        Update for BTREE keys in HEAP tables
      sql/unireg.cc:
        Update for BTREE keys in HEAP tables
      0c2befcf
  2. 06 Apr, 2002 1 commit
  3. 02 Apr, 2002 16 commits
    • unknown's avatar
    • unknown's avatar
      Make safemalloc work without threads · dfe05f37
      unknown authored
      dfe05f37
    • unknown's avatar
      mirrors.texi: · f18f083e
      unknown authored
        Update
      
      
      Docs/mirrors.texi:
        Update
      f18f083e
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 57d38c52
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      57d38c52
    • unknown's avatar
      c3e84954
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 0bfcc3d3
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      0bfcc3d3
    • unknown's avatar
      Merge · 7e1590ee
      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
      7e1590ee
    • unknown's avatar
      Fix for HAVE_QUERY_CACHE · 8a1a1a2b
      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
      8a1a1a2b
    • unknown's avatar
      manual.texi BIT/BOOL are synonyms from TINYINT(1), not CHAR(1) · c7741fc5
      unknown authored
      
      Docs/manual.texi:
        BIT/BOOL are synonyms from TINYINT(1), not CHAR(1)
      c7741fc5
    • unknown's avatar
      58a54348
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · b50d3ef9
      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
      b50d3ef9
    • unknown's avatar
      fts+const_tables bug fixed · e872596b
      unknown authored
      e872596b
    • unknown's avatar
      Cleanups · 1f070c3f
      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)
      1f070c3f
    • unknown's avatar
      Fixed help typos in mysql.cc · a7b5bdda
      unknown authored
      
      client/mysql.cc:
        Fixed typos
      configure.in:
        Cleanup
      sql/ha_innobase.cc:
        Safety patch
      sql/item_strfunc.cc:
        cleanup
      a7b5bdda
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 71062311
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      71062311
    • unknown's avatar
      relay_log_space_limit · d13dcace
      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
      d13dcace
  4. 01 Apr, 2002 1 commit
  5. 31 Mar, 2002 3 commits
  6. 30 Mar, 2002 9 commits
  7. 29 Mar, 2002 3 commits
  8. 28 Mar, 2002 6 commits