1. 15 Sep, 2001 2 commits
    • unknown's avatar
      manual.texi outdated line removed · 3d95f70f
      unknown authored
      Docs/manual.texi:
        outdated line removed
      3d95f70f
    • unknown's avatar
      Cleanups · f0389758
      unknown authored
      BitKeeper/etc/ignore:
        added vio/test-ssl
      Docs/manual.texi:
        Cleanup
      isam/isamchk.c:
        Cleanup
      myisam/mi_check.c:
        Cleanup
      myisam/myisamchk.c:
        Cleanup
      myisam/myisamdef.h:
        Cleanup
      sql/log_event.cc:
        Cleanup
      sql/mysqld.cc:
        Cleanup
      f0389758
  2. 14 Sep, 2001 2 commits
    • unknown's avatar
      Fixed bug in UNION · 745dd698
      unknown authored
      Fixed replication bug in load_master_data
      
      
      BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
        Delete: include/global.h
      Docs/manual.texi:
        Cleaned up "Things to do in 4.0"
      mysql-test/r/union.result:
        New test
      mysql-test/t/union.test:
        New test
      mysys/my_lib.c:
        Cleanup
      sql/mysql_priv.h:
        Fixed replication bug load_master_data
      sql/sql_base.cc:
        Fixed bug in UNION
      sql/sql_db.cc:
        Fixed replication bug load_master_data
      sql/sql_parse.cc:
        Fixed replication bug load_master_data
      sql/sql_repl.cc:
        Fixed replication bug load_master_data
      sql/sql_union.cc:
        Fixed bug in UNION
      tools/mysqlmanager.c:
        Portability fix
      745dd698
    • unknown's avatar
      Fixed problem with "record not found" in BDB tables. · 1220e099
      unknown authored
      Docs/manual.texi:
        Fixed wrong reference to --with-thread-safe-client
      mysql-test/r/bdb.result:
        New tests
      mysql-test/t/bdb.test:
        New tests
      1220e099
  3. 13 Sep, 2001 5 commits
    • unknown's avatar
      Changed to use my_global.h · 0c8ace9b
      unknown authored
      Fixed problem with LIKE with latin1_de
      Added parsing support of UNSIGNED LONG LONG
      
      
      Docs/manual.texi:
        Changelog
      client/client_priv.h:
        Changed to use my_global.h
      client/completion_hash.cc:
        Changed to use my_global.h
      client/errmsg.c:
        Changed to use my_global.h
      client/get_password.c:
        Changed to use my_global.h
      client/mysqldump.c:
        Changed to use my_global.h
      client/mysqlshow.c:
        Changed to use my_global.h
      client/mysqltest.c:
        Changed to use my_global.h
      client/password.c:
        Changed to use my_global.h
      client/readline.cc:
        Changed to use my_global.h
      client/sql_string.cc:
        Changed to use my_global.h
      client/thimble.cc:
        Changed to use my_global.h
      client/thread_test.c:
        Changed to use my_global.h
      dbug/dbug.c:
        Changed to use my_global.h
      dbug/dbug_analyze.c:
        Changed to use my_global.h
      dbug/example1.c:
        Changed to use my_global.h
      dbug/example2.c:
        Changed to use my_global.h
      dbug/example3.c:
        Changed to use my_global.h
      dbug/factorial.c:
        Changed to use my_global.h
      dbu...
      0c8ace9b
    • unknown's avatar
      manual.texi fix incorrect example (no function named INDEX) · 06d4ca14
      unknown authored
      Docs/manual.texi:
        fix incorrect example (no function named INDEX)
      06d4ca14
    • unknown's avatar
      re-wrote section about foreign keys · 11d2a269
      unknown authored
      Docs/manual.texi:
        re-wrote secion about foreign keys
      vio/test-ssl:
        no change
      11d2a269
    • unknown's avatar
      manual.texi: · 9cfc7f44
      unknown authored
        Add a mirror in Belgium
      
      
      Docs/manual.texi:
        Add a mirror in Belgium
      9cfc7f44
    • unknown's avatar
      Fixed sorting of é in latin_de · e30ceb9f
      unknown authored
      Docs/manual.texi:
        Updated German sorting info
      strings/ctype-latin1_de.c:
        Fixed sorting of é
      e30ceb9f
  4. 12 Sep, 2001 1 commit
    • unknown's avatar
      OS2 patch · 15e5b382
      unknown authored
      Docs/manual.texi:
        Updated section of how to change the socket file.
        Changelog for 3.23.43
      include/merge.h:
        Fixed typo
      include/my_pthread.h:
        Fixed bug for WIN32
      include/myisam.h:
        Fixed typo
      include/nisam.h:
        Fixed typo
      sql/handler.h:
        Fixed typo
      sql/sql_table.cc:
        Fixed typo
      sql/unireg.cc:
        F
      15e5b382
  5. 11 Sep, 2001 1 commit
  6. 10 Sep, 2001 1 commit
    • unknown's avatar
      Fixes for German sorting order. · 7294c7b4
      unknown authored
      Docs/manual.texi:
        Update for German sorting
      configure.in:
        Don't make the German sort order default
      myisam/mi_delete_all.c:
        Truncate files on DELETE FROM table_name to not get warnings when checking files
      myisam/mi_search.c:
        Fix for multi-byte character sets.
      sql/item_cmpfunc.cc:
        Use current character set when using STRCMP()
      strings/ctype-latin1_de.c:
        F
      7294c7b4
  7. 08 Sep, 2001 2 commits
    • unknown's avatar
      Some cleanups to replication section · dacdb5b9
      unknown authored
      dacdb5b9
    • unknown's avatar
      More debug info · 4f08177e
      unknown authored
      Fix DBUG_ASSERT()
      Optimization for BDB tables
      Fix for BDB under Win98
      
      
      Docs/manual.texi:
        Removed wrong info
      bdb/os_win32/os_rename.c:
        Fix for windows 98
      configure.in:
        Better options for MAC OS X
      include/dbug.h:
        Fix DBUG_ASSERT()
      mysys/thr_lock.c:
        More DBUG messages
      sql/ha_berkeley.cc:
        Use cursor in remove_key
      sql/lock.cc:
        Fix possible problem when pre-unlocking tables in SELECT
      sql/sql_select.cc:
        More DBUG messages
      sql/violite.c:
        Fix DBUG messages
      4f08177e
  8. 07 Sep, 2001 3 commits
    • unknown's avatar
      Fix for LOCK TABLES and BDB tables · c22f6825
      unknown authored
      Docs/manual.texi:
        Added more information to MySQL comparison
      c22f6825
    • unknown's avatar
      manual.texi: · 56df9eeb
      unknown authored
        Fix Danish mirror contact
      
      
      Docs/manual.texi:
        Fix Danish mirror contact
      56df9eeb
    • unknown's avatar
      manual.texi: · d0737807
      unknown authored
        Fix danish mirror contact
      
      
      Docs/manual.texi:
        Fix danish mirror contact
      d0737807
  9. 06 Sep, 2001 4 commits
  10. 04 Sep, 2001 1 commit
    • unknown's avatar
      manual.texi: · 17f5ff81
      unknown authored
        Fix a couple of mirror e-mail addresses
      
      
      Docs/manual.texi:
        Fix a couple of mirror e-mail addresses
      17f5ff81
  11. 03 Sep, 2001 2 commits
    • unknown's avatar
      Ensure that libmysqlclient doesn't use raid · c693464e
      unknown authored
      Fix problem with MyISAM and rows of length 65517-65520
      
      
      Docs/manual.texi:
        Changelog
      include/raid.h:
        Ensure that libmysqlclient doesn't use raid
      libmysql/Makefile.am:
        Ensure that libmysqlclient doesn't use raid
      libmysql_r/Makefile.am:
        Ensure that libmysqlclient doesn't use raid
      myisam/mi_check.c:
        Fix problem with rows of length 65517-65520
      myisam/mi_dynrec.c:
        Fix problem with rows of length 65517-65520
      mysql-test/r/myisam.result:
        Test for myisam tables with problematic row lengths
      mysql-test/t/myisam.test:
        Test for myisam tables with problematic row lengths
      sql/log_event.cc:
        Portability fix
      strings/ctype-euc_kr.c:
        Portability fix
      strings/ctype-sjis.c:
        Portability fix
      c693464e
    • unknown's avatar
      Update of manual with 4.0 changes · 834ca9f5
      unknown authored
      Create innodb table space if configuring with InnoDB and not using --skip-innodb
      Fixes for TRUNCATE TABLE and DROP DATABASE.
      
      
      Docs/manual.texi:
        Update of manual with 4.0 changes.
      mysql-test/mysql-test-run.sh:
        Fixed option --mysqld
      mysql-test/r/innodb.result:
        More test cases
      mysql-test/r/truncate.result:
        More test cases
      mysql-test/t/drop.test:
        More test cases
      mysql-test/t/innodb.test:
        More test cases
      mysql-test/t/truncate.test:
        More test cases
      sql/gen_lex_hash.cc:
        Smaller array
      sql/ha_innobase.cc:
        Create innodb table space if not using --skip-innodb
      sql/lock.cc:
        Fixed wrong mutex handling in global read lock.
      sql/md5.c:
        Fixed bug from merge
      sql/sql_base.cc:
        cleanup
      sql/sql_db.cc:
        Use new global lock functions.
        Fixed new bug that database wasn't always dropped.
      sql/sql_delete.cc:
        Fixed problem with mysql_truncate() when called from restore_table
      sql/sql_parse.cc:
        Fixed error message handling.
      sql/sql_table.cc:
        cleanup
      834ca9f5
  12. 02 Sep, 2001 2 commits
    • unknown's avatar
      Fix to not running mysqld as root by default · 2528660d
      unknown authored
      Docs/manual.texi:
        Small changes for INNER JOIN
      configure.in:
        Use 'mysql' as the default MySQL user
      myisam/mi_create.c:
        Test for right create information
      2528660d
    • unknown's avatar
      Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB · 1ceee5ce
      unknown authored
      Fix that DROP DATABASE works with all table types
      Use BULK_INSERT when inserting more than one row
      Better TRUNCATE TABLE
      
      
      BitKeeper/deleted/.del-compilation_finished.au.gz~70bd14095a918139:
        Delete: sounds/compilation_finished.au.gz
      BUILD/FINISH.sh:
        Removed 'finished' sound as this isn't a general solution.
      Docs/manual.texi:
        Added upgrading from 3.23
      configure.in:
        Fixed version number
      sql/ha_innobase.cc:
        Default creation of InnoDB tables.
      sql/ha_myisam.cc:
        Disable BULK_INSERT of using safe mode
      sql/handler.cc:
        Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB
      sql/handler.h:
        Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB
      sql/lock.cc:
        Added lock_and_wait_for_table_name
      sql/mysql_priv.h:
        Better TRUNCATE TABLE
      sql/sql_db.cc:
        Fix that DROP DATABASE works with all table types
      sql/sql_delete.cc:
        Better TRUNCATE TABLE
      sql/sql_insert.cc:
        Use BULK_INSERT when inserting more than one row
      sql/sql_load.cc:
        Small bug fix.
      sql/sql_parse.cc:
        Better TRUNCATE TABLE
      sql/sql_select.cc:
        Change INNOBASE -> INNODB
      sql/sql_table.cc:
        Better TRUNCATE TABLE
      sql/sql_yacc.yy:
        INNOBASE -> INNODB
      sql/thr_malloc.cc:
        Fix for replication
      1ceee5ce
  13. 01 Sep, 2001 1 commit
  14. 31 Aug, 2001 1 commit
    • unknown's avatar
      Fixed problem with INSERT DELAYED · 4d7a2641
      unknown authored
      Make killing threads safer
      
      
      Docs/manual.texi:
        Portability fix
      mysys/thr_lock.c:
        Fixed problem with INSERT DELAYED
      sql/mysqld.cc:
        Make shutdown safer
      sql/sql_class.cc:
        Make kill thread safer
      sql/sql_insert.cc:
        Make kill thread safer
      4d7a2641
  15. 30 Aug, 2001 3 commits
    • unknown's avatar
      Portability fixes · d53c2fa7
      unknown authored
      Docs/manual.texi:
        Changelog
      client/mysqlbinlog.cc:
        Portability fix
      myisam/ft_test1.c:
        Portability fix
      sql/log_event.cc:
        Portability fix
      d53c2fa7
    • unknown's avatar
      Fix problem with comments/blank lines in MERGE files. · a3b9443d
      unknown authored
      Docs/manual.texi:
        Changelog
      a3b9443d
    • unknown's avatar
      manual.texi minor change log fixes · 55bfc754
      unknown authored
      manual.texi	fix age calculations in the tutorial section to
      manual.texi	determine age in integer years and to account for
      manual.texi	relative order of dates within calendar year.
      
      
      Docs/manual.texi:
        minor change log fixes
      55bfc754
  16. 29 Aug, 2001 4 commits
    • unknown's avatar
      Fix for OS2 · 63179d7c
      unknown authored
      Docs/manual.texi:
        Cleanup
      63179d7c
    • unknown's avatar
      OpenSSL work · 8fb4d6bb
      unknown authored
      readline/callback.c:
        warning removed
      sql/mysqld.cc:
        Warning removed abut freeing zero pointer
      8fb4d6bb
    • unknown's avatar
      Test that all MERGE tables comes from the same database · d86adb87
      unknown authored
      Docs/manual.texi:
        Changelog and more documentation about ALTER TABLE
      include/mysqld_error.h:
        New error message
      mysql-test/t/merge.test:
        Test of error conditions
      sql/gen_lex_hash.cc:
        Smaller array
      sql/ha_myisammrg.cc:
        Cleanup
      sql/share/czech/errmsg.txt:
        New message
      sql/share/danish/errmsg.txt:
        New message
      sql/share/dutch/errmsg.txt:
        New message
      sql/share/english/errmsg.txt:
        New message
      sql/share/estonian/errmsg.txt:
        New message
      sql/share/french/errmsg.txt:
        New message
      sql/share/german/errmsg.txt:
        New message
      sql/share/greek/errmsg.txt:
        New message
      sql/share/hungarian/errmsg.txt:
        New message
      sql/share/italian/errmsg.txt:
        New message
      sql/share/japanese/errmsg.txt:
        New message
      sql/share/korean/errmsg.txt:
        New message
      sql/share/norwegian-ny/errmsg.txt:
        New message
      sql/share/norwegian/errmsg.txt:
        New message
      sql/share/polish/errmsg.txt:
        New message
      sql/share/portuguese/errmsg.txt:
        New message
      sql/share/romanian/errmsg.txt:
        New message
      sql/share/russian/errmsg.txt:
        New message
      sql/share/slovak/errmsg.txt:
        New message
      sql/share/spanish/errmsg.txt:
        New message
      sql/share/swedish/errmsg.txt:
        New message
      d86adb87
    • unknown's avatar
      News-3.23.42 section updated · 71eafd1f
      unknown authored
      71eafd1f
  17. 28 Aug, 2001 1 commit
    • unknown's avatar
      Fixed that LOAD DATA INFILE works with transactions. · 34558504
      unknown authored
      Fix for lower case filenames
      
      
      BitKeeper/deleted/.del-select.tst~2e626fa07144d2c8:
        Delete: mysql-test/misc/select.tst
      Docs/manual.texi:
        Better examples for sub selects
      bdb/lock/lock_region.c:
        Fixed not critical error
      mysql-test/r/gemini.result:
        Testcase for load data infile
      mysql-test/t/gemini.test:
        Testcase for load data infile
      sql/sql_load.cc:
        Fixed that LOAD DATA INFILE works with transactions
      sql/sql_show.cc:
        Fix for lower case filenames
      sql/sql_string.cc:
        cleanup
      34558504
  18. 26 Aug, 2001 1 commit
    • unknown's avatar
      Fixed bug in auto-increment handling with InnoDB · c0d11f1e
      unknown authored
      Some small speedups
      
      
      Docs/manual.texi:
        Changelog
      client/mysqldump.c:
        Fixed quoting problem for table names when using --opt
      mysys/mf_casecnv.c:
        Speed up some common string functions
      sql-bench/test-insert.sh:
        Small changes that shouldn't affect results
      sql-bench/test-select.sh:
        Small changes that shouldn't affect results
      sql/field.h:
        Added reset() functions to speed up some common things
      sql/gen_lex_hash.cc:
        Smaller hash table
      sql/ha_innobase.cc:
        Fixed bug in auto-increment handling with InnoDB
      c0d11f1e
  19. 23 Aug, 2001 2 commits
  20. 22 Aug, 2001 1 commit
    • unknown's avatar
      Portability fixes · d3b6dcb8
      unknown authored
      Docs/manual.texi:
        Small changes because of user request.
      heap/heapdef.h:
        Portability fix
      include/global.h:
        Portability fix
      myisam/myisamlog.c:
        Portability fix
      sql/mini_client.cc:
        Fix for windows
      sql/sql_repl.cc:
        Fix for windows
      sql/violite.c:
        Fix for windows
      d3b6dcb8