You need to sign in or sign up before continuing.
- 05 Dec, 2001 1 commit
-
-
unknown authored
wrong menues - mostly leftover after grand manual massage - that broke texinfo file structure were removed "MATCH in SELECT only" line from "MySQL deficiencies" removed Docs/manual.texi: wrong menues - mostly obsolete after grand manual massage - that broke texinfo file structure were removed "MATCH in SELECT only" line from "MySQL deficiencies" removed
-
- 04 Dec, 2001 1 commit
-
-
unknown authored
-
- 30 Nov, 2001 1 commit
-
-
unknown authored
Docs/manual.texi: mysql_store_results() -> mysql_store_result()
-
- 29 Nov, 2001 1 commit
-
-
unknown authored
Free character sets properly (for embedded). Add missing mutex in HANDLER CLOSE Build-tools/Do-compile: Update for gcc 3.0 Docs/manual.texi: Update for gcc 3.0 myisam/mi_locking.c: Fix not critical bug in locking myisam/myisamdef.h: Fix not critical bug in locking mysys/my_init.c: Free character sets properly mysys/my_seek.c: Remove warning sql-bench/server-cfg.sh: Fix benchmarks to run with MySQL sql/sql_handler.cc: Add missing mutex sql/sql_update.cc: Clean up procinfo
-
- 28 Nov, 2001 4 commits
-
-
unknown authored
Docs/manual.texi: Extended section about MySQL states. client/get_password.c: Use stderr instead of stdout when asking for password tests/mail_to_db.pl: Small cleanup tools/mysqlmanager.c: Removed warning
-
unknown authored
myisam/ft_dump.c: some help added
-
unknown authored
Small improvement to write caching. Docs/manual.texi: Updated Changelog mysql-test/r/rpl000013.result: Fix after merge mysql-test/r/rpl000016.result: Fix after merge mysys/mf_iocache2.c: Small improvement to write caching. sql/sql_select.cc: Removed warning
-
unknown authored
Docs/manual.texi: Cleanup extra/resolveip.c: Portability fix man/safe_mysqld.1: Cleanup mysys/mf_iocache2.c: Safety fix scripts/make_binary_distribution.sh: Add mysqlbinlog
-
- 27 Nov, 2001 1 commit
-
-
unknown authored
Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables. Docs/manual.texi: Changelog mysql-test/r/null_key.result: Fix of testcase after changing optimizer to only use range keys if it would use a long part of the SAME key. sql/sql_insert.cc: Fixed race condition with binary log and INSERT DELAYED sql/sql_select.cc: Fixed bug when joining with caching
-
- 26 Nov, 2001 3 commits
-
-
unknown authored
Docs/manual.texi: Added information about some states in mysqladmin processlist into the manual.
-
unknown authored
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. Docs/manual.texi: Cleanup configure.in: Version number change mysql-test/t/backup.test: drop used tables mysql-test/t/bdb-crash.test: cleanup mysys/thr_lock.c: cleanup sql/mysqld.cc: safety fix sql/records.cc: Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. sql/sql_table.cc: Fix race condition in ANALYZE TABLE.
-
unknown authored
Docs/manual.texi: Recommend gdb 5.1 sql/lock.cc: Add missing exit_cond when waiting to lock_global_read_lock() sql/sql_select.cc: Cleanup
-
- 25 Nov, 2001 4 commits
-
-
unknown authored
manual.texi Mac OSX is spelled "Mac OS X". Docs/manual.texi: change note entries require trailing periods. Mac OSX is spelled "Mac OS X".
-
unknown authored
BitKeeper/deleted/.del-WHITEPAPER~da1226799debcf3f: Delete: libmysqld/WHITEPAPER Docs/manual.texi: Changelog client/mysqltest.c: Fix things that crashed embedded MySQL libmysqld/examples/test-run: Cleanup of old BDB files. mysql-test/r/innodb.result: Fix for embedded library mysql-test/t/innodb.test: Fix for embedded library mysys/mf_keycache.c: Safety sql/ha_berkeley.cc: Added DBUG statements sql/ha_innobase.cc: Fixed bug for embedded version sql/ha_innobase.h: Fix to use index when doing an ORDER BY on a whole InnoDB table sql/handler.h: Fix to use index when doing an ORDER BY on a whole InnoDB table sql/mysqld.cc: Safety fix sql/sql_base.cc: cleanup sql/sql_select.cc: Fix to use index when doing an ORDER BY on a whole InnoDB table
-
unknown authored
Docs/manual.texi: post-merge fix
-
unknown authored
fixed typo on sql_repl.cc added build-tags script for the benefit of the poor, sick, and afflicted, as Matt likes to say :-) Docs/manual.texi: replication updates sql/sql_repl.cc: fixed typo in comment
-
- 23 Nov, 2001 1 commit
-
-
unknown authored
Docs/manual.texi: miscellaneous minor cleanups
-
- 22 Nov, 2001 5 commits
-
-
unknown authored
Added foreign key def syntax + note that the check is not deferred to trx commit Docs/manual.texi: Added foreign key def syntax + note that the check is not deferred to trx commit
-
unknown authored
Docs/manual.texi: misc. changes, ft-boolean WARNING myisam/Makefile.am: ft_dump enabled myisam/ft_dump.c: updated to new fulltext code
-
unknown authored
-
unknown authored
LOCATE() is now case sensitive BUILD/compile-alpha-cxx: Don't build manager because it fails with linker error on Linux Alpha Docs/manual.texi: Changelog myisam/mi_check.c: Fix bug when repairing compressed MyISAM files myisam/mi_open.c: Fix bug when repairing compressed MyISAM files myisam/mi_packrec.c: Fix bug when repairing compressed MyISAM files myisam/myisamchk.c: Fix bug when repairing compressed MyISAM files myisam/myisamdef.h: Fix bug when repairing compressed MyISAM files mysql-test/r/func_group.result: Fix result for new RND function mysql-test/r/func_math.result: Fix result for new RND function mysql-test/r/func_str.result: test of new locate() mysql-test/t/func_str.test: test of new locate() sql/item_func.cc: LOCATE() is now case sensitive sql/sql_string.cc: LOCATE() is now case sensitive sql/sql_string.h: LOCATE() is now case sensitive
-
unknown authored
Docs/manual.texi: Changelog
-
- 21 Nov, 2001 3 commits
- 20 Nov, 2001 1 commit
-
-
unknown authored
Updated reserved words list in manual. Docs/Support/update-reserved-words.pl: Fix to reserved words script, 2 keywords and 15 synonyms were missing. Docs/manual.texi: Updated reserved word list.
-
- 19 Nov, 2001 2 commits
- 18 Nov, 2001 2 commits
-
-
unknown authored
Docs/manual.texi: Updated changelog. Update info about MERGE tables. Moved section 'Why so many open tables' mysql-test/r/create.result: Added test of types in CREATE mysql-test/t/create.test: Added test of types in CREATE sql/item_func.cc: More different values for RAND(nr) and RAND(nr+1)
-
unknown authored
was up to date. Docs/manual.texi: ChangeLog configure.in: Version number change mysql-test/r/myisam.result: Test of optimize table mysql-test/t/myisam.test: Test of optimize table
-
- 16 Nov, 2001 2 commits
- 15 Nov, 2001 4 commits
- 14 Nov, 2001 1 commit
-
-
unknown authored
-
- 12 Nov, 2001 1 commit
-
-
unknown authored
-
- 11 Nov, 2001 2 commits