1. 27 Jun, 2002 1 commit
    • unknown's avatar
      Removed mysql_ssl_clear() · 5f3c31c6
      unknown authored
      Added statistics information for alarms (for bug tracking)
      Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me)
      Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
      Aded new script mysql_tableinfo to make a system directory.
      
      
      Docs/manual.texi:
        Changelog and TODO
      include/mysql.h:
        Removed mysql_ssl_clear() (One should use mysql_close() instead)
      include/thr_alarm.h:
        Added info for alarms
      libmysql/libmysql.c:
        Made mysql_ssl_clear() static
      libmysql/libmysql.def:
        cleanup
      libmysqld/libmysqld.def:
        cleanup
      myisam/myisamchk.c:
        describe -> description
      myisam/myisampack.c:
        Fixed copyright.
      mysys/thr_alarm.c:
        Added statistics information for alarms (for bug tracking)
      scripts/Makefile.am:
        Added mysql_table_info
      sql-bench/crash-me.sh:
        Don't store "incomplete" in the xxx.cfg file if we are not using --restart.
        This was done becasue "incomplete" made it harder to quickly repeat a test that
        failed.
      sql-bench/limits/mysql.cfg:
        Update to 1.58
      sql/hostname.cc:
        Remved compiler warning
      sql/item_func.cc:
        cleanup
      sql/item_func.h:
        Cleanup
      sql/mysql_priv.h:
        Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
      sql/opt_range.cc:
        Removed purify warning
      sql/sql_parse.cc:
        cleanup
      sql/sql_test.cc:
        Added ala
      5f3c31c6
  2. 20 Jun, 2002 8 commits
  3. 19 Jun, 2002 5 commits
  4. 18 Jun, 2002 4 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 3de7fedb
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      3de7fedb
    • unknown's avatar
      Made keyread (key scanning) a key specific attribute. · 0ba080c8
      unknown authored
      This avoids using fulltext keys for table scanning.
      This also reverts Sinisa's original fix for this problem.
      
      
      Docs/manual.texi:
        Update of SQL_JOIN_MAX_SIZE information3602
      client/mysqldump.c:
        comment cleanup
      include/my_aes.h:
        General cleanup for new file
      include/rijndael.h:
        General cleanup for new file
      include/sha1.h:
        General cleanup for new file
      mysys/my_aes.c:
        General cleanup for new file
      mysys/rijndael.c:
        General cleanup for new file
      mysys/sha1.c:
        General cleanup for new file
      sql/ha_berkeley.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_innodb.cc:
        Merge with 3.23.x
      sql/ha_innodb.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_isam.cc:
        Moved things to table_flags()
      sql/ha_isam.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_myisam.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_myisam.h:
        Made keyread (key scanning) a key specific attribute.
      sql/ha_myisammrg.h:
        Made keyread (key scanning) a key specific attribute.
      sql/handler.h:
        Made keyread (key scanning) a key specific attribute.
      sql/item_strfunc.cc:
        Cleanup of AES_xxx code
      sql/opt_range.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/sql_base.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/sql_cache.cc:
        Removed compiler warning
      sql/sql_select.cc:
        Removed wrong patch to fulltext problem
      sql/table.cc:
        Made keyread (key scanning) a key specific attribute.
      sql/table.h:
        Made keyread (key scanning) a key specific attribute.
      0ba080c8
    • unknown's avatar
      Fixed some comments , plus introduced some tests so that I do not · 33956cb0
      unknown authored
      make some new mistakes.
      
      33956cb0
    • unknown's avatar
      manual.texi: · eff2bde7
      unknown authored
        Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
      
      
      Docs/manual.texi:
        Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
      eff2bde7
  5. 17 Jun, 2002 13 commits
  6. 16 Jun, 2002 4 commits
  7. 15 Jun, 2002 2 commits
    • unknown's avatar
      Fixed a bug in optimiser with MERGE tables with non-unique values · fc12caff
      unknown authored
      with aggregating functions.
      
      This consistently crashed Mysql
      
      fc12caff
    • unknown's avatar
      A fix for a bug which hits the optimiser when trying to group keys · 1986f3b6
      unknown authored
      for a seemingly impoosbile conds in WHERE....
      
      This crashed MySQL in 4.0.2
      
      
      Docs/manual.texi:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      mysql-test/r/select.result:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      mysql-test/t/select.test:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      sql/opt_range.cc:
        A fix for a bug which hits the optimiser when trying to group keys
        for a seemingly impoosbile conds in WHERE....
      1986f3b6
  8. 14 Jun, 2002 3 commits
    • unknown's avatar
      Merge · d7a927aa
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      d7a927aa
    • unknown's avatar
      Fixed a rare bug when fulltext index is present and no tables are used. · 6f0f9a1a
      unknown authored
      A better fix would be to have a map of tables that are not used at all, 
      and to annul just fledls in that TABLE.
      
      6f0f9a1a
    • unknown's avatar
      Merge · e5139bd5
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item_create.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      client/mysqldump.c:
        SCCS merged
      e5139bd5