1. 02 Feb, 2001 9 commits
    • unknown's avatar
      Merge · 7dc0a614
      unknown authored
      
      Docs/manual.texi:
        merged
      7dc0a614
    • unknown's avatar
      manual.texi typo fixed · a9d5572a
      unknown authored
      
      Docs/manual.texi:
        typo fixed
      a9d5572a
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · 9a507dc6
      unknown authored
      
      support-files/Makefile.am:
        Auto merged
      9a507dc6
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 8dc1cd87
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      BitKeeper/etc/logging_ok:
        'Auto converge'
      8dc1cd87
    • unknown's avatar
      Use INSTALL_DATA instead of cp. · 680af8f7
      unknown authored
      mysql.server is a script, not data.
      
      
      Docs/Makefile.am:
        Use INSTALL_DATA instead of cp
      libmysql/Makefile.am:
        Use INSTALL_DATA instead of cp
      mysql-test/Makefile.am:
        Use INSTALL_DATA instead of cp
      sql-bench/Makefile.am:
        Use INSTALL_DATA instead of cp
      support-files/Makefile.am:
        mysql.server is a script, not data.
      680af8f7
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · 278072d5
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      278072d5
    • unknown's avatar
      SCO portability fixes and cleanup. · c8743019
      unknown authored
      
      configure.in:
        SCO portability fixes.
        Removed the LIBS_BEFORE_SOCKET hack dead code.
      ltconfig:
        SCO portability fixes.
      ltmain.sh:
        SCO portability fixes.
      c8743019
    • unknown's avatar
      Portability fixes · c046cce4
      unknown authored
      Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      
      
      Docs/manual.texi:
        Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      client/mysql.cc:
        Don't crash when using -q with long fields
      include/my_net.h:
        Portability fix
      mysql-test/t/truncate.test:
        Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      readline/input.c:
        Portability fix
      scripts/make_binary_distribution.sh:
        Portability fix
      sql-bench/crash-me.sh:
        Portability fix
      sql/mini_client.cc:
        Portability fix
      sql/mysqld.cc:
        cleanup
      sql/share/dutch/errmsg.txt:
        Fixed typo
      sql/share/english/errmsg.txt:
        Fixed typo
      sql/share/greek/errmsg.txt:
        Fixed typo
      sql/share/hungarian/errmsg.txt:
        Fixed typo
      sql/share/italian/errmsg.txt:
        New translated messages
      sql/share/portuguese/errmsg.txt:
        Fixed typo
      sql/share/romanian/errmsg.txt:
        Fixed typo
      sql/share/slovak/errmsg.txt:
        Fixed typo
      sql/share/spanish/errmsg.txt:
        Fixed typo
      sql/sql_yacc.yy:
        Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
      support-files/Makefile.am:
        Portability fix
      c046cce4
    • unknown's avatar
      manual.texi fix tutorial examples that become incorrect when · 0e2711b5
      unknown authored
      manual.texi	REGEXP became case insensitive.
      
      
      Docs/manual.texi:
        fix tutorial examples that become incorrect when
        REGEXP became case insensitive.
      0e2711b5
  2. 01 Feb, 2001 3 commits
  3. 31 Jan, 2001 8 commits
    • unknown's avatar
      Use $(INSTALL_DATA) instead of cp -p in mysql-test and sql-bench. · 5e7ca3d0
      unknown authored
      Clean up $(INSTALL_DATA) use in sql/share.
      
      
      mysql-test/Makefile.am:
        Use $(INSTALL_DATA) instead of cp -p.
      sql-bench/Makefile.am:
        Use $(INSTALL_DATA) instead of cp -p.
      sql/share/Makefile.am:
        Use $(INSTALL_DATA), instead of for loop + basename.
      5e7ca3d0
    • unknown's avatar
      Merge · 53235b15
      unknown authored
      
      Docs/manual.texi:
        merged
      53235b15
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · cb3651a8
      unknown authored
      into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
      
      
      sql/table.cc:
        Auto merged
      cb3651a8
    • unknown's avatar
      Merge work:/home/bk/mysql · 1e18d64d
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      sql/table.cc:
        Auto merged
      1e18d64d
    • unknown's avatar
      test oversized password · 6ad4e304
      unknown authored
      fix to make table.cc compile
      
      
      mysql-test/mysql-test-run.sh:
        explictily state empty password for slave thread
      mysql-test/t/rpl000017-slave.sh:
        test oversized passwords for slave
      mysql-test/t/rpl000017.test:
        test oversized passwords
      sql/table.cc:
        fix to make it compile
      6ad4e304
    • unknown's avatar
      3a1fad21
    • unknown's avatar
      New myisamchk option --sort-recover · fc8f92ca
      unknown authored
      Allow delete of crashed MyISAM tables
      Fixed bug when BLOB was first part of key
      Fixed bug when using result from CASE in GROUP BY
      Fixed core-dump bug in monthname()
      Optimized calling of check_db_name()
      
      
      Docs/manual.texi:
        Added more information about myisamchk
      client/mysqladmin.c:
        Added error message for CREATE database and fixed possible overflow bug
      include/myisam.h:
        New myisamchk option --sort-recover
      libmysql/libmysql.c:
        Removed commented code
        Don't define getpwuid (breaks on SCO 3.2)
      myisam/mi_check.c:
        Fixed (new) bug when using --recover --optimize
      myisam/mi_delete_table.c:
        Allow delete of crashed tables
      myisam/mi_key.c:
        Fixed bug when BLOB was first part of key
      myisam/myisamchk.c:
        New myisamchk option --sort-recover
      mysql-test/r/case.result:
        New test cases to check for reported bugs
      mysql-test/r/func_time.result:
        New test cases to check for reported bugs
      mysql-test/r/type_blob.result:
        New test cases to check for reported bugs
      mysql-test/r/type_datetime.result:
        New test cases to check for reported bugs
      mysql-test/t/case.test:
        New test cases to check for reported bugs
      mysql-test/t/func_time.test:
        New test cases to check for reported bugs
      mysql-test/t/type_blob.test:
        New test cases to check for reported bugs
      mysql-test/t/type_datetime.test:
        New test cases to check for reported bugs
      mysys/my_bitmap.c:
        Optimize
      sql-bench/limits/ms-sql.cfg:
        Updated limits
      sql/item_cmpfunc.cc:
        Fixed bug when using result from CASE in GROUP BY
      sql/item_cmpfunc.h:
        Fixed bug when using result from CASE in GROUP BY
      sql/item_timefunc.cc:
        Fixed core-dump bug in monthname()
      sql/sql_db.cc:
        Optimized calling of check_db_name()
      sql/sql_parse.cc:
        Optimized calling of check_db_name()
      sql/table.cc:
        Fixed typo
      fc8f92ca
    • unknown's avatar
      Add --just-print and --help options to BUILD/compile-* scripts. · f2fb5b69
      unknown authored
      
      BUILD/FINISH.sh:
        Add --just-print and --help options, +cleanup.
      BUILD/SETUP.sh:
        Add --just-print and --help options, +cleanup.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f2fb5b69
  4. 30 Jan, 2001 1 commit
  5. 29 Jan, 2001 6 commits
  6. 28 Jan, 2001 6 commits
    • unknown's avatar
      manual.texi change note stuff · 60ba5431
      unknown authored
      
      Docs/manual.texi:
        change note stuff
      60ba5431
    • unknown's avatar
      merge · 9f008768
      unknown authored
      
      myisam/mi_check.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.h:
        Auto merged
      9f008768
    • unknown's avatar
      Fixed ALTER TABLE on MERGE tables · d4e087e0
      unknown authored
      Fixed bug in DISTINCT
      
      
      Docs/manual.texi:
        Updated Changelog
        Cleaned up adding character sets
      merge/open.c:
        skip comments
      myisam/mi_check.c:
        Fixed bug when sorting index on Windows
      myisammrg/myrg_info.c:
        Use only portable printf arguments
      myisammrg/myrg_rrnd.c:
        Use only portable printf arguments
      mysql-test/r/distinct.result:
        Added test case for bug in distinct
      mysql-test/r/merge.result:
        Added test for ALTER TABLE
      mysql-test/t/distinct.test:
        Added test case for bug in distinct
      mysql-test/t/merge.test:
        Added test for ALTER TABLE
      sql-bench/crash-me.sh:
        Fixed portability issues
      sql/ha_myisammrg.cc:
        Fixed for ALTER TABLE on MERGE tables
      sql/item_sum.cc:
        Fixed bug in DISTINCT
      sql/sql_db.cc:
        Added test of namelen in check_db_name
      sql/sql_select.cc:
        Fixed bug in DISTINCT
      sql/sql_select.h:
        Fixed bug in DISTINCT
      sql/sql_table.cc:
        Fixed ALTER TABLE on MERGE tables
      sql/table.cc:
        Added test of namelen in check_db_name
      sql/table.h:
        Fixed ALTER TABLE on MERGE tables
      d4e087e0
    • unknown's avatar
      manual.texi Changelog updated · a389ae73
      unknown authored
      
      Docs/manual.texi:
        Changelog updated
      a389ae73
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · b33e9a2e
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      b33e9a2e
    • unknown's avatar
      errmsg.c buffer overflow in libmysqlclient fixed · 7d3315d6
      unknown authored
      
      libmysql/errmsg.c:
        buffer overflow in libmysqlclient fixed
      7d3315d6
  7. 27 Jan, 2001 7 commits
    • unknown's avatar
      Docs/manual.texi · 72bdd432
      unknown authored
          re-added Jeremy's merged out note
          updated changes section with recent bug fix info
      
      
      Docs/manual.texi:
        re-added Jeremy's merged out note
        updated changes section with recent bug fix info
      72bdd432
    • unknown's avatar
      merge · 7bf8f072
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      Docs/manual.texi:
        Merged. Need to re-add Jeremy's line
      7bf8f072
    • unknown's avatar
      fixed up lock counting code - Monty's suggestions · e3ad443d
      unknown authored
      updated manual about table lock counter
      fixed coredump in DROP DATABASE with long bogus name by non-root user
      fixed bug in handling STOP immediately after ROTATE
      added test case for buffer overrun on DROP DATABASE by non-root user
      added test case for the STOP bug in replication
      
      
      Docs/manual.texi:
        updates for Table_locks_immediate and Table_locks_waited
      include/thr_lock.h:
        fixes suggested by Monty to lock counts
      mysql-test/r/status.result:
        clean up of result for changes in the test case
      mysql-test/t/status.test:
        make it produce the same results if the had been some activity on the server already
      mysys/thr_lock.c:
        fixes suggested by Monty
      sql/mysqld.cc:
        fixes suggested by Monty
      sql/slave.cc:
        fixed bug in processing STOP event after rotate
      sql/sql_base.cc:
        fixes suggested by Monty
      sql/sql_parse.cc:
        fixed coredump in drop database with long name by a non-root user
      sql/sql_repl.cc:
        better status message
      e3ad443d
    • unknown's avatar
      logging_ok Logging to logging@openlogging.org accepted · dd3de29f
      unknown authored
      mi_check.c	fix for empty FULLTEXT index
      manual.texi	fulltext finetuning 50% limit issue modified
      
      
      Docs/manual.texi:
        fulltext finetuning 50% limit issue modified
      myisam/mi_check.c:
        fix for empty FULLTEXT index
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dd3de29f
    • unknown's avatar
      Added notes on OpenBSD 2.8 to manual · 053712ab
      unknown authored
      
      Docs/manual.texi:
        Added notes on OpenBSD 2.8
      053712ab
    • unknown's avatar
      Added ChangeLog entry for --temp-pool to manual. · 2bf5cd02
      unknown authored
      
      Docs/manual.texi:
        Added ChangeLog entry for --temp-pool
      2bf5cd02
    • unknown's avatar
      manual merge · c4fb7a68
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      client/mysqltest.c:
        Auto merged
      Docs/manual.texi:
        merged
      c4fb7a68