1. 27 Jan, 2001 7 commits
    • unknown's avatar
      merge · 1c97f9c6
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      Docs/manual.texi:
        Merged. Need to re-add Jeremy's line
      1c97f9c6
    • unknown's avatar
      fixed up lock counting code - Monty's suggestions · dbe03fb0
      unknown authored
      updated manual about table lock counter
      fixed coredump in DROP DATABASE with long bogus name by non-root user
      fixed bug in handling STOP immediately after ROTATE
      added test case for buffer overrun on DROP DATABASE by non-root user
      added test case for the STOP bug in replication
      
      
      Docs/manual.texi:
        updates for Table_locks_immediate and Table_locks_waited
      include/thr_lock.h:
        fixes suggested by Monty to lock counts
      mysql-test/r/status.result:
        clean up of result for changes in the test case
      mysql-test/t/status.test:
        make it produce the same results if the had been some activity on the server already
      mysys/thr_lock.c:
        fixes suggested by Monty
      sql/mysqld.cc:
        fixes suggested by Monty
      sql/slave.cc:
        fixed bug in processing STOP event after rotate
      sql/sql_base.cc:
        fixes suggested by Monty
      sql/sql_parse.cc:
        fixed coredump in drop database with long name by a non-root user
      sql/sql_repl.cc:
        better status message
      dbe03fb0
    • unknown's avatar
      Added notes on OpenBSD 2.8 to manual · 418eadb1
      unknown authored
      
      Docs/manual.texi:
        Added notes on OpenBSD 2.8
      418eadb1
    • unknown's avatar
      Added ChangeLog entry for --temp-pool to manual. · 3dec38a4
      unknown authored
      
      Docs/manual.texi:
        Added ChangeLog entry for --temp-pool
      3dec38a4
    • unknown's avatar
      manual merge · 63950c58
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      client/mysqltest.c:
        Auto merged
      Docs/manual.texi:
        merged
      63950c58
    • unknown's avatar
      Added --temp-pool option to mysqld. This will cause temporary files · 882f16d0
      unknown authored
      created to use a small set of filenames, to try and avoid problems
      in the Linux kernel.
      
      
      mysys/Makefile.am:
        Added my_bitmap.c
      mysys/my_init.c:
        my_bitmap code added
      mysys/mysys_priv.h:
        my_bitmap
      sql/mysql_priv.h:
        temp pool stuff.
      sql/mysqld.cc:
        --temp-pool option added
      sql/sql_select.cc:
        temp pool stuff
      sql/table.h:
        temp pool
      882f16d0
    • unknown's avatar
      Table_locks_waited · eb5706d1
      unknown authored
      Table_locks_immediate
      
      
      mysys/thr_lock.c:
        count locks
      sql/mysqld.cc:
        count locks
      sql/sql_base.cc:
        count locks
      eb5706d1
  2. 26 Jan, 2001 1 commit
  3. 25 Jan, 2001 6 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 87b0956a
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      87b0956a
    • unknown's avatar
      Docs/manual.texi · 33cff635
      unknown authored
          updates for new code
      sql/mysqld.cc
          catch SIGBUS and SIGILL
          print query and connection id on coredump if possible
      
      
      Docs/manual.texi:
        updates for new code
      sql/mysqld.cc:
        catch SIGBUS and SIGILL
        print query and connection id on coredump if possible
      33cff635
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · 002b5100
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      002b5100
    • unknown's avatar
      Lots of manual changes · c6a67ce9
      unknown authored
      Changed 'static inline' to 'inline' for SCO new's compiler
      
      
      Docs/manual.texi:
        Lots of changes in "Debugging a MySQL server" and in Log files handling
      mysys/hash.c:
        Changed 'static inline' to 'inline'
      sql/hostname.cc:
        Changed 'static inline' to 'inline'
      sql/item.cc:
        Changed 'static inline' to 'inline'
      sql/net_serv.cc:
        Changed 'static inline' to 'inline'
      sql/password.c:
        Changed 'static inline' to 'inline'
      sql/slave.cc:
        Changed 'static inline' to 'inline'
      sql/sql_acl.cc:
        Changed 'static inline' to 'inline'
      sql/sql_base.cc:
        Changed mysql_list_field() to convert field names again
      sql/sql_parse.cc:
        Changed 'static inline' to 'inline'
      sql/sql_repl.cc:
        fixed typo
      c6a67ce9
    • unknown's avatar
      mysql* -P 3307 uses TCP/IP now. · 77be4587
      unknown authored
      
      Docs/manual.texi:
        ChangeLog entry added.
      77be4587
    • unknown's avatar
      New empty News-3.23.33 section added to manual. · 6aef130b
      unknown authored
      
      Docs/manual.texi:
        New empty News-3.23.33 section added.
      6aef130b
  4. 24 Jan, 2001 4 commits
    • unknown's avatar
      fixed improper read of log name from master.info which broke slave server restart · b302ee39
      unknown authored
      fixed sync bugs in three test cases
      added offset argument to sync_with_master to mysqltest to be able to fix sync bugs
      added a test case for slave startup with existing master.info
      expanded mysql-test-run.sh to be able to run pre-start shell script initializations
      
      
      client/mysqltest.c:
        added offset argument to sync_with_master
      mysql-test/mysql-test-run.sh:
        added option to run master or slave initialization shell script
      mysql-test/r/rpl000016.result:
        fixed bug in test case
      mysql-test/t/rpl000012.test:
        fixed syncronization bug
      mysql-test/t/rpl000013.test:
        fixed sync bug
      mysql-test/t/rpl000016.test:
        fixed ambiguous show slave status.
      sql/slave.cc:
        fixed bug that broke slave server start with existing master.info,
        Monty's optimization was not chopping off newline from logname.
      b302ee39
    • unknown's avatar
      Merge work:/home/bk/mysql · 0ee9e34a
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      0ee9e34a
    • unknown's avatar
      Added last_errno and last_error to show slave status · 262a9e41
      unknown authored
      slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - 
      this is needed to recover from broken replication when the next log
      event(s) should just be skipped.
      Rotate binlogs when max_binlog_size is reached
      
      
      include/my_sys.h:
        added my_snprintf()
      include/mysqld_error.h:
        more error messages
      mysql-test/r/rpl000014.result:
        updated results for new SHOW SLAVE STATUS format
      mysql-test/r/rpl000015.result:
        update for SHOW SLAVE STATUS
      mysql-test/r/rpl000016.result:
        update for additions to the test
      mysql-test/t/rpl000016.test:
        test max_binlog_size and slave_skip_counter
      mysys/my_vsnprintf.c:
        added my_snprintf()
      sql/gen_lex_hash.cc:
        old values could not do it
      sql/lex.h:
        updates for SQL_SLAVE_SKIP_COUNTER
      sql/log.cc:
        rotate binlogs when max_binlog_size is reached
      sql/mysqld.cc:
        added max_binlog_size
      sql/share/czech/errmsg.txt:
        new errors
      sql/share/danish/errmsg.txt:
        new errors
      sql/share/dutch/errmsg.txt:
        new errors
      sql/share/english/errmsg.txt:
        new errors
      sql/share/estonian/errmsg.txt:
        new errors
      sql/share/french/errmsg.txt:
        new errors
      sql/share/german/errmsg.txt:
        new errors
      sql/share/greek/errmsg.txt:
        new errors
      sql/share/hungarian/errmsg.txt:
        new errors
      sql/share/italian/errmsg.txt:
        new errors
      sql/share/japanese/errmsg.txt:
        new errors
      sql/share/korean/errmsg.txt:
        new errors
      sql/share/norwegian-ny/errmsg.txt:
        new errors
      sql/share/norwegian/errmsg.txt:
        new errors
      sql/share/polish/errmsg.txt:
        new errors
      sql/share/portuguese/errmsg.txt:
        new errors
      sql/share/romanian/errmsg.txt:
        new errors
      sql/share/russian/errmsg.txt:
        new errors, translated untranslated messages
      sql/share/slovak/errmsg.txt:
        new errors
      sql/share/spanish/errmsg.txt:
        new errors
      sql/share/swedish/errmsg.txt:
        new errors
      sql/slave.cc:
        updates for slave_skip_counter and extension to show slave status
      sql/slave.h:
        slave_skip_counter
      sql/sql_repl.cc:
        use error messages from errmsg.txt
      sql/sql_yacc.yy:
        skip_slave_counter
      262a9e41
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 191a15d7
      unknown authored
      into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
      
      
      191a15d7
  5. 23 Jan, 2001 4 commits
  6. 22 Jan, 2001 8 commits
    • unknown's avatar
      060cd1a1
    • unknown's avatar
      Added new mutex for hostname lookup · 6370f97b
      unknown authored
      Added free of io_cache when using ALTER TABLE ... ORDER BY
      
      
      Docs/manual.texi:
        Updated from user comments
      sql/ha_berkeley.cc:
        Fixed wrong cast
      sql/hostname.cc:
        Added new mutex for hostname lookup
      sql/sql_table.cc:
        Added free of io_cache when using ALTER TABLE ... ORDER BY
      6370f97b
    • unknown's avatar
      fixed bug in master_pos_wait(), got rid of sleep hack, · e4667fc5
      unknown authored
      added test/sanity check for master_pos_wait()
      
      
      mysql-test/r/rpl000016.result:
        do show slave status to test master_pos_wait()
      mysql-test/t/rpl000001.test:
        no sleep
      mysql-test/t/rpl000002.test:
        no sleep
      mysql-test/t/rpl000003.test:
        no sleep
      mysql-test/t/rpl000007.test:
        !sleep
      mysql-test/t/rpl000008.test:
        !sleep
      mysql-test/t/rpl000009.test:
        no sleep
      mysql-test/t/rpl000010.test:
        no sleep
      mysql-test/t/rpl000011.test:
        no sleep
      mysql-test/t/rpl000012.test:
        no sleep
      mysql-test/t/rpl000013.test:
        no sleep
      mysql-test/t/rpl000014.test:
        no sleep
      mysql-test/t/rpl000015.test:
        no sleep
      mysql-test/t/rpl000016.test:
        no sleep, test that master_pos_wait() works right
      sql/slave.cc:
        fixed bug in master_pos_wait()
      e4667fc5
    • unknown's avatar
      Merge work:/home/bk/mysql · 682234e6
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      sql/log_event.h:
        Auto merged
      682234e6
    • unknown's avatar
      portability fix · f9647b6c
      unknown authored
      
      sql/log_event.h:
        fixed compiler error
      f9647b6c
    • unknown's avatar
      Fixes for OSF1 · 3e54e539
      unknown authored
      Made test more reliable on slow machines
      
      
      Docs/manual.texi:
        Changelog
      client/mysqladmin.c:
        Made --silent more silent
      include/my_pthread.h:
        Removed warning on OSF1
      mysql-test/install_test_db.sh:
        Allow connections from 127.0.0.1
      mysql-test/mysql-test-run.sh:
        Use mysqladmin ping to test if server is up
      mysql-test/r/rpl000015.result:
        Added sleep to make results repeatable
      mysql-test/t/rpl000015.test:
        Added sleep to make results repeatable
      mysql-test/t/rpl000016.test:
        Added sleep to make results repeatable
      sql/sql_repl.cc:
        added DBUG entry
      sql/sql_table.cc:
        Removed comparison of virtual functions as this didn't work on
        Compaq C++ on OSF1
      3e54e539
    • unknown's avatar
      SHOW [FULL] COLUMNS · 66321029
      unknown authored
      Added timeouts to replication tests to handle concurrent inserts
      
      
      Docs/manual.texi:
        Changelog
      client/mysqlshow.c:
        Fix for new SHOW FULL COLUMNS syntax
      mysql-test/r/show_check.result:
        Fix for SHOW FULL COLUMNS
      mysql-test/t/alter_table.test:
        Fix for SHOW FULL COLUMNS
      mysql-test/t/rpl000001.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000002.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000003.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000007.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000008.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000009.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000010.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000011.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000012.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000013.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000014.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000015.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/rpl000016.test:
        Added timeout to handle concurrent inserts.
      mysql-test/t/select.test:
        Fix for SHOW FULL COLUMNS
      mysql-test/t/show_check.test:
        Fix for SHOW FULL COLUMNS
      mysql-test/t/type_blob.test:
        Fix for SHOW FULL COLUMNS
      mysql-test/t/type_float.test:
        Fix for SHOW FULL COLUMNS
      mysql-test/t/type_ranges.test:
        Fix for SHOW FULL COLUMNS
      sql/mysql_priv.h:
        Fix for SHOW FULL COLUMNS
      sql/sql_parse.cc:
        Fix for SHOW FULL COLUMNS
      sql/sql_show.cc:
        Fix for SHOW FULL COLUMNS
      sql/sql_yacc.yy:
        Fix for SHOW FULL COLUMNS
      66321029
    • unknown's avatar
      keep bk happy · e99292d4
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/mysql-test-run.sh:
        Added missing --user
      sql/ha_berkeley.cc:
        Fixed bug in SHOW LOGS
      sql/item_func.cc:
        Cleanup; Fixed possible problem with NULL
      sql/mini_client.cc:
        cleanup
      sql/slave.cc:
        Cleanup
      sql/sql_repl.cc:
        Fixed timing problem where we could miss a broadcast
      sql/sql_show.cc:
        Fixed bug in SHOW LOGS when there wasn't any log files
      e99292d4
  7. 21 Jan, 2001 7 commits
    • unknown's avatar
      Fixed type in make_binary_distribution.sh · 75c376fb
      unknown authored
      Don't convert field names in mysql_list_fields
      
      
      Docs/manual.texi:
        Changelog
      scripts/make_binary_distribution.sh:
        Fix typo
      sql/sql_base.cc:
        Don't convert field names in mysql_list_fields()
      75c376fb
    • unknown's avatar
      Fix new bugs in make_binary_distribution · 99369c8a
      unknown authored
      
      scripts/make_binary_distribution.sh:
        Fixed some bugs that I had introduced in last push
      99369c8a
    • unknown's avatar
      Updates from 3.23.30 · f24513ea
      unknown authored
      
      Build-tools/Do-compile:
        Added binary suffix
        Stage are now names, not numbers
      Build-tools/Do-patch-file:
        Changed to use unified diff
      Build-tools/Do-rpm:
        Updated to new DBI/DBD versions
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f24513ea
    • unknown's avatar
      Remove removed files from Makefile.am · ab9646ca
      unknown authored
      
      mysql-test/Makefile.am:
        Remove removed files
      ab9646ca
    • unknown's avatar
      Fixed typos from prev changeset · 28eac2d0
      unknown authored
      
      mysql-test/r/select.result:
        Fixed
      sql/net_pkg.cc:
        Fixed typo
      28eac2d0
    • unknown's avatar
      Merge · ea5451ff
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      ea5451ff
    • unknown's avatar
      Changes for --with-server-suffix · ab7afc8c
      unknown authored
      Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
      Changed MERGE  tables to not use FILE
      
      
      BitKeeper/deleted/.del-m.MRG~3f5632c37af00f18:
        Delete: mysql-test/std_data/m.MRG
      BitKeeper/deleted/.del-m.frm~e351dfe0b6824c0c:
        Delete: mysql-test/std_data/m.frm
      Docs/manual.texi:
        Added DNS section
      configure.in:
        Update to 3.23.32
      include/Makefile.am:
        Added my_config.h
      include/mysql_com.h:
        Changes for --with-server-suffix
      include/mysql_version.h.in:
        cleanup
      merge/open.c:
        Don't use FILE
      mysql-test/Makefile.am:
        removed not needed data files
      mysql-test/r/merge.result:
        generate merge file
      mysql-test/t/merge.test:
        generate merge file
      sql-bench/Results/ATIS-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/RUN-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/alter-table-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/big-tables-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/connect-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/create-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/insert-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/select-mysql-NT_4.0:
        New benchmark results
      sql-bench/Results/wisconsin-mysql-NT_4.0:
        New benchmark results
      sql/log.cc:
        Ensure that mutex are initialized before used
      sql/log_event.h:
        Changes for --with-server-suffix
      sql/mysql_priv.h:
        Changes for --with-server-suffix
      sql/mysqlbinlog.cc:
        Changes for --with-server-suffix
      sql/mysqld.cc:
        changed strnmov -> strmake
      sql/net_pkg.cc:
        Prepare for adding char-set conversion to SHOW commands
      ab7afc8c
  8. 20 Jan, 2001 3 commits