- 28 Jul, 2001 1 commit
-
-
unknown authored
Applied patch for mysqlhotcopy Fixed open-files-size option in safe_mysqld Docs/manual.texi: Updated LOCK TABLES section scripts/mysqlhotcopy.sh: Removed depricated DBI calls. Fixed bug which resulted in nothing being copied when a regexp was specified but no database name(s). Patch by Jeremy D. Zawodny scripts/safe_mysqld.sh: Fixed open-files-size option
-
- 18 Jul, 2001 5 commits
-
-
unknown authored
Docs/manual.texi: SCCS merged
-
unknown authored
--low-priority-updates is used and the file has holes. Docs/manual.texi: Changelog sql/sql_insert.cc: Fixed that sleeptime is 0 for new insert delayed threads.
-
unknown authored
added a test case for it - took some creative work to figure out how to make it happen at will updated the manual Docs/manual.texi: fixed wrong info on SLAVE_SKIP_COUNTER fixed wrong info in BitKeeper tree build instructions updated change history about bug fix mysql-test/t/rpl_sporadic_master.test: tried hard to get slave confused, but failed. nevertheless, a more exhaustive test case does not hurt sql/slave.cc: fixed mysterious offset confusion bug
-
unknown authored
Update to new debian files configure.in: Updated version number sql-bench/Results/ATIS-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/RUN-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/alter-table-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/big-tables-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/connect-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/create-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/insert-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/select-mysql-Linux_2.2.16_SMP_alpha: New benchmark results sql-bench/Results/wisconsin-mysql-Linux_2.2.16_SMP_alpha: New benchmark results support-files/debian/README.debian: Update to new debian files support-files/debian/changelog: Update to new debian files support-files/debian/control: Update to new debian files support-files/debian/gomi: Update to new debian files support-files/debian/move: Update to new debian files support-files/debian/patches/ab: Update to new debian files support-files/debian/patches/ad: Update to new debian files support-files/debian/patches/ae: Update to new debian files support-files/debian/rules: Update to new debian files support-files/debian/shlibs: Update to new debian files
-
unknown authored
Docs/manual.texi: Changelog
-
- 17 Jul, 2001 9 commits
-
-
unknown authored
mysql-test/t/bdb.test: new test for a bug report
-
unknown authored
configure.in: SCCS merged
-
unknown authored
configure.in: Fix "$target_os" = "freebsd" test; not a critical fix.
-
unknown authored
Docs/manual.texi: Added slave_read_timeout
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
sql/mysqld.cc: slave_net_timeout sql/slave.cc: slave_net_timeout sql/slave.h: slave_net_timeout
-
unknown authored
mysql-test/r/lock.result: Fixed wrong result for lock mysql-test/t/lock.test: Added timeouts to make test repeatable
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Fixed problem with UPDATE and BDB tables Fixed problem with GRANT FILE privilege on database level mysqld --warnings works now Fixed problem with SHOW OPEN TABLES when not using BDB Added some tests for ALTER TABLE to the test scripts Docs/manual.texi: Added link to copyleft license. Updated Changelog configure.in: Fixed typo mysys/thr_lock.c: Removed wrong warning sql/ha_berkeley.cc: Fixed problem with UPDATE sql/sql_acl.cc: Fixed problem with GRANT FILE privilege on database level sql/sql_parse.cc: Fixed that you don't get aborted connection error if you are not using --warning sql/sql_show.cc: Fixed problem with SHOW OPEN TABLES when not using BDB tests/fork2_test.pl: Added test of ALTER TABLE tests/fork_big.pl: Added test of ALTER TABLE
-
- 16 Jul, 2001 8 commits
-
-
unknown authored
ha_innobase.h Fix a bug in showing of Auto_increment in SHOW TABLE STATUS sql/ha_innobase.h: Fix a bug in showing of Auto_increment in SHOW TABLE STATUS sql/ha_innobase.cc: Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
-
unknown authored
into tetra.spaceapes.com:/home/jcole/bk/mysql Docs/manual.texi: Auto merged
-
unknown authored
-
unknown authored
Docs/manual.texi: Changed GPL license example to make it more clear. configure.in: Fixed typo
-
unknown authored
-
unknown authored
mysql-test/r/rpl_sporadic_master.result: Made test portable accross table handlers mysql-test/t/rpl_sporadic_master.test: Made test portable accross table handlers
-
unknown authored
Docs/manual.texi: SCCS merged
-
unknown authored
Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0 Docs/manual.texi: Changelog + Update to CHECK TABLE configure.in: Patch for netBSD mit-pthreads/gen/ctime.c: Patch for netBSD mit-pthreads/machdep/netbsd-1.1/__signal.h: Patch for netBSD mit-pthreads/stdio/strerror.c: Patch for netBSD myisam/mi_check.c: Added warning for tables where the auto_increment key is 0 myisam/myisamchk.c: Added warning for tables where the auto_increment key is 0 mysql-test/r/auto_increment.result: Added warning for tables where the auto_increment key is 0 mysql-test/r/limit.result: Test of DELETE ... LIMIT 0 mysql-test/t/auto_increment.test: Added warning for tables where the auto_increment key is 0 mysql-test/t/limit.test: Test of DELETE ... LIMIT 0 sql/Makefile.am: Don't add mysqld_LDADD to mysqlbinlog (portability patch) sql/ha_gemini.cc: Changed copyright (have got ok from NuSphere previously) sql/ha_gemini.h: Changed copyright (have got ok from NuSphere previously) sql/sql_delete.cc: Fixed DELETE ... LIMIT 0 sql/sql_update.cc: Fixed UPDATE ..LIMIT 0
-
- 15 Jul, 2001 2 commits
- 13 Jul, 2001 3 commits
- 12 Jul, 2001 7 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
sql/slave.cc: fixed bug in end_slave() - must send kill signal to slave thread
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
remove extension from binary log if the user specifies one to avoid non-rotatable logs fixed possible use of unitialized IO_CACHE in debug mode sql/log.cc: fixed race condition in automatic binlog rotation sql/mysqld.cc: remove extension from binary log if the user specifies one to avoid non-rotatable logs sql/slave.cc: fixed race condition with slave thread during server shutdown sql/sql_class.h: new_file() needed an argument to know if it was called withing the log mutex or not sql/sql_repl.cc: fixed possible use of unitialized IO_CACHE in debug mode
-
unknown authored
Docs/manual.texi: Removed on more bugger.
-
unknown authored
manual.texi Removed a few more spurious occurances of 'Gemini'. The manual is now completely rid of and documentation about GEMINI. GEMINI is not manual.texi Open Source software. Docs/manual.texi: Removed a few more spurious occurances of 'Gemini'. The manual is now completely rid of and documentation about GEMINI. GEMINI is not Open Source software.
-
- 11 Jul, 2001 2 commits
-
-
unknown authored
manual.texi Removed all documentation referring to the GEMINI table type. GEMINI is not released under an Open Source license. Docs/manual.texi: Removed all documentation referring to the GEMINI table type. GEMINI is not released under an Open Source license.
-
unknown authored
Docs/manual.texi: Include latest GPL and LGPL texts from fsf.org Fix syntax error in email address BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 10 Jul, 2001 3 commits