1. 06 May, 2002 1 commit
  2. 29 Apr, 2002 1 commit
    • unknown's avatar
      Index number argument · 958e6c7b
      unknown authored
      Fix in test results
      
      
      heap/hp_rfirst.c:
        Index number argument
      heap/hp_rlast.c:
        Index number argument
      heap/hp_test2.c:
        Index number argument
      include/heap.h:
        Index number argument
      mysql-test/r/heap_btree.result:
        Test results fix
      sql/ha_heap.cc:
        Index number argument
      958e6c7b
  3. 25 Apr, 2002 2 commits
    • unknown's avatar
      MI_KEYSEG -> HA_KEYSEG · fb3cc6ef
      unknown authored
      _mi_key_cmp -> ha_key_cmp
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      fb3cc6ef
    • unknown's avatar
      RB-Tree indexes support in HEAP tables · 5299dc29
      unknown authored
      Renamed _hp_func  ->  hp_func
      mi_key_cmp moved to /mysys/my_handler.c
      New tests for HEAP tables
      
      
      heap/_check.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/_rectest.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/heapdef.h:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_block.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_clear.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_close.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_create.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_delete.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_hash.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_open.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_panic.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rename.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rfirst.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rkey.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rlast.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rnext.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rprev.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rrnd.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_rsame.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_scan.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_test1.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_test2.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_update.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      heap/hp_write.c:
        RB-tree index
        Renamed _hp_func -> hp_func
      include/Makefile.am:
        New include
      include/heap.h:
        RB-Tree index
      include/my_tree.h:
        new search functions
        new custom_arg argument
      include/myisam.h:
        Removed MI_KEYSEG
      isam/isamlog.c:
        Add custom_arg
      isam/pack_isam.c:
        Add custom_arg
      myisam/ft_nlq_search.c:
        Add custom_arg
      myisam/ft_parser.c:
        Add custom_arg
      myisam/ft_stopwords.c:
        Add custom_arg
      myisam/mi_search.c:
        Remove mi_key_cmp
      myisam/mi_write.c:
        Add custom_arg
      myisam/myisamdef.h:
        Remove mi_key_cmp
      myisam/myisamlog.c:
        Add custom_arg
      myisam/myisampack.c:
        Add custom_arg
      mysys/Makefile.am:
        New file my_handler.c
      mysys/tree.c:
        custom_arg
        new search functions
      sql/ha_heap.cc:
        RBTree
      sql/ha_myisam.cc:
        RBTree
      sql/item_sum.cc:
        custom_arg
      sql/sql_analyse.cc:
        custom_arg
      sql/sql_class.h:
        custom_arg
      sql/sql_table.cc:
        Remove duplicate code
      sql/sql_yacc.yy:
        UNDEF by default
      sql/table.cc:
        Remove dirty hack
      5299dc29
  4. 18 Apr, 2002 3 commits
  5. 17 Apr, 2002 3 commits
  6. 16 Apr, 2002 1 commit
    • unknown's avatar
      Some fixes after merging changes from 4.0 · 2c507a8b
      unknown authored
      
      include/hash.h:
        Monty forgot to add H in left part of macros
      mysys/hash.c:
        I wonder how it happened that my_bool disappeared
      sql/sql_acl.cc:
        Somebody forgot )
      sql/sql_class.h:
        I wonder how it happened that this line disappeared
      sql/sql_table.cc:
        small typo
      sql/sql_yacc.yy:
        Having ; is more compatible
      2c507a8b
  7. 15 Apr, 2002 1 commit
  8. 13 Apr, 2002 1 commit
    • unknown's avatar
      merge · a0f6209e
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      BUILD/FINISH.sh:
        Auto merged
      BUILD/SETUP.sh:
        Auto merged
      BUILD/compile-pentium-debug:
        Auto merged
      acconfig.h:
        Auto merged
      client/mysql.cc:
        Auto merged
      client/mysqldump.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      heap/hp_rfirst.c:
        Auto merged
      heap/hp_rnext.c:
        Auto merged
      include/my_sys.h:
        Auto merged
      include/myisam.h:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      myisam/mi_write.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/r/select_found.result:
        Auto merged
      mysql-test/r/union.result:
        Auto merged
      mysql-test/t/heap.test:
        Auto merged
      mysql-test/t/select_found.test:
        Auto merged
      mysql-test/t/union.test:
        Auto merged
      mysys/mf_iocache2.c:
        Auto merged
      mysys/my_vsnprintf.c:
        Auto merged
      sql/convert.cc:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/filesort.cc:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/opt_range.h:
        Auto merged
      sql/opt_sum.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/structs.h:
        Auto merged
      sql/table.cc:
        Auto merged
      sql/table.h:
        Auto merged
      strings/Makefile.am:
        Auto merged
      a0f6209e
  9. 12 Apr, 2002 11 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 965b4747
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      965b4747
    • unknown's avatar
      merge · 1ccc6ae4
      unknown authored
      
      client/mysql.cc:
        Auto merged
      1ccc6ae4
    • 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
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · e42977fd
      unknown authored
      into george.bitbike.com:/home/arjen/mysql-4.0
      
      e42977fd
    • unknown's avatar
      manual.texi: · ce7c7779
      unknown authored
        Some more column width fraction fixups.
        Filled out a table with proper number of columns.
        Some typo/style fixes.
        Zapped inaccurate uninformative roadmap table.
      
      
      Docs/manual.texi:
        Some more column width fraction fixups.
        Filled out a table with proper number of columns.
        Some typo/style fixes.
        Zapped inaccurate uninformative roadmap table.
      ce7c7779
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 00c4d1c6
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      00c4d1c6
    • unknown's avatar
      e08bd414
    • unknown's avatar
      Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 · d6fbb5db
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
      
      d6fbb5db
    • unknown's avatar
      manual.texi: · f40e0b38
      unknown authored
        Little fixups.
      
      
      Docs/manual.texi:
        Little fixups.
      f40e0b38
    • unknown's avatar
      avoidance of caching mysqldump queries · 4d0c8d04
      unknown authored
      4d0c8d04
    • unknown's avatar
      manual.texi: · 5b12544d
      unknown authored
        Auch typo fix (tnx Paul!)
      
      
      Docs/manual.texi:
        Auch typo fix (tnx Paul!)
      5b12544d
  10. 11 Apr, 2002 3 commits
    • unknown's avatar
      manual.texi: · c5802fd4
      unknown authored
        Fixed caps.
      
      
      Docs/manual.texi:
        Fixed caps.
      c5802fd4
    • unknown's avatar
      manual.texi: · 44b83352
      unknown authored
        Licensing and various other fixups (Zak & Arjen).
      
      
      Docs/manual.texi:
        Licensing and various other fixups (Zak & Arjen).
      44b83352
    • unknown's avatar
      errmsg.txt: · b8c02b94
      unknown authored
        Translated new error message to Dutch.
      
      
      sql/share/dutch/errmsg.txt:
        Translated new error message to Dutch.
      b8c02b94
  11. 10 Apr, 2002 3 commits
    • unknown's avatar
      manual.texi: · 9c916638
      unknown authored
        Multitable column fixups remainder: ch.4-9, all appendices.
        Fixed a few minor formatting errors.
      
      
      Docs/manual.texi:
        Multitable column fixups remainder: ch.4-9, all appendices.
        Fixed a few minor formatting errors.
      9c916638
    • unknown's avatar
      manual.texi: · 65a128cd
      unknown authored
        multitable column fractions fixed ch.1-3 (for O'Reilly).
      
      
      Docs/manual.texi:
        multitable column fractions fixed ch.1-3 (for O'Reilly).
      65a128cd
    • unknown's avatar
      manual.texi, manual.de.texi: · 4ff8e3bc
      unknown authored
        @Node name change Parenthesis -> Parentheses (from Paul DuBois)
      
      
      Docs/manual.de.texi:
        @Node name change Parenthesis -> Parentheses (from Paul DuBois)
      Docs/manual.texi:
        @Node name change Parenthesis -> Parentheses (from Paul DuBois)
      4ff8e3bc
  12. 09 Apr, 2002 6 commits
    • unknown's avatar
      manual.texi Change note mod, 4.0.2. · 6ef4e533
      unknown authored
      
      Docs/manual.texi:
        Change note mod, 4.0.2.
      6ef4e533
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 762a1840
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      762a1840
    • unknown's avatar
      manual.texi Change note mods, 3.22.27 and below. · 69526fa5
      unknown authored
      manual.texi	modify a few @xref{}s.
      manual.texi	missing @code{}.
      
      
      Docs/manual.texi:
        Change note mods, 3.22.27 and below.
      69526fa5
    • unknown's avatar
      manual.texi: · 8ae218c2
      unknown authored
        Text cleanup (by Colin Faber).
      
      
      Docs/manual.texi:
        Text cleanup (by Colin Faber).
      8ae218c2
    • unknown's avatar
      logging_ok: · b9648d79
      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
      b9648d79
    • unknown's avatar
      fixed bug in truncating temp tables · 423ccf3e
      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
      423ccf3e
  13. 06 Apr, 2002 3 commits
  14. 05 Apr, 2002 1 commit