- 11 Oct, 2005 11 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
- CHAR() now returns binary string as default - CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR() - Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait() (Some old systems returns ETIME and it's safer to test for both values than to try to write a wrapper for each old system) - Fixed new introduced bug in NOT BETWEEN X and X - Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed - Use octet2hex() for all conversion of string to hex - Simplify and optimize code
-
evgen@moonbone.local authored
into moonbone.local:/work/13327-bug-5.0-mysql
-
evgen@moonbone.local authored
into moonbone.local:/work/13327-bug-5.0-mysql
-
eric@mysql.com authored
into mysql.com:/Users/eric/dev/mysql-5.0
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.b9278
-
bar@mysql.com authored
Fixed compilation problem on FreeBSD, after discussion with Jani. Doesn't FreeBSD follow the standard?
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
eric@mysql.com authored
-
- 10 Oct, 2005 15 commits
-
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bkroot/mysql-5.0
-
lars@mysql.com authored
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/engine/mysql-5.0
-
svoj@mysql.com authored
-
svoj@mysql.com authored
-
lars@mysql.com authored
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.13372
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0
-
tulin@dl145b.mysql.com authored
-
evgen@moonbone.local authored
check_equality() finds equalities among field items. It checks input items to be Item_fields thus skipping view's fields, which are represented by Item_direct_view_ref. Because of this index wasn't applied in all cases it can be. To fix this problem check_equality() now takes real item of Item_direct_view_ref, except outer view refs (with depended_from set).
-
lars@mysql.com authored
-
lenz@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
- Added error printout and nice exit for duplicate default sections
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
- 09 Oct, 2005 1 commit
-
-
konstantin@mysql.com authored
Fix a compile failure
-
- 08 Oct, 2005 6 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@serg.mylan authored
(and contain extern "C" when necessary)
-
serg@serg.mylan authored
don't allow STOP SLAVE if global read lock is in taken
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
- 07 Oct, 2005 7 commits
-
-
monty@mysql.com authored
Added back flag that I accidently removed in last patch
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0
-
petr@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.1
-
ramil@mysql.com authored
-
joerg@mysql.com authored
Copy disabled.def (Backport of Kent's change from the main tree to the 4.1.15 build clone. Original changeset: 2005/10/07 13:08:07+02:00 kent@mysql.com )
-