summaryrefslogtreecommitdiff
path: root/BitKeeper
Commit message (Collapse)AuthorAgeFilesLines
* Add --just-configure (-c) option to BUILD scripts.unknown2001-03-041-0/+1
| | | | | | | | | BUILD/FINISH.sh: Add --just-configure option BUILD/SETUP.sh: Add --just-configure option BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Fix minor typos (not bugs).unknown2001-03-041-0/+1
| | | | | | | | | Docs/manual.texi: Minor typo fix. sql/ha_innobase.cc: Fix minor cut-n-paste errors in change_active_index(). BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-021-0/+1
|\ | | | | | | | | | | | | Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* \ Merge work.mysql.com:/home/bk/mysqlunknown2001-03-021-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: auto-union
| * | Fixed a bug that allowed:unknown2001-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SET @foo=bar; This would cause a deadlock in mysqld, it now generates the error: ER_SET_CONSTANTS_ONLY as follows: mysql> set @foo=bar; ERROR 1204: You may only use constant expressions with SET include/mysqld_error.h: Added a new error message for SET sql/share/czech/errmsg.txt: Added a new error message for SET sql/share/danish/errmsg.txt: Added a new error message for SET sql/share/dutch/errmsg.txt: Added a new error message for SET sql/share/english/errmsg.txt: Added a new error message for SET sql/share/estonian/errmsg.txt: Added a new error message for SET sql/share/french/errmsg.txt: Added a new error message for SET sql/share/german/errmsg.txt: Added a new error message for SET sql/share/greek/errmsg.txt: Added a new error message for SET sql/share/hungarian/errmsg.txt: Added a new error message for SET sql/share/italian/errmsg.txt: Added a new error message for SET sql/share/japanese/errmsg.txt: Added a new error message for SET sql/share/korean/errmsg.txt: Added a new error message for SET sql/share/norwegian-ny/errmsg.txt: Added a new error message for SET sql/share/norwegian/errmsg.txt: Added a new error message for SET sql/share/polish/errmsg.txt: Added a new error message for SET sql/share/portuguese/errmsg.txt: Added a new error message for SET sql/share/romanian/errmsg.txt: Added a new error message for SET sql/share/russian/errmsg.txt: Added a new error message for SET sql/share/slovak/errmsg.txt: Added a new error message for SET sql/share/spanish/errmsg.txt: Added a new error message for SET sql/share/swedish/errmsg.txt: Added a new error message for SET BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-02-281-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
| * \ \ sql/slave.ccunknown2001-02-261-0/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged sql/slave.cc: merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-02-231-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | Merge work.mysql.com:/home/bk/mysqlunknown2001-02-231-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into donna.mysql.fi:/home/heikki/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | | post-commit Added List-ID: header for easier filtering.unknown2001-02-222-1/+2
|/ / / | | | | | | | | | | | | | | | | | | BitKeeper/triggers/post-commit: Added List-ID: header for easier filtering. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | btr0btr.c Testing bitkeeperunknown2001-02-221-2/+1
| | | | | | | | | | | | | | | | | | | | | innobase/btr/btr0btr.c: Testing bitkeeper BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | Merge work.mysql.com:/home/bk/mysqlunknown2001-02-211-13/+1
|\ \ \ | |/ / |/| / | |/ | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Fixes for innobaseunknown2001-02-211-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test for ALTER TABLE ORDER BY BUILD/FINISH.sh: Fixes for innobase BUILD/compile-pentium-debug: Fixes for innobase Docs/manual.texi: Fixes for innobase include/my_pthread.h: Fixes for innobase innobase/Makefile.am: Fixes for innobase innobase/btr/Makefile.am: Fixes for innobase innobase/data/Makefile.am: Fixes for innobase innobase/eval/Makefile.am: Fixes for innobase innobase/include/Makefile.i: Fixes for innobase innobase/os/Makefile.am: Fixes for innobase mysql-test/t/alter_table.test: Added test for ALTER TABLE ORDER BY mysys/my_error.c: Skip 'l' in '%lu' mysys/my_vsnprintf.c: cleanup sql/ha_innobase.cc: Fixed type + remove warnings sql/ha_innobase.h: Remove warnings sql/handler.cc: cleanup sql/sql_class.cc: remove warnings sql/sql_parse.cc: remove warnings sql/sql_table.cc: Fixed bug in ALTER TABLE ... ORDER BY BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Merge donna.mysql.com:/home/my/bk/mysqlunknown2001-02-201-0/+1
|/ | | | | | | | | | | | | | | | | | into donna.mysql.com:/home/tim/my/work innobase/configure.in: Auto merged innobase/include/lock0types.h: Auto merged innobase/include/os0sync.h: Auto merged innobase/include/sync0types.h: Auto merged sql/ha_innobase.cc: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work.mysql.com:/home/bk/mysqlunknown2001-02-161-2/+2
|\ | | | | | | | | | | | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: auto-union sql/sql_parse.cc: Auto merged
| * COM_TABLE_DUMP and COM_BINLOG_DUMP are no longer erroneously logged unknown2001-02-161-0/+1
| | | | | | | | | | | | | | | | to the slow query log. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | logging_ok Fixed logging after tfr.unknown2001-02-131-0/+12
|/ | | | | BitKeeper/etc/logging_ok: Fixed logging after tfr.
* Mergeunknown2001-02-131-0/+1
|\ | | | | | | | | BitKeeper/etc/logging_ok: Auto merged
| * logging_ok Logging to logging@openlogging.org acceptedunknown2001-02-131-12/+1
| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | manual.texi Typo fix.unknown2001-02-121-12/+1
|/ | | | | | | Docs/manual.texi: Typo fix. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work.mysql.com:/home/bk/mysqlunknown2001-02-011-1/+1
| | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work BitKeeper/etc/logging_ok: 'Auto converge'
* Add --just-print and --help options to BUILD/compile-* scripts.unknown2001-01-301-0/+1
| | | | | | | | | BUILD/FINISH.sh: Add --just-print and --help options, +cleanup. BUILD/SETUP.sh: Add --just-print and --help options, +cleanup. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work.mysql.com:/home/bk/mysqlunknown2001-01-292-0/+62
|\ | | | | | | | | | | | | | | into work.mysql.com:/d1/users/tim/my/work BitKeeper/etc/logging_ok: auto-union
| * Removed Results-linux as this changes too much and is not importantunknown2001-01-291-0/+61
| | | | | | | | | | | | | | to keep in a repository
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-01-281-1/+2
| |\ | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
| | * logging_ok Logging to logging@openlogging.org acceptedunknown2001-01-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mi_check.c fix for empty FULLTEXT index manual.texi fulltext finetuning 50% limit issue modified Docs/manual.texi: fulltext finetuning 50% limit issue modified myisam/mi_check.c: fix for empty FULLTEXT index BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | Merge work.mysql.com:/home/bk/mysqlunknown2001-01-231-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | into work.mysql.com:/d1/users/tim/my/work BitKeeper/etc/logging_ok: Auto converge
* | | errmsg.c fix copyright noticeunknown2001-01-221-0/+1
|/ / | | | | | | | | | | | | client/errmsg.c: fix copyright notice BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Updates from 3.23.30unknown2001-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Mergeunknown2001-01-211-1/+4
|\ \ | |/ | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged Docs/manual.texi: SCCS merged
| * manual.texi edit recent change notesunknown2001-01-201-0/+1
| | | | | | | | | | | | | | Docs/manual.texi: edit recent change notes BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Default table type explained.unknown2001-01-201-0/+1
| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * ha_myisam.cc magic removedunknown2001-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | ha_myisam.h magic removed sql/ha_myisam.h: magic removed sql/ha_myisam.cc: magic removed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | mergeunknown2001-01-191-0/+1
|\ \ | |/ |/| | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-01-181-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge work:/home/bk/mysqlunknown2001-01-181-8/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | manual.texi Removed mirror in Australia.unknown2001-01-181-9/+1
|/ / | | | | | | | | | | | | Docs/manual.texi: Removed mirror in Australia. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Doc patch from Jeremy Zawodny.unknown2001-01-171-0/+1
|/ | | | | | | | Minor corrections to patch. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* mergeunknown2001-01-152-0/+6
|\ | | | | | | | | BitKeeper/etc/logging_ok: auto-union
| * Merge work.mysql.com:/home/bk/mysqlunknown2001-01-151-0/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work BitKeeper/etc/logging_ok: 'Auto converge' Docs/manual.texi: Auto merged
| | * logging_ok Logging to logging@openlogging.org acceptedunknown2001-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual.texi mention bdb_version in changelog Docs/manual.texi: mention bdb_version in changelog BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | post-commit BK_STATUS/BK_COMMIT issue fixedunknown2001-01-141-0/+2
| | | | | | | | | | | | | | | BitKeeper/triggers/post-commit: BK_STATUS/BK_COMMIT issue fixed
| * | Makefile.am rules for */errmsg.sys refinedunknown2001-01-141-0/+1
| |/ | | | | | | | | | | | | sql/share/Makefile.am: rules for */errmsg.sys refined BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge donna.mysql.com:/home/my/bk/mysqlunknown2001-01-142-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into donna.mysql.com:/home/tim/my/work BitKeeper/etc/logging_ok: auto-union sql/mysqld.cc: Auto merged
| * \ mergeunknown2001-01-142-0/+2
| |\ \ | | |/ | |/| | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * Fixed that --open-files-limit works on Linuxunknown2001-01-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Update of security and replication sections sql/ha_berkeley.cc: More documentation sql/sql_base.cc: Fixed overflow bug sql/sql_parse.cc: Variable name change
| * | manual.texi Updated Contrib, added mirror in France.unknown2001-01-131-2/+1
| |/ | | | | | | | | | | | | Docs/manual.texi: Updated Contrib, added mirror in France. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Add bdb_version variable, and a new test.unknown2001-01-131-0/+1
|/ | | | | | | | | | | mysql-test/r/bdb.result: Test key on blob containing null values. mysql-test/t/bdb.test: Test key on blob containing null values. sql/mysqld.cc: Add bdb_version variable BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Added test for innobaseunknown2001-01-121-0/+1
| | | | | | | | | | | | Fixed problem with NULL keys in BDB BitKeeper/deleted/.del-select.res~1295456b93948768: ***MISSING WEAVE*** mysql-test/r/join_outer.result: Fix results sql/ha_berkeley.cc: Fixed problem with NULL keys
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2001-01-121-0/+1
|\ | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: added sql/share/*.sys Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted