- 11 Oct, 2005 1 commit
-
-
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
-
- 08 Oct, 2005 1 commit
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
- 07 Oct, 2005 8 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
-
kent@mysql.com authored
-
gluh@eagle.intranet.mysql.r18.ru authored
-
gluh@mysql.com authored
-
gluh@eagle.intranet.mysql.r18.ru authored
allow select into outfile from I_S tables it is enough to add FILE_ACL for I_S tables only to 'check_table_access' function as we use 'any_db' for 'check_access' function in places where FILE_ACL is required
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug13484
-
- 06 Oct, 2005 16 commits
-
-
kent@mysql.com authored
Corrected platform name output Services.cpp: Dont print null address (back port from 5.0)
-
kent@mysql.com authored
Reintroduced --machine Better sh compatibility, "for i ; do" is not portable
-
dean@mysql.com authored
into mysql.com:/home/dellis/mysqlab/bk/mysql-5.0
-
dean@mysql.com authored
into mysql.com:/home/dellis/mysqlab/bk/mysql-4.1
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
jani@ua141d10.elisa.omakaista.fi authored
Fixed documentation for findopt(). Cleaned code a bit.
-
serg@serg.mylan authored
(bug#13791 - mysqld crashes at startup in TC_LOG_MMAP::open)
-
kent@mysql.com authored
Replaced --machine with --platform General code cleanup
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Bugs/4.1.13605
-
monty@mysql.com authored
Ensure that ccache is also used for C programs mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter Fixed test cases by adding missing DROP's and rename views to be of type 'v#' Removed MY_UNIX_PATH from fn_format() Removed current_db_used from TABLE_LIST Removed usage of 'current_thd' in Item_splocal Removed some compiler warnings A bit faster longlong2str code
-
gluh@eagle.intranet.mysql.r18.ru authored
-
kent@mysql.com authored
-
msvensson@msdesk.(none) authored
into msdesk.(none):/home/msvensson/mysql-5.0
-
bar@mysql.com authored
Wrong variable.
-
pekka@mysql.com authored
-
kent@mysql.com authored
Let pthread_mutex_init() macro return 0 on Windows mysql_priv.h: Return type is to be 'my_bool' for 'opt_enable_shared_memory'
-
- 05 Oct, 2005 13 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-5.0
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@mysql.com authored
fixed CHECKSUM TABLE to be independent from the first 'deleted' bit in the null bitmask (undefined in the InnoDB) bug#13710
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
server error messages file. (Bug #13071)
-
serg@serg.mylan authored
-
msvensson@neptunus.(none) authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12476
-
msvensson@neptunus.(none) authored
-
bar@mysql.com authored
wrong variable.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b13046
-
- 04 Oct, 2005 1 commit
-
-
anozdrin@mysql.com authored
-