1. 16 Aug, 2000 7 commits
    • unknown's avatar
      Merge tim@work:/home/bk/mysql · f70441c7
      unknown authored
      into localhost.polyesthetic.msg:/usr/local/src/my/work
      
      
      sql/sql_table.cc:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f70441c7
    • unknown's avatar
      Server core dumped if ALTER TABLE SET DEFAULT was called on a blob · 34d0db76
      unknown authored
      field.
      
      
      sql/sql_table.cc:
        - error if ALTER TABLE SET DEFAULT called on blob field
      34d0db76
    • unknown's avatar
      Merge · c4543517
      unknown authored
      
      sql-bench/server-cfg.sh:
        Auto merged
      Docs/manual.texi:
        Merged of manual
      c4543517
    • unknown's avatar
      Additions for CHECK table + update of benchmarks · 7496ec31
      unknown authored
      
      Docs/manual.texi:
        Updated for 3.23.23
      myisam/mi_check.c:
        Fix for CHECK table
      sql-bench/bench-init.pl.sh:
        Fix of benchmarks for PostgreSQL 7.0.2
      sql-bench/server-cfg.sh:
        Fix of benchmarks for PostgreSQL 7.0.2
      sql-bench/test-insert.sh:
        Fix of benchmarks for PostgreSQL 7.0.2
      sql-bench/test-select.sh:
        Fix of benchmarks for PostgreSQL 7.0.2
      sql/ha_myisam.cc:
        Fix for CHECK table
      sql/handler.h:
        Fix for CHECK table
      sql/lex.h:
        Fix for CHECK table
      sql/sql_load.cc:
        Fix bug in delayed keys
      sql/sql_table.cc:
        Fix for CHECK table
      sql/sql_yacc.yy:
        Fix for CHECK table
      sql/structs.h:
        Fix wrong type
      7496ec31
    • unknown's avatar
      Fix "dosen't" for someone who mailed us. :) · dd38ab75
      unknown authored
      
      Docs/manual.texi:
        Fix "dosen't"
      dbug/monty.doc:
        Fix "dosen't"
      isam/isamchk.c:
        Fix "dosen't"
      libmysql/libmysql.c:
        Fix "dosen't"
      sql-bench/server-cfg.sh:
        Fix "dosen't"
      sql/sql_base.cc:
        Fix "dosen't"
      sql/sql_test.cc:
        Fix "dosen't"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dd38ab75
    • unknown's avatar
      updated changes in the manual · 379b2695
      unknown authored
      
      Docs/manual.texi:
        Updated the changes in 3.23.22 and 3.23.23
      379b2695
    • unknown's avatar
      Delayed keys + portability fixes · e318f3a6
      unknown authored
      
      client/Makefile.am:
        Fix for make/bitkeeper
      configure.in:
        Fix for SCO and SHOW PROCESSLIST
      include/Makefile.am:
        Fix for make/bitkeeper
      libmysql/Makefile.am:
        Fix for make/bitkeeper
      myisam/mi_check.c:
        Fixes for delayed key handling
      sql-bench/Makefile.am:
        Fix for make/bitkeeper
      sql/Makefile.am:
        Fix for make/bitkeeper
      sql/sql_insert.cc:
        Added delay key creation to INSERT .. SELECT
      e318f3a6
  2. 15 Aug, 2000 9 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 6388f02b
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto merged
      6388f02b
    • unknown's avatar
      fix for the fatal bug in LOAD TABLE FROM MASTER · 791b5d98
      unknown authored
      
      sql/slave.cc:
        fixed a bug in LOAD TABLE FROM MASTER - the table was not being locked during repair
      sql/sql_parse.cc:
        reverse the bookkeeping so that sql_parse.cc now matches Monty's
      791b5d98
    • unknown's avatar
      Language corrections to: · dd9b0365
      unknown authored
        manual.texi
        internals.texi
      
      In the wake of Monty's latest revisions. :)
      
      
      Docs/internals.texi:
        Language and readability fixups.
      Docs/manual.texi:
        Various language fixups, etc.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dd9b0365
    • unknown's avatar
      testing bk/make for Monty · 51eba25a
      unknown authored
      
      sql/slave.cc:
        test change
      51eba25a
    • unknown's avatar
      bookkeeping · 771d68b5
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/mysqld.cc:
        another bookkeeping commit during merge
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      771d68b5
    • unknown's avatar
      another bookkeeping commit - will not be pushed · 08351693
      unknown authored
      
      sql/sql_parse.cc:
        bookkeeping check in, needed to be able to pull Monty's version
      08351693
    • unknown's avatar
      bookkeeping commit - bk will not let me pull Monty's changes until I commit... · 6183695e
      unknown authored
      bookkeeping commit - bk will not let me pull Monty's changes until I commit mine to my repository - this will not be pushed
      
      
      sql/mysqld.cc:
        added explict net->timeout set to net_read_timeout before handshake
      6183695e
    • unknown's avatar
      Removed automaticly created files from Bitkeeper · c53d371c
      unknown authored
      
      BitKeeper/deleted/.del-my_global.h:
        ***MISSING WEAVE***
      c53d371c
    • unknown's avatar
      Fixed for Ia64 + delayed key creation + a lot of small bug fixes · 8b3993bc
      unknown authored
      
      Docs/Makefile.am:
        Removed typo
      Docs/internals.texi:
        Added documentation about filesort
      Docs/manual.texi:
        Lots of changes, including information about the password in the mysql.user table
      config.h.in:
        ***MISSING WEAVE***
      heap/hp_rnext.c:
        Fix of reading of read-next
      include/config-win.h:
        Fix for Ia64
      include/global.h:
        Fix for Ia64
      include/my_base.h:
        Fix for Ia64
      include/myisam.h:
        New repair options
      isam/_dynrec.c:
        Typo fixes
      isam/_search.c:
        Fix for Ia64
      merge/rrnd.c:
        Fix of ORDER BY for MERGE tables
      myisam/ft_eval.c:
        Fix for Ia64
      myisam/ft_parser.c:
        Fix for Ia64
      myisam/ft_static.c:
        Portability fixes
      myisam/mi_check.c:
        Fix for Ia64 + delay key creation
      myisam/mi_locking.c:
        Portability fixes
      myisam/myisamdef.h:
        Fixes for automatic table repair
      myisam/myisampack.c:
        Version number increment
      myisammrg/myrg_rrnd.c:
        Fix of ORDER BY for mymerge tables
      mysql.proj:
        Updated
      mysys/charset.c:
        Fix for Ia64
      mysys/mf_casecnv.c:
        Fix for Ia64
      mysys/mf_pack.c:
        Fix for Ia64
      mysys/mf_path.c:
        Fix for Ia64
      mysys/mf_wfile.c:
        Fix for Ia64
      mysys/my_alloc.c:
        Fix for Ia64
      mysys/my_lib.c:
        Fix for Ia64
      mysys/my_lread.c:
        Fix for Ia64
      mysys/my_lwrite.c:
        Fix for Ia64
      mysys/my_winthread.c:
        Fix for Ia64
      mysys/string.c:
        Fix for Ia64
      mysys/thr_alarm.c:
        Fix for Ia64
      mysys/thr_rwlock.c:
        Fix of scheduler bug for systems without rw_locks
      regex/regcomp.c:
        Fix for Ia64
      regex/regex.h:
        Fix for Ia64
      regex/regex2.h:
        Fix for Ia64
      scripts/mysqlhotcopy.sh:
        Explicit version number (because of bitkeeper)
      sql-bench/bench-init.pl.sh:
        New help message
      sql-bench/server-cfg.sh:
        Updates for postgreSQL 7.0
      sql/ChangeLog:
        Changelog
      sql/field.cc:
        Fix of datetime function handling
      sql/filesort.cc:
        More comments
      sql/gen_lex_hash.cc:
        More options
      sql/ha_berkeley.cc:
        Fix for part key reading
      sql/ha_berkeley.h:
        Indentation
      sql/ha_myisam.cc:
        Fix for delayed key creation
      sql/ha_myisam.h:
        Fix for delayed key creation
      sql/handler.h:
        Fix for delayed key creation
      sql/item_func.cc:
        Fix of crash when using constant expression with UDF functions in WHERE
      sql/item_timefunc.cc:
        Fix of datetime function handling
      sql/mini_client.cc:
        Portability fix
      sql/mysql_priv.h:
        Optimization of select initialization
      sql/mysqld.cc:
        Portability fixes, thread cache and min argument for connect_timeout
      sql/sql_load.cc:
        Delayed key handling
      sql/sql_parse.cc:
        Portability fixes and select initialization optimization
      sql/sql_select.cc:
        Small optimization + more comments
      sql/sql_table.cc:
        Fix default value adding to blob with alter table + delayed index creation
      sql/sql_yacc.yy:
        Optimized select initialization
      sql/structs.h:
        Fix for part key read
      strings/ctype-sjis.c:
        Fix for Ia64
      strings/ctype-tis620.c:
        Fix for Ia64
      strings/t_ctype.h:
        bk fix
      support-files/mysql.spec.sh:
        Added comment
      vio/viotest-ssl.cc:
        bk fix
      vio/viotest-sslconnect.cc:
        bk fix
      vio/viotest.cc:
        bk fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8b3993bc
  3. 11 Aug, 2000 4 commits
    • unknown's avatar
      Various fixups, readability improved. · 99110483
      unknown authored
      
      client/mysqladmin.c:
        Fixed up enums, arrays, and structs.  Much more readable.
        Corrected copyright notice on one version output.
        Corrected english on program description.
      99110483
    • unknown's avatar
      Aesthetic changes only. · dc46db58
      unknown authored
      
      client/mysql.cc:
        Cleaned up some of the struct formatting.
        Fixed up the usage information.
        Changed the "current database" to "*** NONE ***" if there is no db.
        It used to be "*** NO ONE ***" which only makes sense to Finns. :)
      myisam/myisampack.c:
        Fixed the License header.
        Monty verified in Monterey that myisampack's info was wrong.
        Fixed the Usage/Copyright info header.  myisampack *is* free now.
        Fixed up the Usage info to real english.
      dc46db58
    • unknown's avatar
      A bunch of changes to the manual. · f6e57cb4
      unknown authored
      Spelling, grammar, updating.
      Basic Maintenance.
      
      
      Docs/manual.texi:
        Spelling, grammar, updating.
        Basic Maintenance.
      f6e57cb4
    • unknown's avatar
      Small change to manual, testing BitKeeper · bc1f4d35
      unknown authored
      
      Docs/manual.texi:
        Corrected node description from "alpha" to "beta"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bc1f4d35
  4. 10 Aug, 2000 1 commit
    • unknown's avatar
      Automatically detect HAVE_INT_8_16_32. · 07c1b843
      unknown authored
      
      Docs/manual.texi:
        - remove -DHAVE_INT_8_16_32 from recommended CFLAGS
      configure.in:
        - add test for int8
      acconfig.h:
        - add HAVE_INT_8_16_32
      07c1b843
  5. 09 Aug, 2000 2 commits
  6. 07 Aug, 2000 2 commits
    • unknown's avatar
      added sleep to allow time for replication to the alter table test · 60a4499b
      unknown authored
      
      repl-tests/test-repl-alter/run.test:
        added sleep to allow time for replication
      60a4499b
    • unknown's avatar
      fixed coredump in UDF · 1d598de9
      unknown authored
      added Monty's patch for alter table and LAST_INSERT_ID()
      added a test case for replication of ALTER TABLE on a table with auto_increment
      
      
      sql/item_func.cc:
        fixed a coredump in UDF
      sql/sql_table.cc:
        fixed LAST_INSERT_ID() problem after ALTER TABLE on a table with auto_increment
      1d598de9
  7. 03 Aug, 2000 2 commits
  8. 02 Aug, 2000 4 commits
  9. 01 Aug, 2000 9 commits