1. 31 Aug, 2000 1 commit
  2. 30 Aug, 2000 9 commits
  3. 29 Aug, 2000 7 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · 45e355c2
      unknown authored
      
      myisam/Makefile.am:
        Auto merged
      45e355c2
    • unknown's avatar
      Updates for release · 463016ee
      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
      463016ee
    • unknown's avatar
      sql_select.cc ft-optimization: AND, GT/LT/GE/LE · 2b46ccce
      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
      2b46ccce
    • unknown's avatar
      fixed coredump in charset.c - bk messed up, so here is another try to push it · 3776743d
      unknown authored
      
      mysys/charset.c:
        fixed coredump
      3776743d
    • unknown's avatar
      merge · c9ed6ae4
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      c9ed6ae4
    • unknown's avatar
      Bug fixes for 3.23.23 · 52046a7b
      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
      52046a7b
    • unknown's avatar
      Fixed up serg's ft manual. · 542e7e57
      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
      542e7e57
  4. 28 Aug, 2000 5 commits
    • unknown's avatar
      .del-ac-types.h Delete: mit-pthreads/include/pthread/ac-types.h · 99a70d04
      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
      99a70d04
    • unknown's avatar
      configure.in modifications to help libmysql_r work with distcheck · b920d260
      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
      b920d260
    • unknown's avatar
      Makefile.am fixed syntax error · 9139e976
      unknown authored
      
      sql-bench/Makefile.am:
        fixed syntax error
      9139e976
    • unknown's avatar
      Merge serg@work.mysql.com:/home/bk/mysql · 73d43101
      unknown authored
      into infomag.ape.relarn.ru:/usr/home/serg/src/mysql.safe/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      73d43101
    • unknown's avatar
      ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed. · ca04c0ec
      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
      ca04c0ec
  5. 25 Aug, 2000 2 commits
    • unknown's avatar
      Stopwords (English only); fulltext keys now can be repaired · fe26eac2
      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.]
      fe26eac2
    • unknown's avatar
      Do-all-build-steps moved mkdir $WD/Logs to a useful place · 44e3d4cd
      unknown authored
      
      Build-tools/Do-all-build-steps:
        moved mkdir $WD/Logs to a useful place
      44e3d4cd
  6. 24 Aug, 2000 3 commits
  7. 23 Aug, 2000 11 commits
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · b7af9506
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      
      b7af9506
    • unknown's avatar
      The previous commit to this file introduced several syntax (etc.) · 5e99be1d
      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
      5e99be1d
    • unknown's avatar
      Replication fixes · b1cc91fa
      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
      b1cc91fa
    • unknown's avatar
      Merge work:/home/bk/mysql · 448fa9f1
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      448fa9f1
    • unknown's avatar
      Documented the new replication features · 5b285c97
      unknown authored
      
      Docs/manual.texi:
        Documented the new replication features in 3.23.23
      5b285c97
    • unknown's avatar
      Index removed out-of-date win1251 character set · cd694f98
      unknown authored
      
      sql/share/charsets/Index:
        removed out-of-date win1251 character set
      cd694f98
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · 800a71ff
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      
      800a71ff
    • unknown's avatar
      latin1.conf - fixed several sort order problems · 2a77d18c
      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
      2a77d18c
    • unknown's avatar
      Merge jcole@jcole:/home/jcole/bk/mysql · 7f32301f
      unknown authored
      into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      7f32301f
    • unknown's avatar
      Updated mysqlhotcopy to use the new ``FLUSH TABLES table_list'' syntax. · 451ef26a
      unknown authored
      
      Docs/manual.texi:
        ChangeLog entry for mysqlhotcopy update.
      scripts/mysqlhotcopy.sh:
        Updated to use the new ``FLUSH TABLES table_list'' syntax.
      451ef26a
    • unknown's avatar
      Fixes for Ia64 · 844c9236
      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
      844c9236
  8. 22 Aug, 2000 2 commits
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · 06c58585
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      
      configure.in:
        Auto merged
      06c58585
    • unknown's avatar
      Associate a charset directly with its number in the Index file, and · db3b3c17
      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
      db3b3c17