1. 19 Sep, 2002 2 commits
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · 0826f69f
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      0826f69f
    • unknown's avatar
      Increased max possible max_allowed_packet to 1G · 4e50f236
      unknown authored
      Small optimization to not do external locking of temporary MyISAM tables.
      
      
      BitKeeper/deleted/.del-sslopt-usage.h~3ab77eeeaad1ba0a:
        Delete: include/sslopt-usage.h
      Docs/manual.texi:
        Fixed wrong descrtion of IF()
        Added information about automatic cast of integer to binary string
        ChangeLog
      client/mysqlbinlog.cc:
        Portability fix
      client/mysqldump.c:
        Increased max possible max_allowed_packet to 1G
      include/Makefile.am:
        Removed sslopt-usage.h
        Made sslopt-case.h global
      include/my_sys.h:
        Fixd protypes for my_strdup_with_length()
      mysys/safemalloc.c:
        Fixd some prototypes
      sql/ha_isam.cc:
        Don't do external locking on temporary tables
      sql/ha_myisam.cc:
        Don't do external locking on temporary tables
      sql/lock.cc:
        Added big description of how LOCK TABLES affects locking
      sql/log_event.cc:
        cleanup
      sql/mysqld.cc:
        Increased max possible max_allowed_packet to 1G
      sql/sql_table.cc:
        Fixed portability problem
      4e50f236
  2. 18 Sep, 2002 4 commits
    • unknown's avatar
      manual.texi fix X'...' example to return correct result type · 26aad00a
      unknown authored
      
      Docs/manual.texi:
        fix X'...' example to return correct result type
      26aad00a
    • unknown's avatar
      Added code to flush a bulk_insert index. · 202679d4
      unknown authored
      This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
      
      
      Docs/manual.texi:
        Changelog
      include/my_base.h:
        Added code to flush a bulk_insert index
      myisam/mi_extra.c:
        Added code to flush a bulk_insert index
      mysql-test/r/insert.result:
        test of auto_increment and bulk_insert
      mysql-test/t/insert.test:
        test of auto_increment and bulk_insert
      sql/ha_myisam.cc:
        Added code to flush a bulk_insert index
      sql/sql_insert.cc:
        Mark that bulk_insert is used
      sql/sql_load.cc:
        Mark that bulk_insert is used
        Remove duplicated call to initialize bulk insert
      sql/table.h:
        Mark that bulk_insert is used
      vio/viosslfactories.c:
        Remove compiler warning
      202679d4
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 945c8e55
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      945c8e55
    • unknown's avatar
      manual.texi minor fixes · 6116aa59
      unknown authored
      
      Docs/manual.texi:
        minor fixes
      6116aa59
  3. 17 Sep, 2002 9 commits
    • unknown's avatar
      Update mysql-test results after merge · 85736316
      unknown authored
      
      include/my_sys.h:
        Portability fix
      include/sslopt-longopts.h:
        Better help for --ssl
      mysql-test/r/binary.result:
        Update results after merge
      mysys/my_malloc.c:
        Portability fix
      sql/udf_example.cc:
        Use longlong instead of 'long long' to make things works on windows
      85736316
    • unknown's avatar
      merge with 3.23.53 (only code cleanup and new test case) · d7e51e65
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      mysql-test/t/binary.test:
        Auto merged
      mysql-test/r/binary.result:
        merge with 3.23.53
      sql/item_strfunc.h:
        Code cleanup
      d7e51e65
    • unknown's avatar
      Fixed bug with BINARY NULL · 29be6179
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      mysql-test/r/binary.result:
        Test of binary NULL
      mysql-test/t/binary.test:
        Test of binary NULL
      29be6179
    • unknown's avatar
      Merge · ada755a7
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      ada755a7
    • unknown's avatar
      fixed so that --ssl and --skip-ssl works with the MySQL clients. · 968fd1a5
      unknown authored
      Fixed core dump bug when sending wrong string to AES_DECRYPT()
      
      
      BitKeeper/deleted/.del-explain_log.sh~e570be5f63576fe1:
        Delete: scripts/explain_log.sh
      Docs/manual.texi:
        Updated bug reporting. Added somew new changelog entries and changed some old
      client/mysql.cc:
        Fixed so that --ssl and --skip-ssl works
      client/mysqladmin.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqlcheck.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqldump.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqlimport.c:
        Fixed so that --ssl and --skip-ssl works
      client/mysqlshow.c:
        Fixed so that --ssl and --skip-ssl works
      include/sslopt-case.h:
        Fixed so that --ssl and --skip-ssl works
      mysql-test/r/func_str.result:
        Test of problem with AES_DECRYPT()
      mysql-test/t/func_str.test:
        Test of problem with AES_DECRYPT()
      mysys/my_aes.c:
        Fixed problem with wrong decrypt string.
      scripts/mysql_explain_log.sh:
        Applied missed patch
      sql/item_strfunc.cc:
        Fixed aes_encrypt() and aes_decrypt() to be safer and avoid some mallocs()
      sql/net_pkg.cc:
        Return ER_UNKNOWN_ERROR instead of errocode 0 in some cases.
      968fd1a5
    • unknown's avatar
      Merge · f11e7347
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      f11e7347
    • unknown's avatar
      ft-boolean + ORDER BY (ftb tree reusing) bug · c489039c
      unknown authored
      c489039c
    • unknown's avatar
      comment corrected · e41d2ae1
      unknown authored
      e41d2ae1
    • unknown's avatar
      Merge with 3.23.53 · f981ef41
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/filesort.cc:
        merge
      f981ef41
  4. 16 Sep, 2002 3 commits
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · a4bd1251
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      a4bd1251
    • unknown's avatar
      Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables · 501f703b
      unknown authored
      Fixed bug in SELECT ... ORDER BY ... LIMIT
      Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
      Fixed hang when using --with-openssl
      
      
      Docs/manual.texi:
        Updated SHOW VARIABLES
        Changelog
        Moved some missplaced changelog entries
      include/violite.h:
        updated prototypes
      libmysqld/lib_sql.cc:
        Moved init_update_queries() to sql_parse.cc
      mysql-test/install_test_db.sh:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      mysql-test/r/grant.result:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      mysql-test/t/grant.test:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      scripts/mysql_fix_privilege_tables.sh:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      scripts/mysql_install_db.sh:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      sql/filesort.cc:
        Fixed bug in SELECT ... ORDER BY ... LIMIT
      sql/mysql_priv.h:
        New prototypes
      sql/mysqld.cc:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
      sql/sql_acl.cc:
        Moved init_update_queries() to sql_parse.cc
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host
      sql/sql_acl.h:
        Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host
      sql/sql_parse.cc:
        Moved init_update_queries() to sql_parse.cc
      sql/sql_show.cc:
        Fixed wrong output in SHOW TABLE STATUS for compressed tables.
      sql/sql_table.cc:
        Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
      vio/viosocket.c:
        Fixed hang when using --with-openssl
      vio/viossl.c:
        Fixed hang when using --with-openssl
      501f703b
    • unknown's avatar
      Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-names. · 3452ceab
      unknown authored
      
      Docs/manual.texi:
        changelog
      3452ceab
  5. 15 Sep, 2002 2 commits
  6. 14 Sep, 2002 9 commits
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql-4.0 · 61431077
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      
      61431077
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc: · 2ce0db50
      unknown authored
        Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB
      
      
      sql/ha_innodb.cc:
        Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB
      sql/ha_innodb.h:
        Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB
      2ce0db50
    • unknown's avatar
    • unknown's avatar
      Fixed core dump bug in ORDER BY ... LIMIT · 43e92abd
      unknown authored
      
      Docs/manual.texi:
        Changelog
      43e92abd
    • unknown's avatar
      Fix MySQL Test so it will not depend on current host in log file naming. · dea658d9
      unknown authored
      
      mysql-test/r/rpl_flush_log_loop.result:
        Fix result
      mysql-test/t/rpl_flush_log_loop-master.opt:
        Fix master options
      mysql-test/t/rpl_flush_log_loop-slave.opt:
        Fix slave options
      dea658d9
    • unknown's avatar
      Merge mysql.com:/home/pz/mysql/mysql-4.0-root · 239d0fd6
      unknown authored
      into mysql.com:/home/pz/mysql/mysql-4.0
      
      
      BitKeeper/deleted/.del-rpl_flush_log_loop-master.opt:
        Delete: mysql-test/t/rpl_flush_log_loop-master.opt
      BitKeeper/deleted/.del-rpl_flush_log_loop-slave.opt:
        Delete: mysql-test/t/rpl_flush_log_loop-slave.opt
      BitKeeper/deleted/.del-rpl_flush_log_loop.test:
        Delete: mysql-test/t/rpl_flush_log_loop.test
      239d0fd6
    • unknown's avatar
      mysqlbinlog.cc: · 721c1bdf
      unknown authored
        a few changes to test resolving
      
      
      client/mysqlbinlog.cc:
        a few changes to test resolving
      721c1bdf
    • unknown's avatar
      mysqlbinlog.cc: · bcaa5b3f
      unknown authored
        fixed typo
      
      
      client/mysqlbinlog.cc:
        fixed typo
      bcaa5b3f
    • unknown's avatar
      ha_innodb.cc: · 0a36a5d9
      unknown authored
        Add some comments
      ha_innodb.h:
        Remove the flag HA_NOT_READ_PREFIX_LAST from ha_innodb.h: InnoDB has supported this from the start, but not tested yet
      
      
      sql/ha_innodb.h:
        Remove the flag HA_NOT_READ_PREFIX_LAST from ha_innodb.h: InnoDB has supported this from the start, but not tested yet
      sql/ha_innodb.cc:
        Add some comments
      0a36a5d9
  7. 13 Sep, 2002 3 commits
    • unknown's avatar
      manual.texi minor tweaks/fixups to charset section. · 78bf0eaf
      unknown authored
      manual.texi	minor fixups to mysql_real_connect() section.
      
      
      Docs/manual.texi:
        minor tweaks/fixups to charset section.
      78bf0eaf
    • unknown's avatar
      row0mysql.c: · 1569299e
      unknown authored
        Fix typos in previous push
      
      
      innobase/row/row0mysql.c:
        Fix typos in previous push
      1569299e
    • unknown's avatar
      row0mysql.c: · 34e62d6f
      unknown authored
        Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
      
      
      innobase/row/row0mysql.c:
        Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
      34e62d6f
  8. 12 Sep, 2002 2 commits
  9. 11 Sep, 2002 6 commits
    • unknown's avatar
      opt_range.cc: · 985550de
      unknown authored
        Fix the crash in InnoDB when WHERE primarykey < x ORDER BY primarykey is used
      
      
      sql/opt_range.cc:
        Fix the crash in InnoDB when WHERE primarykey < x ORDER BY primarykey is used
      985550de
    • unknown's avatar
      manual.texi fix mangled sentence (pointed out by Egor). · b0832d69
      unknown authored
      
      Docs/manual.texi:
        fix mangled sentence (pointed out by Egor).
      b0832d69
    • unknown's avatar
      manual.texi formatting cleanups. · b9e039ca
      unknown authored
      
      Docs/manual.texi:
        formatting cleanups.
      b9e039ca
    • unknown's avatar
      srv0srv.c, srv0srv.h: · ed7b69ac
      unknown authored
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      os0file.c:
        Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
      
      
      innobase/os/os0file.c:
        Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
      innobase/include/srv0srv.h:
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      innobase/srv/srv0srv.c:
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      ed7b69ac
    • unknown's avatar
      fixup after merge · a6779e3d
      unknown authored
      a6779e3d
    • unknown's avatar
      Merge with 3.23.53 · a8529b65
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      innobase/btr/btr0cur.c:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/sync/sync0arr.c:
        Auto merged
      innobase/trx/trx0undo.c:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      Docs/manual.texi:
        merge
      sql/ha_innodb.cc:
        merge
      sql/mysqld.cc:
        merge
      a8529b65