- 12 Dec, 2005 14 commits
-
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
-
paul@snake-hub.snake.net authored
Put options in proper order.
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Manual merge from 4.1, extension of the old fix (1.1976 05/12/05 17:57:48 mleich@mysql.com) to two other places.
-
joerg@mysql.com authored
Fix for bug#12429: Replication tests fail: "Slave_IO_Running" differs: The value is not important, and it depends on timing. Mask it. Backport and extension of a fix made by Matthias in 5.0, originally it was 1.1976 05/12/05 17:57:48 mleich@mysql.com
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug9535/my51-bug9535
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.1-merges
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
anozdrin@mysql.com authored
-
- 11 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Removed Visual Studio 6 project files, as they are not maintained
-
- 09 Dec, 2005 1 commit
-
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.1-wl2984-merge
-
- 08 Dec, 2005 3 commits
-
-
kent@mysql.com authored
Bug#14960, reverted code to make symdir work on Windows symlink.test: Disabled test case on Windows
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-5.1-new
-
aivanov@mysql.com authored
to 5.1. Undoing the merge.
-
- 07 Dec, 2005 21 commits
-
-
patg@krsna.patg.net authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.1-new2
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
patg@krsna.patg.net authored
Fixed logic in handler to make handler now show up as enabled.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
dlenev@mysql.com authored
-
anozdrin@mysql.com authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug9535/my51-bug9535
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug9535/my50-bug9535
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
konstantin@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
pem@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-release
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
msvensson@neptunus.(none) authored
- Set max_length of Item_func_uuid to max_length*system_charset_info->mbmaxlen Note! Item_func_uuid should be set to use 'ascii' charset when hex(), format(), md5() etc will use 'ascii' - Comitting again, the old patch seems to have been lost.
-
pem@mysql.com authored
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-sp-vars-merge-2
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/mysql-5.1-new
-
anozdrin@mysql.com authored
according to the standard. The idea is to use Field-classes to implement stored routines variables. Also, we should provide facade to Item-hierarchy by Item_field class (it is necessary, since SRVs take part in expressions). The patch fixes the following bugs: - BUG#8702: Stored Procedures: No Error/Warning shown for inappropriate data type matching; - BUG#8768: Functions: For any unsigned data type, -ve values can be passed and returned; - BUG#8769: Functions: For Int datatypes, out of range values can be passed and returned; - BUG#9078: STORED PROCDURE: Decimal digits are not displayed when we use DECIMAL datatype; - BUG#9572: Stored procedures: variable type declarations ignored; - BUG#12903: upper function does not work inside a function; - BUG#13705: parameters to stored procedures are not verified; - BUG#13808: ENUM type stored procedure parameter accepts non-enumerated data; - BUG#13909: Varchar Stored Procedure Parameter always BINARY string (ignores CHARACTER SET); - BUG#14161: Stored procedure cannot retrieve bigint unsigned; - BUG#14188: BINARY variables have no 0x00 padding; - BUG#15148: Stored procedure variables accept non-scalar values;
-