1. 30 Aug, 2000 8 commits
  2. 29 Aug, 2000 7 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · 9841f6fd
      unknown authored
      
      myisam/Makefile.am:
        Auto merged
      9841f6fd
    • unknown's avatar
      Updates for release · 84844541
      unknown authored
      
      BitKeeper/deleted/.del-mi_debug.c:
        ***MISSING WEAVE***
      BUILD/compile-alpha-ccc:
        Added thread safe libraries
      Docs/manual.texi:
        Added information about --log-slow-queries
      Makefile.am:
        Fix for thread safe libraries
      client/mysql.cc:
        Allow commands without ; on first line
      myisam/Makefile.am:
        Removed mi_debug.c
      myisam/mi_check.c:
        Removed compiler warnings
      myisam/mi_dbug.c:
        Extra debugging
      myisammrg/myrg_rkey.c:
        Removed compiler warnings
      myisammrg/myrg_rnext.c:
        Removed compiler warnings
      myisammrg/myrg_rprev.c:
        Removed compiler warnings
      sql/mini_client.cc:
        Removed compiler warnings
      sql/mysqld.cc:
        Updated help
      sql/sql_parse.cc:
        Fix permission checking for RENAME
      tests/grant.pl:
        Added more grant tests
      tests/grant.res:
        New results
      84844541
    • unknown's avatar
      sql_select.cc ft-optimization: AND, GT/LT/GE/LE · f20190f5
      unknown authored
      sql_select.cc	EXPLAIN fulltext
      Makefile.am	CLEANFILES corrected
      sql_show.cc	SHOW CREATE now displays FULLTEXT keys properly
      
      
      sql/sql_show.cc:
        SHOW CREATE now displays FULLTEXT keys properly
      myisam/Makefile.am:
        CLEANFILES corrected
      sql/sql_select.cc:
        ft-optimization: AND, GT/LT/GE/LE
      f20190f5
    • unknown's avatar
      fixed coredump in charset.c - bk messed up, so here is another try to push it · f98f62b3
      unknown authored
      
      mysys/charset.c:
        fixed coredump
      f98f62b3
    • unknown's avatar
      merge · 97745efd
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      97745efd
    • unknown's avatar
      Bug fixes for 3.23.23 · e3bf73c1
      unknown authored
      
      myisam/mi_debug.c:
        ***MISSING WEAVE***
      Docs/internals.texi:
        Added coding guidelines
      Docs/manual.texi:
        Changelog update + Win32 -> Windows
      client/mysql.cc:
        Changed --no-named-commands to be on by default
      client/mysqlimport.c:
        Bug fix
      include/config-win.h:
        Update of supported functions
      include/global.h:
        Removed compiler warning
      libmysql/libmysql.c:
        Fix for Ia64
      myisam/ChangeLog:
        Changelog
      myisam/Makefile.am:
        Added file mi_dbug.c
      myisam/ft_stopwords.c:
        Fix for Ia64
      myisam/mi_delete_table.c:
        Extra debugging
      myisam/mi_rename.c:
        Extra debugging
      myisam/mi_rnext.c:
        Fixed bug with MIN and concurrent insert
      myisam/mi_rprev.c:
        Fixed bug with MAX and concurrent insert
      myisam/mi_search.c:
        Fixed bug with DECIMAL/NUMERIC keys
      myisam/myisamdef.h:
        Extra debugging
      scripts/make_binary_distribution.sh:
        Added thread safe mysql library
      sql/ha_heap.cc:
        Fix of HEAP bug with range keys
      sql/ha_heap.h:
        Fix of HEAP bug with range keys
      sql/handler.cc:
        Optimizing
      sql/handler.h:
        Optimizing
      sql/lock.cc:
        More DEBUG + fix of RENAME bug
      sql/mini_client.cc:
        Fix for Ia64
      sql/mysql_priv.h:
        Fix for name locks
      sql/mysqld.cc:
        Shorter message if wrong options
      sql/opt_range.cc:
        Added TODO
      sql/sql_base.cc:
        Fix for DROP TABLE
      sql/sql_parse.cc:
        Fix of permission checking for CHECK TABLE
      sql/sql_select.cc:
        Fix of using LEFT JOIN with empty table
      sql/table.h:
        Fix for name locks
      tests/fork_test.pl:
        Fixed typo
      e3bf73c1
    • unknown's avatar
      Fixed up serg's ft manual. · 600e5b23
      unknown authored
      
      Docs/manual.texi:
        Fixed up serg's full-text searching manual.
        Other miscellaneous changes.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      600e5b23
  3. 28 Aug, 2000 5 commits
    • unknown's avatar
      .del-ac-types.h Delete: mit-pthreads/include/pthread/ac-types.h · 3be2018a
      unknown authored
      .del-config.flags	Delete: mit-pthreads/config.flags
      
      
      BitKeeper/deleted/.del-config.flags:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ac-types.h:
        Delete: mit-pthreads/include/pthread/ac-types.h
      3be2018a
    • unknown's avatar
      configure.in modifications to help libmysql_r work with distcheck · 12dc1cb9
      unknown authored
      Makefile.am	modifications to help libmysql_r work with distcheck
      
      
      Makefile.am:
        modifications to help libmysql_r work with distcheck
      configure.in:
        modifications to help libmysql_r work with distcheck
      12dc1cb9
    • unknown's avatar
      Makefile.am fixed syntax error · 2fd21748
      unknown authored
      
      sql-bench/Makefile.am:
        fixed syntax error
      2fd21748
    • unknown's avatar
      Merge serg@work.mysql.com:/home/bk/mysql · a5ec80e3
      unknown authored
      into infomag.ape.relarn.ru:/usr/home/serg/src/mysql.safe/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      a5ec80e3
    • unknown's avatar
      ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed. · 712f6430
      unknown authored
      **************** !!! NOTE EVERYBODY: SYNTAX CHANGED !!! ********************
      There's no COLLECTIONs now, full-text indexes can be created via the word
      FULLTEXT, which should be used like UNIQUE.
      
      
      myisam/mi_check.c:
        comments added
      sql/lex.h:
        COLLECTION -> FULLTEXT
      sql/item_func.h:
        ft-optimization: identical queries merging
      sql/sql_select.cc:
        ft-optimization
      sql/item_func.cc:
        ft-optimization: identical queries merging
      sql/sql_base.cc:
        ft_optimization: identical queries merging
      sql/sql_yacc.yy:
        COLLECTION -> FULLTEXT
      myisam/ft_search.c:
        info->lastpot dealing
      Docs/manual.texi:
        COLLECTION -> FULLTEXT
      712f6430
  4. 25 Aug, 2000 2 commits
    • unknown's avatar
      Stopwords (English only); fulltext keys now can be repaired · 9a920d98
      unknown authored
      
      myisam/fulltext.h:
        stopwords moved to include/ft_global.h
      myisam/mi_check.c:
        fulltext keys now can be repaired
      include/ft_global.h:
        stopwords declaration
      sql/ha_myisam.cc:
        bug in ::repair
      sql/mysqld.cc:
        stopwords initialized with PRECOMPILED_STOPWORDS
      include/Makefile.am:
        because `bk ci' set permissions to 444, the my_global.h
        should be removed, not overwritten.]
      9a920d98
    • unknown's avatar
      Do-all-build-steps moved mkdir $WD/Logs to a useful place · c9fe3da0
      unknown authored
      
      Build-tools/Do-all-build-steps:
        moved mkdir $WD/Logs to a useful place
      c9fe3da0
  5. 24 Aug, 2000 3 commits
  6. 23 Aug, 2000 11 commits
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · 126d03b6
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      126d03b6
    • unknown's avatar
      The previous commit to this file introduced several syntax (etc.) · 3ed169a2
      unknown authored
      errors related to changing the TYPELIB to CS_ID.
      
      
      BitKeeper/deleted/.del-config.h.in:
        ***MISSING WEAVE***
      mysys/charset.c:
        - fix numerous syntax errors from previous commit
      3ed169a2
    • unknown's avatar
      Replication fixes · 4788f471
      unknown authored
      
      sql/log_event.cc:
        changed uint to uint32 in all places where the code depended on 
        sizeof(uint) to be 4
      sql/log_event.h:
        changed uint to uint32 in all places where the code depended on 
        sizeof(uint) to be 4
      sql/slave.cc:
        Monty's I64 fix broke my fprintf(), to fix it, changed to use llstr() 
        to print mi->pos that has become ulonglong
      4788f471
    • unknown's avatar
      Merge work:/home/bk/mysql · dd7a4b2a
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      dd7a4b2a
    • unknown's avatar
      Documented the new replication features · 63e28901
      unknown authored
      
      Docs/manual.texi:
        Documented the new replication features in 3.23.23
      63e28901
    • unknown's avatar
      Index removed out-of-date win1251 character set · 30287277
      unknown authored
      
      sql/share/charsets/Index:
        removed out-of-date win1251 character set
      30287277
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · 5a4eb5bd
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      5a4eb5bd
    • unknown's avatar
      latin1.conf - fixed several sort order problems · dff6d591
      unknown authored
      german1.conf	- fixed several sort order problems
      
      
      sql/share/charsets/german1.conf:
        - fixed several sort order problems
      sql/share/charsets/latin1.conf:
        - fixed several sort order problems
      dff6d591
    • unknown's avatar
      Merge jcole@jcole:/home/jcole/bk/mysql · 089e6c22
      unknown authored
      into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      089e6c22
    • unknown's avatar
      Updated mysqlhotcopy to use the new ``FLUSH TABLES table_list'' syntax. · 208571bc
      unknown authored
      
      Docs/manual.texi:
        ChangeLog entry for mysqlhotcopy update.
      scripts/mysqlhotcopy.sh:
        Updated to use the new ``FLUSH TABLES table_list'' syntax.
      208571bc
    • unknown's avatar
      Fixes for Ia64 · c99a9fa4
      unknown authored
      
      Docs/manual.texi:
        Updated thread safe client chapter + new links
      client/sql_string.cc:
        Update for Ia64
      client/sql_string.h:
        Update for Ia64
      extra/replace.c:
        Update for Ia64
      include/config-win.h:
        Update for PHP
      include/global.h:
        Update for PHP
      isam/create.c:
        Update for Ia64
      isam/delete.c:
        Update for Ia64
      isam/write.c:
        Update for Ia64
      libmysql/Makefile.shared:
        new file
      libmysql/libmysql.c:
        Update for Ia64
      libmysql/net.c:
        Update for Ia64
      myisam/mi_delete.c:
        Update for Ia64
      myisam/mi_search.c:
        Update for Ia64
      sql/field.cc:
        Update for Ia64
      sql/field.h:
        Update for Ia64
      sql/item.h:
        Update for Ia64
      sql/item_strfunc.cc:
        Update for Ia64
      sql/lock.cc:
        Update for Ia64
      sql/log.cc:
        Update for Ia64
      sql/log_event.h:
        Update for Ia64
      sql/net_serv.cc:
        Update for Ia64
      sql/sql_list.h:
        Update for Ia64
      sql/sql_parse.cc:
        Update for Ia64
      sql/sql_rename.cc:
        Update for Ia64
      sql/sql_select.cc:
        Update for Ia64
      sql/sql_show.cc:
        Update for Ia64
      sql/sql_string.cc:
        Update for Ia64
      sql/sql_string.h:
        Update for Ia64
      sql/time.cc:
        Update for Ia64
      c99a9fa4
  7. 22 Aug, 2000 4 commits
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · f4a2c4c6
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      
      configure.in:
        Auto merged
      f4a2c4c6
    • unknown's avatar
      Associate a charset directly with its number in the Index file, and · ff348fff
      unknown authored
      propogate those changes through the code.  This is so that there can
      be holes in the list of charsets without breaking old tables.
      
      
      configure.in:
        - changed pattern for getting number from charsets Index file
      mysys/charset.c:
        - changed from using a TYPELIB to a CS_ID struct, so both the name
          and the number of a charset is stored in available_charsets
      sql/share/charsets/Index:
        - made the number a real part of the Index file, not just a comment
      sql/share/charsets/README:
        - order is no longer significant, but each charset must be paired
          with its number
      ff348fff
    • unknown's avatar
      Spelling mistake in sql/Makefile.am · c8709809
      unknown authored
      
      sql/Makefile.am:
        Spelling mistake.
      c8709809
    • unknown's avatar
      Merge · adef20b3
      unknown authored
      
      configure.in:
        Merged
      Docs/manual.texi:
        Merged
      adef20b3