- 12 Oct, 2005 10 commits
-
-
kent@mysql.com authored
Copy *.cnf files in mysql-test/std_data/ Makefile.am: Added std_data/*.cnf to copy ndb config
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13510/mysql-5.0
-
sergefp@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13510/mysql-5.0
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13616/mysql-5.0
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13616/mysql-5.0
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Merge/5.0
-
gluh@eagle.intranet.mysql.r18.ru authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
gluh@mysql.com authored
-
- 11 Oct, 2005 16 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
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0-build
-
evgen@moonbone.local authored
into moonbone.local:/work/13327-bug-5.0-mysql
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
-
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
-
pem@mysql.com authored
Disallow conflicting use of variables named "password" and "names". If such a variable is declared, and "SET ... = ..." is used for them, an error is returned; the user must resolve the conflict by either using `var` (indicating that the local variable is set) or by renaming the variable. This is necessary since setting "password" and "names" are treated as special cases by the parser.
-
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
-
gluh@eagle.intranet.mysql.r18.ru authored
The fix is needed to perform locking on shared data structures This is modification of patch proposed by Leandro Santi (see http://webs.sinectis.com.ar/lesanti/misc/mysql-4.0.23a-openssl_locking.patch)
-
hf@deer.(none) authored
-
eric@mysql.com authored
-
- 10 Oct, 2005 14 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
-
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
-