| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUILD/FINISH.sh:
Add --just-configure option
BUILD/SETUP.sh:
Add --just-configure option
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| | |
Docs/manual.texi:
Auto merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
BitKeeper/etc/logging_ok:
auto-union
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
BitKeeper/etc/logging_ok:
auto-union
Docs/manual.texi:
Auto merged
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
merged
sql/slave.cc:
merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into donna.mysql.fi:/home/heikki/mysql
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
BitKeeper/triggers/post-commit:
Added List-ID: header for easier filtering.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
innobase/btr/btr0btr.c:
Testing bitkeeper
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| | |
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
BitKeeper/etc/logging_ok:
auto-union
sql/sql_parse.cc:
Auto merged
|
| |
| |
| |
| |
| |
| |
| |
| | |
to the slow query log.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|/
|
|
|
| |
BitKeeper/etc/logging_ok:
Fixed logging after tfr.
|
|\
| |
| |
| |
| | |
BitKeeper/etc/logging_ok:
Auto merged
|
| |
| |
| |
| |
| | |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|/
|
|
|
|
|
| |
Docs/manual.texi:
Typo fix.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|
|
|
|
|
|
|
| |
into threads.polyesthetic.msg:/usr/local/src/my/work
BitKeeper/etc/logging_ok:
'Auto converge'
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| | |
into work.mysql.com:/d1/users/tim/my/work
BitKeeper/etc/logging_ok:
auto-union
|
| |
| |
| |
| |
| |
| |
| | |
to keep in a repository
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
BitKeeper/etc/logging_ok:
auto-union
Docs/manual.texi:
Auto merged
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
into work.mysql.com:/d1/users/tim/my/work
BitKeeper/etc/logging_ok:
Auto converge
|
|/ /
| |
| |
| |
| |
| |
| | |
client/errmsg.c:
fix copyright notice
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
BitKeeper/etc/logging_ok:
auto-union
configure.in:
Auto merged
Docs/manual.texi:
SCCS merged
|
| |
| |
| |
| |
| |
| |
| | |
Docs/manual.texi:
edit recent change notes
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| |
| |
| |
| |
| | |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/|
| |
| | |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
into cane.mysql.fi:/usr/home/tim/my/work
Docs/manual.texi:
Auto merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql
Docs/manual.texi:
Auto merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|/ /
| |
| |
| |
| |
| |
| | |
Docs/manual.texi:
Removed mirror in Australia.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|/
|
|
|
|
|
|
| |
Minor corrections to patch.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\
| |
| |
| |
| | |
BitKeeper/etc/logging_ok:
auto-union
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into cane.mysql.fi:/usr/home/tim/my/work
BitKeeper/etc/logging_ok:
'Auto converge'
Docs/manual.texi:
Auto merged
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | | |
BitKeeper/triggers/post-commit:
BK_STATUS/BK_COMMIT issue fixed
|
| |/
| |
| |
| |
| |
| |
| | |
sql/share/Makefile.am:
rules for */errmsg.sys refined
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into donna.mysql.com:/home/tim/my/work
BitKeeper/etc/logging_ok:
auto-union
sql/mysqld.cc:
Auto merged
|
| |\ \
| | |/
| |/|
| | |
| | | |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
| |
| |
| |
| |
| |
| | |
Docs/manual.texi:
Updated Contrib, added mirror in France.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|/
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
BitKeeper/etc/ignore:
added sql/share/*.sys
Docs/manual.texi:
Auto merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|