- 19 Sep, 2000 9 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
fixed typo in the error message sql/sql_base.cc fixed bugs in reopen_name_locked_table() after talking to Monty added a test case for restore + select sql/slave.cc: fixed typo in the error message sql/sql_base.cc: fixed bugs in reopen_name_locked_table() after talking to Monty
-
unknown authored
Docs/manual.texi: Goofed image comments, fixed now.
-
unknown authored
manual.texi a better way to integrate into Gizmo. Docs/manual.texi: Commented out mirror flag images, until we find a better way to integrate into Gizmo.
-
unknown authored
changed RESTORE TABLE to use name lock sql/mysql_priv.h: added reopen_name_locked_table() sql/sql_base.cc: added reopen_name_locked_table() sql/sql_table.cc: fixed repare_for_restore() to use fn_format() power changed RESTORE TABLE to use name lock
-
unknown authored
manual.texi non-existent sites (sent mail to maintainers). Docs/manual.texi: Updated all mirror sites, removing out of date or non-existent sites (sent mail to maintainers).
-
unknown authored
BitKeeper/etc/logging_ok: fixed after matt removed all of us ;)
-
unknown authored
Docs/Makefile.am: removed print-manual.pdf added nusphere.pdf Docs/manual.texi: cleaned up the header a bit added conditionals for nusphere.pdf BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
fixed buffer overflow in fn_format() mysys/mf_format.c: fixed coredump when dsk overflows sql/ha_myisam.cc: switched from my own pointer black magic in forming a file name to use the functionionality of fn_format()
-
- 18 Sep, 2000 2 commits
- 17 Sep, 2000 9 commits
-
-
unknown authored
Docs/manual.texi: Forgot mailing lists and links to order support in the Contact section.
-
unknown authored
manual.texi machine can be plugged back in now. :) Docs/manual.texi: Updated the Contact Us information. David's answering machine can be plugged back in now. :)
-
unknown authored
logging_ok Logging to logging@openlogging.org accepted BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted Docs/manual.texi: Hyper-linked mailing list address.
-
unknown authored
Docs/manual.texi: Changed book URLs to barnesandnoble.com.
-
unknown authored
Docs/manual.texi: Fixups to recent change notes.
-
unknown authored
Docs/manual.texi: fixed bad reference sql/sql_lex.h: removed wrongly added backup_dir
-
unknown authored
Docs/manual.texi: Added changes lost during bk resolve
-
unknown authored
sql/sql_lex.h: Auto merged Docs/manual.texi: merged/resolved conflicts
-
unknown authored
Updates for BACKUP TABLE/RESTORE TABLE Added Replication FAQ Cleaned up TODO list removing a duplicate and features already implemented Updated changelog for 3.23.25 sql/sql_lex.h Re-added backup_dir to Lex which dispappeared while resovling conflicts Docs/manual.texi: Updates for BACKUP TABLE/RESTORE TABLE Added Replication FAQ Cleaned up TODO list removing a duplicate and features already implemented Updated changelog for 3.23.25 sql/sql_lex.h: Re-added backup_dir to Lex which dispappeared while resovling conflicts
-
- 16 Sep, 2000 3 commits
-
-
unknown authored
include/myisam.h: Don't assume too big tempoary disks myisam/mi_check.c: Don't assume too big tempoary disks myisam/mi_static.c: Don't assume too big tempoary disks myisam/myisamdef.h: Fix type sql/ha_myisam.cc: Set myisamchk to use MySQL temporary disk space sql/slave.cc: Fix parameters sql/sql_lex.h: Added backup_dir
-
unknown authored
Docs/manual.texi: Auto merged sql/mysql_priv.h: Auto merged sql/sql_delete.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_table.cc: Auto merged
-
unknown authored
BUILD/compile-alpha-ccc: remove deps to get things to compile better Docs/manual.texi: Small fixes configure.in: Fix for mlockmem() include/my_sys.h: Made key_cache_inited global myisammrg/myrg_close.c: Fixed memory leak myisammrg/myrg_open.c: Initialize queue to avoid memory leak bug mysys/mf_format.c: Added overflow check mysys/mf_keycache.c: Made key_cache_init more secure to use mysys/my_static.h: Make key_cache_inite global sql/ChangeLog: Changes sql/lock.cc: Added logging of locktime sql/log.cc: Added logging of locktime sql/mysql_priv.h: Added locked_in_memory sql/mysqld.cc: Added logging of locktime + locked in memory sql/sql_acl.cc: Added thd to log::write() for faster call sql/sql_base.cc: Use global key_cache variable sql/sql_class.cc: Added result row counting sql/sql_class.h: Added thd to log::write() for faster call sql/sql_db.cc: Added thd to log::write() for faster call sql/sql_delete.cc: Added thd to log::write() for faster call sql/sql_insert.cc: Added thd to log::write() for faster call sql/sql_load.cc: Added thd to log::write() for faster call sql/sql_parse.cc: Added thd to log::write() for faster call sql/sql_rename.cc: Added thd to log::write() for faster call sql/sql_table.cc: Added thd to log::write() for faster call sql/sql_update.cc: Added thd to log::write() for faster call
-
- 15 Sep, 2000 3 commits
-
-
unknown authored
sql/ha_myisam.h: Auto merged sql/handler.h: Auto merged sql/lex.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_table.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
sql/handler.h: Added a comment
-
unknown authored
FULLTEXT doesn't actually work with BLOBs. Docs/manual.texi: FULLTEXT doesn't actually work with BLOBs.
-
- 14 Sep, 2000 6 commits
-
-
unknown authored
RESTORE TABLE FROM 'directory' log on slave when it connects to the master include/mysql_com.h: Added COM_CONNECT_OUT so we can log on the slave when connects to the master sql/ha_myisam.cc: added restore() and backup() sql/ha_myisam.h: Added restore() and backup() sql/handler.cc: restore()/backup() sql/handler.h: restore()/backup() sql/lex.h: BACKUP/RESTORE sql/mysql_priv.h: gave global ( non-static) scope to generate_table() added mysql_backup_table()/mysql_restore_table() sql/slave.cc: Log when slave connects to the master on the slave sql/sql_delete.cc: changed the scope of generate_table() from static to global sql/sql_lex.h: changes for BACKUP TABLE/RESTORE TABLE sql/sql_parse.cc: Changes for BACKUP TABLE/RESTORE TABLE sql/sql_table.cc: Changes for BACKUP TABLE/RESTORE TABLE sql/sql_yacc.yy: BACKUP TABLE/ RESTORE TABLE
-
unknown authored
-
unknown authored
-
unknown authored
scripts/make_binary_distribution.sh: Change mode to -rw-rw-r-- scripts/mysql_convert_table_format.sh: Change mode to -rw-rw-r-- scripts/mysql_find_rows.sh: Change mode to -rw-rw-r-- scripts/mysql_setpermission.sh: Change mode to -rw-rw-r-- scripts/mysql_zap.sh: Change mode to -rw-rw-r-- scripts/mysqlaccess.sh: Change mode to -rw-rw-r-- scripts/mysqlbug.sh: Change mode to -rw-rw-r-- scripts/mysqlhotcopy.sh: Change mode to -rw-rw-r-- scripts/safe_mysqld-watch.sh: Change mode to -rw-rw-r-- scripts/safe_mysqld.sh: Change mode to -rw-rw-r-- scripts/mysqlaccess.conf: Change mode to -rw-rw-r-- support-files/binary-configure.sh: Change mode to -rw-rw-r-- Docs/Makefile.am: Remove manual.ps when doing make distclean Docs/manual.texi: Fix Makefile.am: Fix that my_config.h is properly created and removed include/Makefile.am: Fix that my_config.h is properly created and removed libmysql/Makefile.shared: Add some distclean targets scripts/Makefile.am: Add some distclean targets support-files/Makefile.am: Add some distclean targets
-
unknown authored
into ham.spaceapes.com:/usr/home/jcole/bk/mysql
-
unknown authored
be wrong and install would fail. sql/share/Makefile.am: When installing, should cd into the directory where the files are coming from. This caused a problem with one of our customers using an SGI IRIX machine, I'd guess that IRIX uses some version of install that doesn't disregard the path of the source file when copying the files.
-
- 13 Sep, 2000 3 commits
-
-
unknown authored
Docs/manual.texi: Updated MERGE table stuff + more extra/perror.c: Added missing error messages include/myisammrg.h: Fixes for MERGE TABLE include/queues.h: Fixes for MERGE TABLE isam/isamlog.c: Fixed hard bug myisam/mi_log.c: cleanup myisam/mi_open.c: Fixed file name format in myisam log myisam/myisamlog.c: Bug fixes myisammrg/mymrgdef.h: Fixes for MERGE TABLE myisammrg/myrg_create.c: Fixes for MERGE TABLE myisammrg/myrg_open.c: Fixes for MERGE TABLE myisammrg/myrg_queue.c: Fixes for MERGE TABLE myisammrg/myrg_rfirst.c: Fixes for MERGE TABLE myisammrg/myrg_rkey.c: Fixes for MERGE TABLE myisammrg/myrg_rlast.c: Fixes for MERGE TABLE myisammrg/myrg_rnext.c: Fixes for MERGE TABLE myisammrg/myrg_rprev.c: Fixes for MERGE TABLE myisammrg/myrg_rrnd.c: Fixes for MERGE TABLE mysql.proj: update mysys/queues.c: Fixed bug when using reverse queues sql-bench/test-insert.sh: Separated some things to get better timings sql/ha_heap.cc: Fixed heap table bug sql/ha_heap.h: Fixed heap table bug sql/ha_myisam.h: Fixed wrong max_keys sql/ha_myisammrg.cc: Fixed MERGE TABLES sql/ha_myisammrg.h: Fixed MERGE TABLES sql/handler.h: Fix for MERGE TABLES and HEAP tables sql/lex.h: Fixed MERGE TABLES sql/mysql_priv.h: Cleanup of code sql/sql_acl.cc: Fixed that privilege tables are flushed at start sql/sql_lex.h: Fixed MERGE TABLES sql/sql_parse.cc: Fixed MERGE TABLES sql/sql_select.cc: Fixes for HEAP tables sql/sql_table.cc: Cleanup sql/sql_yacc.yy: Fixed MERGE TABLES
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
-
- 12 Sep, 2000 5 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql sql/slave.cc: Auto merged
-
unknown authored
sql/slave.cc: fixed random exec times for connect stage of the slave thread
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Update of Linux notes and mysql_install_db include/my_tree.h: new tree function myisam/ft_parser.c: Fix free() bug myisam/ft_search.c: Fix free() bug myisam/ft_update.c: Fix free() bug scripts/safe_mysqld.sh: Check if we run as root sql-bench/Results-linux/ATIS-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/ATIS-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/RUN-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/RUN-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/alter-table-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/alter-table-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/big-tables-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/big-tables-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/connect-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/connect-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/create-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/create-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/insert-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/insert-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/select-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/select-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/wisconsin-mysql-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/Results-linux/wisconsin-mysql_fast-Linux_2.2.13_SMP_alpha: ***MISSING WEAVE*** sql-bench/server-cfg.sh: Added use of OPTIMIZE TABLE sql-bench/test-ATIS.sh: Added use of OPTIMIZE TABLE sql-bench/test-insert.sh: Added use of OPTIMIZE TABLE sql-bench/test-select.sh: Added use of OPTIMIZE TABLE sql-bench/test-wisconsin.sh: Added use of OPTIMIZE TABLE sql/field.cc: Fix TIME type sql/item_func.h: Fixed Free bug
-
unknown authored
Docs/manual.texi: Technical edit of first half. Fixed some ugly tables. Typo, english, and spelling corrections.
-